Open-EO / openeo-geotrellis-extensions

Java/Scala extensions for Geotrellis, for use with OpenEO GeoPySpark backend.
Apache License 2.0
5 stars 3 forks source link

Catalog based datatype handling #180

Open jdries opened 1 year ago

jdries commented 1 year ago

Datatype handling is now limited due to some assumptions that are not always true:

Inspecting datatype of all datasources is problematic, because it would involve first reading all sources to determine cube metadata. So breaks lazy behaviour.

The solution is that the metadata in (STAC) catalogs provide data type information, which we can then use to determine a correct datatype for the cube.