Are XML / GeneralGridCoverage in use anywhere?
The <V> </V> from the current examples seem overly verbose.
It does not seem that the V refer to the name of the attributes either, so it is really useless bloat.
The GML 1.0 examples uses a gml:DataBlock and gml:tupleList using a comma to delimit attribute values (Data Record fields) from the same Data Record (range value), and spaces to delimit range values / DataRecords.
EDIT: I discovered from the PointCloud example that cis:CV is used to separate DataRecords, but only when the DataRecord contain multiple attributes.
@joanma747
Are XML / GeneralGridCoverage in use anywhere?
The
<V> </V>from the current examples seem overly verbose.It does not seem that the V refer to the name of the attributes either, so it is really useless bloat.
The GML 1.0 examples uses a
gml:DataBlockandgml:tupleListusing a comma to delimit attribute values (Data Record fields) from the same Data Record (range value), and spaces to delimit range values / DataRecords.EDIT: I discovered from the PointCloud example that
cis:CVis used to separate DataRecords, but only when the DataRecord contain multiple attributes.@joanma747