Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
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;

Akzeptierte Antwort

KSSV
KSSV am 13 Apr. 2022
REad about inpolygon.
  2 Kommentare
Walter Roberson
Walter Roberson am 18 Mai 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.)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by