How to subset an irregular region of the earth from a global dataset using four points

5 visualizzazioni (ultimi 30 giorni)
How can I pull out a subset from a dataset named "global_data" using the following four coordinates and then find the average or size?
lat_A=-10;lat_B=-15;lat_C=-13;lat_D=-9;
lon_A=110;lon_B=112;lon_C=117;lon_D=117;

Risposta accettata

KSSV
KSSV il 13 Apr 2022
REad about inpolygon.
  2 Commenti
Walter Roberson
Walter Roberson il 18 Mag 2022
Depending on how the data is gridded, you might need to do a coordinate transformation step. For example if the data is UTM then a quadrilateral of lat/long maps to a curved shape in UTM space.
The particular example coordinates of the original question span 6 degrees latitude not so far from the equator, so perhaps for the purpose of the original post, approximation as a rectangle might have been good enough (even if the data did happen to be UTM gridded.)

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by