Skip to content

Vector data cubes (overview) #58

@m-mohr

Description

@m-mohr

What we need to do to add vector data cubes in openEO:

Questions:

  1. Do we want to restrict geometries to one geometry type per vector dimension?
    • Tendency: No, allow mixtures
  2. 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
  3. How do we handle null/empty geometries?
    • Tendency: Don't allow them / skip them during import
  4. 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).
  5. How to handle units in processes? See Unit in vector processes openeo-processes#330
  6. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions