Unable to make iso19115 with geoflow #369
-
Since ~ 1 or 2 months, I'm not able to reproduce the workflow available here : https://github.com/r-geoflow/geoflow/blob/master/inst/extdata/workflows/config_metadata_gsheets_iso19115.json to generate iso19115 xml Just job.json and job-logs.txt with empty entities subfolder created Output from console :
Last line outputs from log:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
As indicated in the DESCRIPTION, geometa needs to be installed from remote Github (pending rev 0.8) and not from CRAN, since the multi-lingual support is being set for ISO 19115 (see #298). You still run the geometa latest from CRAN (0.7.1), or you might have reinstalled that one few months ago, which is causing the issue. The error PS: I'm working on a geometa release for CRAN, but for this library they are more checks due to the number of scripts/classes. |
Beta Was this translation helpful? Give feedback.
-
Thanks ! Thanks it works |
Beta Was this translation helpful? Give feedback.
As indicated in the DESCRIPTION, geometa needs to be installed from remote Github (pending rev 0.8) and not from CRAN, since the multi-lingual support is being set for ISO 19115 (see #298). You still run the geometa latest from CRAN (0.7.1), or you might have reinstalled that one few months ago, which is causing the issue.
The error
unused argument (locales = geoflow::get_locales_from(edition))
is transparent and means that you use a version of geometa for whichISOCitation$setEdition()
didnt support yet thelocales
argument.PS: I'm working on a geometa release for CRAN, but for this library they are more checks due to the number of scripts/classes.