Get a region from a larger data
Peter Otten
__peter__ at web.de
Sat Apr 18 15:03:46 EDT 2020
J Conrado wrote:
> I have GOES16 full disk data with the dimensions (5424, 5424) and my
> latitude and longitude arrays have the same dimension.
>
> How can I seletct a small region of this data, using this limits for
> lat=[-30,10] and lon = [-90,-30] for my sector. I try to select my
> region using this limits.
>
> But, I didn't have success.
I had no idea what you may be talking about, so I used [the evil search engine].
After a couple of iterations I found
https://stackoverflow.com/questions/29135885/netcdf4-extract-for-subset-of-lat-lon
Does that help?
More information about the Python-list
mailing list