Opened 3 years ago

Closed 3 years ago

#2441 closed enhancement (fixed)

wcst_import - check the validity of the band's name in the general recipe

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

For example, in systemtest/testcases_services/test_all_wcst_import/testdata/wcs_local_metadata_netcdf_in_xml, the band name is specified with space, and it is not valid for coverage's band name due to the space.


            "bands": [
              {
                "name": "Drought code",
                "variable": "dc",
                "description": "Global Fire Forecast (GEFF) - Drought Code",
                "nilReason": "The nil value represents no data value",
                "nilValue": "-9999",
                "identifier": "dc"
              }
            ],

Change History (1)

comment:1 by Bang Pham Huu, 3 years ago

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