cf.Field.DSG

Field.DSG

True if the field contains a collection of discrete sampling geometries.

New in version 2.0.

See also

featureType

Examples

>>> f.featureType
'timeSeries'
>>> f.DSG
True
>>> f.get_property('featureType', 'NOT SET')
NOT SET
>>> f.DSG
False