-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OGC API Records / API improvements #59
Conversation
Before that change, DCAT output was only provided per records and not for search results.
Thanks @fxprunayre |
It could probably be considered as an alternative. BTW data.gouv.fr should probably rather support harvesting GeoNetwork 3 or 4 using CSW and its DCAT output (see etalab/doc.data.gouv.fr@f8a0b32#r75959289) which is probably the more standardized way to get the catalogue content as DCAT (that we are providing for years now - see geonetwork/core-geonetwork#1407). |
Ok thanks for the precious inputs. |
Hello, I have cloned your branch. Thank you for your job. |
.../main/java/org/fao/geonet/common/search/processor/impl/DcatCatalogResponseProcessorImpl.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/fao/geonet/common/search/processor/impl/GeoJsonResponseProcessorImpl.java
Outdated
Show resolved
Hide resolved
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Not sure what you mean by that. This PR provides option to dump a full catalog in DCAT format.
Contributions are welcomed. |
/items support DCAT output.
Before that change, DCAT output was only provided per records and not for search results.
Downloading a large catalog in DCAT format
Made some changes to DCAT mapper to not fail on invalid dates.
Add DataService mapping for services.
Check DCAT-AP validation using https://www.itb.ec.europa.eu/shacl/dcat-ap/upload
/items and /item support GeoJSON output.
/conformance added