r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
41 stars 14 forks source link

Extend geoflow_data with 'ogc_dimensions' properties #188

Closed eblondel closed 3 years ago

eblondel commented 3 years ago

geoflow_data should be extended to include a ogc_dimensions property. Dimensions can be used as named list to store dimension values, such as OGC dimensions elevation and time, setting the path to further coverage dataset description, and inheritance of ogc_dimensions query strategy for interoperability with OpenFairViewer

A model should be designed for description through entity tabular data handlers (in Data column), but as minimal requirement the property should be prepared, as well as with some setDimension setter method. This model can then be used in #182 to inherit data dimensions in case of > 2D data cubes fetched from Thredds.

eblondel commented 3 years ago

I keep this ticket opened for developing a way to describe dimensions in tabular data entity handlers Data column.