In the action geometa_create_iso_19115 , the addPresentationForm (cl_presentationForm) is forced to "mapDigital" (
|
ct$addPresentationForm("mapDigital") #TODO to map with gsheet |
)
This makes the Geonetwork DataHub classify the ressource in "Reuse" category (https://geonetwork.github.io/geonetwork-ui/main/docs/guide/record-kind.html) - while I would like it to be a "Dataset" .
Is there a reason why cl_presentationForm is forced to mapDigital by default ? Would it be possible to propose the PresentationForm as an option, and/or to remove that line () so that the metadata is interpreted as a Dataset by the Datahub (the default behaviour when cl_presentationForm is not specified) ?
In the action geometa_create_iso_19115 , the addPresentationForm (cl_presentationForm) is forced to "mapDigital" (
geoflow/inst/actions/geometa_create_iso_19115.R
Line 341 in a312812
This makes the Geonetwork DataHub classify the ressource in "Reuse" category (https://geonetwork.github.io/geonetwork-ui/main/docs/guide/record-kind.html) - while I would like it to be a "Dataset" .
Is there a reason why cl_presentationForm is forced to mapDigital by default ? Would it be possible to propose the PresentationForm as an option, and/or to remove that line () so that the metadata is interpreted as a Dataset by the Datahub (the default behaviour when cl_presentationForm is not specified) ?