-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use load_stac to read in rasterized extractions #85
Comments
Currently, we get the following error message: Java.lang.IllegalArgumentException: GDAL Could not retrieve time values from netcdf. Code example: import openeo
c = openeo.connect('openeo.vito.be').authenticate_oidc()
test = c.load_stac('/data/users/Public/vincent.verelst/world_cereal/extractions_bys2tile/stac/collection.json')
test.execute_batch('test_load_stac.nc') Job ID: j-240409358b0841e7b8e48dfb4e7df3e8 |
@VincentVerelst make sure to try on openeo-dev. I fixed a very similar issue for you last week I believe, but not sure if we promoted the fix to prod already. |
Confirmed,
|
Currently getting geotrellis.raster.gdal.MalformedDataTypeException: Unable to determine NoData value. GDAL Exception Code: 4. when trying to load the ground truth data (netCDF without time dimension) Loading the S2 data (netCDF with time dimension) works. Both on backend openeo-dev.vito.be |
Currently blocked by Open-EO/openeo-geotrellis-extensions#282 |
with #99 it should be able to also read in the ground truth netCDF with |
After the extractions we will have 4 overarching STAC collections. (S1, S2, Agera5 and ground truth).
load_stac
is able to load in each STAC collection. The assets are netcdf's with time seriesmerge_cubes
This is a subissue of #4
The text was updated successfully, but these errors were encountered: