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
load_stac without specifying extent results in wrong extent, jobs:
Try to load in a STAC collection where the netCDF is in one of the items (j-2404172488c14135a8cd22c8c7aefa72)
Try to load in a STAC item that is directly downloaded from openeo batch job results (j-2404179510cd40939a9959d6ff46c3ac)
load_stac without specifying extent results in wrong extent, jobs:
Try to load in a STAC collection where the netCDF is in one of the items (j-2404172488c14135a8cd22c8c7aefa72)
Try to load in a STAC item that is directly downloaded from openeo batch job results (j-2404179510cd40939a9959d6ff46c3ac)
Example logging:
Problematic line of code:
openeo-geotrellis-extensions/openeo-geotrellis/src/main/scala/org/openeo/geotrellis/layers/NetCDFCollection.scala
Line 104 in 221b1c9
Solution:
try using bounding boxes in raster crs, or if not available, do reprojection of polygon and then compute bbox in utm
The text was updated successfully, but these errors were encountered: