Clear Filters
Clear Filters

GEO-MAPPING OF UNITS BY EU-NUTS SHAPE FILE

1 view (last 30 days)
Hello,
I have a file containing location (Lat, Long) of coal mines and gas terminals in EU, I also have EU-NUTS shapefile. How should I be able to locate each mine and terminal according to NUTS location. Is there an easy code.
Thank you.

Answers (1)

KSSV
KSSV on 29 Oct 2021
  1. Load the shape files using function shaperead. Read about this function.
  2. You can get nearest locations using knnsearch. Read about this.
If you could oslve it is good. Else attach the data.

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!