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

Need to extend entity model to distinguish native vs. geo bbox #285

Closed eblondel closed 1 year ago

eblondel commented 1 year ago

Related to #282 that allows converting spatial bounding boxes with different CRS than 4326. Side effet is that spatial_bbox is then used for enabling data services with geosapi action, and breaks data services if native bounding box is not kept. The objective of this ticket is to create a new field geo_bbox that will be used to fill in geographic bounding box properties in target actions, without altering the spatial_bbox (that is the native data bbox):

cc @mrouan @juliepierson