Opened 8 months ago

Closed 5 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">

Change History (1)

comment:1 by Bang Pham Huu, 5 months ago

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