developmentseed / geospatial-ds-cholera-lab

A repo dedicated to developing a geospatial data science prototype (see issue: https://github.com/developmentseed/labs/issues/292)
10 stars 2 forks source link

Verify lat/long array for LST is consistent over time #21

Closed kathrynberger closed 1 year ago

kathrynberger commented 1 year ago

Longitude and Latitude array that come back from year month LST dataset could be different which would impact our computation of zones for zonal statistics. If they are different, this would require recompute the zones for each year?

Since we don't want to assume every monthly LST dataset will have the same set of lon/lat values, we will explore a random subset (e.g., 2-3) to make sure that the coordinates are identical.

chuckwondo commented 1 year ago

Addressed by #22