Opened 4 years ago

Closed 4 years ago

#2225 closed enhancement (fixed)

wcst_import - supports metadata option for old recipes

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: wcst_import Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

Currently, old recipes (map_mosaic, regular_time_series, irregular_time_series) don't support feature to fetch metadata from files (global and local).

This should be supported in these old recipes as same as general_recipe with slicer gdal, e.g:

            "global": {
              "Title": "'Drought code'"
         	  },
             "local": {
                  "local_metadata_key": "${gdal:metadata:local_metadata_key}",
                  "metadata_file": {
                       "root_element": "INSPIRE",
                       "path": "replace('${file:path}', '.tiff', '.xml')"
                  }
              }
          },

Change History (1)

comment:1 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.