#python #geodata It's so convenient these days to have libraries like #xarray and #rioxarray that can open huge image mosaic files with 45k x 29k pixels in a virtual fashion automagically, using #dask under the hood. Just looking up a few hundred pixels using xarray logic and add a `.compute()` at the end to get the result. So cool. thanks to all those devs to make it work so nice!
@GeoDon
@mappingsupport
Same imagery is on #OpenAerialMap as a #CloudOptimizedGeoTIFF https://map.openaerialmap.org/#/-156.64478302001953,20.89666397351934,11/square/022300003203/64d6ae6619cb3a000147a65f?resolution=high&_k=nh7cia
P.S. I've got some code to load the data using #rioxarray (and plot it with a dev version of #PyGMT) here - https://github.com/GenericMappingTools/pygmt/pull/2641