Changes between Initial Version and Version 1 of Ticket #2508


Ignore:
Timestamp:
Nov 8, 2021, 11:56:47 AM (3 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2508 – Description

    initial v1  
    22
    33- The new ingredients file for wcst_import to mark a normal coverage as an INSPIRE coverage:
     4
     5
     6{{{
     7"input":
     8{
     9  "coverage_id": "SH_DEM";
     10  "paths": "/mnt/coverage-upload/SH_DEM/*.tiff";
     11  "inspire":
     12  {
     13    "metadata_url":"https://inspire-geoportal.ec.europa.eu/resources/INSPIRE-f670705f-f4e9-11e6-81e4-52540023a883_20211012-160902/services/1/PullResults/521-540/16.iso19139.xml";
     14  }
     15}
     16
     17}}}
     18
     19
     20- The API to mark a coverages as INSPIRE coverage:
    421  - Syntax:
    522{{{
     
    1128    - `COVERAGEID`: coverage to be updated
    1229    - `METADATAURL`: URL referencing INSPIRE-compliant catalog entry for this coverage; can be empty string (mandatory)
     30
     31  **NOTE**: wcst_import will always send the request to the API, because "always send it - a user may want to delete the catalog reference without providing a new one".
     32