Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

aggregate_spatial can not be used as input to vector_to_raster #663

Closed JeroenVerstraelen closed 4 months ago

JeroenVerstraelen commented 5 months ago

Output from aggregate_spatial is Union[AggregatePolygonResult, AggregateSpatialVectorCube], but vector_to_raster works with VectorCubes.

JeroenVerstraelen commented 5 months ago

Related: