streino

Results 11 issues of streino

The [Harvesting doc](https://udata.readthedocs.io/en/latest/harvesting/) refers to the obsolete [cookiecutter-udata-harvester](https://github.com/opendatateam/cookiecutter-udata-harvester). It should instead refer to [cookiecutter-udata-plugin](https://github.com/opendatateam/cookiecutter-udata-plugin).

Neither the System (admin) UI nor the CLI display the harvest source identifier when listing sources. CLI : ``` $ udata harvest sources ➢ Test harvest (dcat): 0 0 *...

In https://udata.readthedocs.io/en/latest/plugins/#known-plugins, the [udata-dcat link](https://github.com/opendatateam/udata-dcat) is 404.

``` $ docker exec -it docker-udata-udata-1 udata --version 3.3.2 $ docker exec -it docker-udata-udata-1 udata init ... Do you want to create some sample data? [Y/n]: y Traceback (most recent...

The latest udata doc at https://udata.readthedocs.io/en/latest/ uses the [deprecated](https://github.com/docker/compose/tree/v1) `docker-compose` (v1) command. Compose (v2) now is a plugin of the `docker` command and should be called with `docker compose`. The...

Master was recently bumped to version 1.2.0, could you please push the v1.1.0 tag? The v1.0.3 tag also seems incorrect, pointing to a v1.1.0 commit.

**Describe the bug** On *some* catalogs, the following request : ``` geonetwork/srv/fre/csw-test?service=CSW&version=2.0.2&namespace=xmlns:csw=http://www.opengis.net/cat/csw&outputFormat=application/xml&outputSchema=http://www.isotc211.org/2005/gmd&request=GetRecords&typeNames=csw:Record&resultType=results&elementSetName=full ``` returns no results, with error in comments : ``` ... ``` **To Reproduce** I was able to...

**Is your feature request related to a problem? Please describe.** The French Ministère de la Transition Écologique (MTE) plans to have data.gouv.fr harvest all its existing catalogs, to make data.gouv.fr...

Access rights can be a property of [`Resource`](https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights) (super-class of `Dataset`) or [`Distribution`](https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_rights). [Some conditions apply](https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_rights) : ``` Information about licenses and rights SHOULD be provided on the level of...

The reference ISO-19139 to GeoDCAT-AP XSLT [defaults to converting Dataset online resources as `dcat:landingPage`](https://github.com/SEMICeu/iso-19139-to-dcat-ap/blob/master/iso-19139-to-dcat-ap.xsl#L1435). This is consistent with [GeoDCAT-AP 2.0](https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/#resource-locator---on-line-resource): > In INSPIRE, this element, quoting, "defines the link(s) to...

type:improvement
feedback-requested
future-work