Changes between Initial Version and Version 1 of Ticket #1843


Ignore:
Timestamp:
Aug 28, 2018, 6:34:21 AM (6 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1843

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #1843 – Description

    initial v1  
    55+ the file path of each file imported should be added to the metadata of the coverage, in 1 separate tag (such as: '''fileReferenceHistory''').
    66}}}
     7
     8Usage (specify keys, values of `local` manually) in general recipes
     9
     10{{{
     11          "metadata": {
     12            "type": "xml",
     13            "global": {
     14              "Title": "'Drought code'"
     15                  },
     16             "local": {
     17                "local_metadata_key": "${netcdf:metadata:LOCAL_METADATA}"
     18              }
     19          },
     20}}}
     21