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
Do we want to restrict geometries to one geometry type per vector dimension?
Tendency: No, allow mixtures
Do we restrict to only Point, LineString, Polygon, and the Multi-variants (and thus exclude e.g. PolyhedralSurface)? We already discourage GEOMETRYCOLLECTION in several processes.
Tendency: Yes, restrict to the types mentioned above
How do we handle null/empty geometries?
Tendency: Don't allow them / skip them during import
Representation of "dimension labels" (in STAC: "values")?
In metadata: ID, WKT, or GeoJSON (see STAC data cube extension PR)
In processes: It is just a representation so we can do multiple things, e.g. allow users to choose between WKT and ID. Or we need to decide on one of them. We can't really use "1D vector cubes" as labels (unless we change it).
What we need to do to add vector data cubes in openEO:
Questions: