area.ini

Area Section

acres (integer)
The total number of acres. The default value is zero.

aquaticLength (integer)
The total length of aquatic elements. The default value is zero.

elevRelPosition (integer)
The difference in elevation between a vegetation unit and its adjacent vegetation units in meters. This is expects relative positions (above, below, next-to) to be present in the veg-units table. If elevation values are provided with vegetation units then this field is ignored. The default value is 10.

hasKeaneAttributes (boolean)
A flag indicating if vegetation units contain wind speed, wind direction, spread direction, and slope. These attributes are defined in the veg-adjacencies table. The default value is false.

maxEauID (integer, required)
The maximum aquatic unit ID.

maxEluID (integer, required)
The maximum land unit ID.

maxEvuID (integer, required)
The maximum vegetation unit ID.

name (string)
The name of the area. The default value is "unnamed".

polygonWidthFeet (integer)
The width of a raster cell in feet. The default value is zero.

Units Section

aquatic (integer, required)
The number of aquatic units.

land (integer, required)
The number of land units.

road (integer, required)
The number of road units.

trail (integer, required)
The number of trail units.

vegetation (integer, required)
The number of vegetation units.

Zone Section

name (string)
The name of the regional zone that this area is contained in. This attribute currently isn't used by OpenSIMPPLLE, but may be used later for zone restriction. The default value is an empty string.