italia / public-opendata-sources

A (complete) list of Italian public open data sources.
https://italia.github.io/public-opendata-sources/
Other
18 stars 7 forks source link

Add informations about source types #5

Closed jenkin closed 4 years ago

jenkin commented 4 years ago

Following source schema, source_type is an enum fields.

"source_type": {
    "type": "string",
    "description": "Identifier of harvest type.",
    "enum": [
        "ckan",
        "multilang",
        "dcat_rdf",
        "dcat_json",
        "CKAN-DCATAPIT",
        "DCAT_AP-IT CSW Harvester"
    ]
}

We need a detailed explanation of each value in documentation, with some examples.

giorgialodi commented 4 years ago

ok let's write a small paragraph to be included in the readme where we explain each item. Multilang sounds strange to me anyway

jenkin commented 4 years ago

Yep, see #8

giorgialodi commented 4 years ago

@jenkin "multilang" (second item) does not make sense. It is CSW server (multilang).

jenkin commented 4 years ago

@giorgialodi When you add a harvest source, CKAN-IT interface offers these radio buttons.

Screenshot_20191113_105221

Following table summarizes available labels and values from those radio buttons.

Label Value
CKAN ckan
CSW server (Multilang) multilang
Generic DCAT RDF Harvester dcat_rdf
DCAT JSON Harvester dcat_json
CKAN harvester for DCATAPIT CKAN-DCATAPIT
DCAT_AP-IT CSW Harvester DCAT_AP-IT CSW Harvester

Our source_type can be one of the previous values, not labels.

jenkin commented 4 years ago

Fixed in https://github.com/italia/public-opendata-sources/pull/14