Landry Breuil
Landry Breuil
some testing notes, before looking at your diffs, to have a baseline: - as of now udata fails to harvest the complete 20k MD (cf etalab/data.gouv.fr#1046), so i had to...
a csw-dcat output for a random MD: https://demo.georchestra.org/geonetwork/srv/eng/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetRecordById&outputSchema=http://www.w3.org/ns/dcat%23&ID=e4a406fa-9225-4e9b-a2ac-e42820093805 weird things in the output, FQDN isnt used while correctly configured in the GN admin UI: ``` ``` comparison point from a...
not for myself for tests: to create a portal containing harvested MD from a given source, the lucence filter is `+sourceCatalog:sourceid`, eg https://demo.georchestra.org/geonetwork/craig_harvested/fre/catalog.search#/home supposedly contains the harvested MD from craig...
the (wrong ?) `http://localhost:8080/geonetwork/srv/resources/` prefix in the CSW-DCAT output comes from `metadata/resourceIdentifierPrefix` in the GN admin config (cf [the default value](https://github.com/georchestra/geonetwork/blob/georchestra-gn4.2.x-23.0.x/web/src/main/webapp/WEB-INF/classes/setup/sql/data/data-db-default.sql#L675) ) - i dunno if those links are supposed...
> #### Emprise géographique > > _**L'emprise géographique n'est pour l'instant pas moissonnable par data.gouv.fr.**_ > > On peut, pour l'instant, le documenter par fiche, en éditant l'entrée moissonnée. La...
pour la `dcat:landingPage`, a 2 autres endroits dans le schéma une URL est construite, et d'une manière qui donne une URL valide avec `concat($nodeUrl, 'api/records/', $metadataUuid)`: https://github.com/georchestra/geonetwork/blob/georchestra-gn4.2.x/schemas/iso19139/src/main/plugin/iso19139/formatter/xsl-view/view.xsl#L279 https://github.com/georchestra/geonetwork/blob/georchestra-gn4.2.x/schemas/iso19139/src/main/plugin/iso19139/formatter/citation/base.xsl#L146
more findings... the funky `/resources` urls are supposedly handled/rewritten in https://github.com/geonetwork/core-geonetwork/blob/main/web/src/main/webResources/WEB-INF/urlrewrite.xml#L51 - but for some reason its not working ? ``` Resources URI scheme is the following: * /resources/{{uuid}}: Not...
etalab/data.gouv.fr#1046 & etalab/data.gouv.fr#763 have been merged, and it seems harvesting of bboxes now work ,eg https://demo.data.gouv.fr/fr/datasets/reseau-de-transport-urbain-ca-vichy-communaute-2018/ doesn't warn about having no spatial coverage, and one can see the bbox on...
https://demo.data.gouv.fr/fr/admin/harvester/6427161924a9639fac105d43 has been reconfigured to harvest https://demo.georchestra.org/geonetwork/srv/fre/csw, we'll see next night how it goes, right now it has 377MD
regarding 'harvesting of large catalogs', there's some infra tweaks to apply on https://demo.georchestra.org, because generating the 15k records xml/DCAT output of the ogc-api-records endpoint actually works, it's just a timeout...