You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This for northernmost_latitude etc, files should have this or similar (and how can we get this anyway, surely someone has indexed this for ocean colour?)
Now, process the VRTs based on the bbox or point in polygon above.
add this logic to GDAL
GDALwarp of VRT should first cull on that bbox, then by the boundary if no bbox, and finally the geolocation arrays should be detected by the driver, so it could potentially be as fast as us doing a pre-filter on the VRTs.
The text was updated successfully, but these errors were encountered:
get a rough bbox
This for northernmost_latitude etc, files should have this or similar (and how can we get this anyway, surely someone has indexed this for ocean colour?)
get the boundary in longlat
This is the top,right,bot,left rows and columns in the longlat array as a path.
create VRT
Now, process the VRTs based on the bbox or point in polygon above.
add this logic to GDAL
GDALwarp of VRT should first cull on that bbox, then by the boundary if no bbox, and finally the geolocation arrays should be detected by the driver, so it could potentially be as fast as us doing a pre-filter on the VRTs.
The text was updated successfully, but these errors were encountered: