Guts / DicoGIS

The 3-clic geodata dictionary
https://guts.github.io/DicoGIS/
Apache License 2.0
5 stars 2 forks source link

Feature: add publish sub-command #292

Closed Guts closed 3 months ago

Guts commented 3 months ago

Typical workflow:

  1. Generate metadata from your source dataset:

    dicogis-cli inventory --pg-services my_pg_service_name --output-format udata --output-path to_be_published_to_udata
  2. Get your API key from your targetted udata instance and set it as environment variable DICOGIS_UDATA_API_KEY, the instance API URL as DICOGIS_UDATA_API_URL_BASE and optionally the API version as DICOGIS_UDATA_API_VERSION

  3. Publish the entire folder to your udata instance:

    dicogis-cli publish --input-folder to_be_published_to_udata
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud