GribDataSet.Attributes Property
Gets or sets the list of additional attributes that will be set on the raster features.
Syntax
public StringCollection Attributes { get; }
Property Value
Default: Empty collection.
A list of string values.
Remarks
There are usually many attributes found in the GRIB files. This list allows you to specify what attributes that will be read and added as raster feature attributes. If you are unsure about what attributes that exist in the file, you can read them all by setting this property to a list containing a single string value of: *
If you open a GRIB file as a data file in Carmenta Explorer, it will automatically be set to read all attributes.
To improve performance, use this property to limit the attributes read from each message to only those that you need to see or use.
Some attributes will always be read, these are usually used to filter out what type of data you want to read from the GRIB file using GribQuery. Carmenta Engine will internally read the attributes necessary for georeferencing and time handling.
Automatically set attributes
centre
table2Version
indicatorOfParameter
discipline
parameterCategory
parameterNumber
Platforms
Windows, Linux, Android