-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
What we need to do to add vector data cubes in openEO:
- Update the glossary and data cube guide (PR: Add vector cubes #59)
- openEO API
- Update openEO API (PR: Vector data cubes openeo-api#441)
- Name of the geometries dimension openeo-api#479
- Release openEO API
- STAC datacube extension
- Update STAC datacube extension (PR: Add a vector dimension stac-extensions/datacube#10)
- Release STAC datacube extension
- openEO processes
- Update openEO Processes (PR: Migrate to general data cube definition openeo-processes#382):
- https://github.com/Open-EO/openeo-processes/issues?q=is%3Aopen+label%3Avector+milestone%3A2.0.0
- Release openEO processes (release candidates + stable)
- Update clients and back-ends
- Python
- R
- JS + libraries
- Vue Components
- Web Editor
- Processes DocGen
Questions:
- 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).
- How to handle units in processes? See Unit in vector processes openeo-processes#330
- Define (and describe) generally how to convert vector data into a vector data cube: process to convert inline GeoJSON to a vector cube openeo-processes#346 (comment) There's a proposal from Brockmann, GeoJSON could be aligned with STAC (datetime in properties)
Metadata
Metadata
Assignees
Labels
No labels