Changes between Initial Version and Version 1 of Ticket #1843
- Timestamp:
- Aug 28, 2018, 6:34:21 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1843
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #1843 – Description
initial v1 5 5 + the file path of each file imported should be added to the metadata of the coverage, in 1 separate tag (such as: '''fileReferenceHistory'''). 6 6 }}} 7 8 Usage (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