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

Make serviceIdentification enrichment optional for ISO 19115 action, with default to FALSE #283

Closed eblondel closed 1 year ago

eblondel commented 1 year ago

In ISO 19115, multiple identification infos can be added. geoflow is configured to support enrichment of ISO 19115 with a ISO 19119 service identification block. This is done for advanced cases in combination with OpenFairViewer

cc @mrouan @juliepierson

eblondel commented 1 year ago

@abennici fyi, this option include_service_identification is set FALSE by default, because most of cases don't need that, but in the advanced use cases we support in openFairViewer atlases (such as thredds/raster use cases) we need to explicitely add include_service_identification = true in the ISO 19115 action config.

eblondel commented 1 year ago

@juliepierson @mrouan can you review this enhancement?

juliepierson commented 1 year ago

It works for us, thanks !

eblondel commented 1 year ago

Great news! thanks