Opened 15 months ago
Closed 11 months ago
#2771 closed enhancement (fixed)
FIX - support definition setting in the ingredients file to specify definition URL of a band
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | wcst_import | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
For example, instead of using the default definition
URL generated by petascope like below:
<swe:DataRecord> <swe:field name="velocity in m/s"> <swe:Quantity definition="http://www.opengis.net/def/dataType/OGC/0/float32">
A user can specify the definition
URL which is correct with his data:
<swe:DataRecord> <swe:field name="velocity"> <swe:Quantity definition="https://qudt.org/vocab/unit/M-PER-SEC">
Note:
See TracTickets
for help on using tickets.