Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
load_categorical_map [2011/07/31 15:57]
hermann created
load_categorical_map [2015/10/13 18:50] (current)
admin
Line 8: Line 8:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| Filename ​ | [[ Map Filename Type|Map Filename  ​]]  | Name of the file that contains the map to be loaded. Dinamica automatically determines the file format from a selected file extension. ​ |+| Filename ​ | [[Map Filename Type]] ​ | Name of the file that contains the map to be loaded. Dinamica automatically determines the file format from a selected file extension. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-Load As Sparse ​ | [[ Bool Type|Bool ​ ]]  | If true, the map is loaded as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, but they have diminshed access time. | False  | +Null Value  | [[Null Value Type]] ​ | Additional value used to represent null cells. Cells with such value are also treated as null cells. This is particularly useful for assigning a null value to image files that do not have this definition.  | None  | 
-| Define ​Null Value  | [[Bool ​Type|Bool  ​]]  | This flag forces the cells with the same value of the "Null Value" parameter to be treated as null cell. This is particularly useful for assigning a missing ​null value to a GeoTiff data.  | False  | +Load As Sparse ​ | [[Boolean Value Type]] ​ | If true, the map is loaded as sparse image. Sparse images have the advantage of storing only the cells containing non-null values, but they have worse access time.  | False  | 
-Null Value  | [[Int Type|Int  ​]]  | Value used to represent null cell. The "​Define Null Value" flag must be set in order to define a null value. This is particularly useful for assigning ​missing ​null value to a GeoTiff data.  |  | +| Suffix Digits ​ | [[Non Negative ​Integer Value Type]] ​ | Number of digits used to represent the image file name suffix. ​ |  | 
-| Suffix Digits ​ | [[Non Negative ​Int Type|Non Negative Int  ​]]  | Number of digits used to represent the image file name suffix. ​ |  | +Step  | [[Non Negative ​Integer Value Type]] ​ | Current step or model iteration. Files with the same name and numbered suffixes will be loaded sequentially according to the model step.  | None  | 
-step  | [[Non Negative ​Int Type|Non Negative Int  ​]]  | Current step or model iteration. Files with the same name and numbered suffixes will be loaded sequentially according to the model step.  | None  |+| Workdir ​ | [[Workdir Type]] ​ | Workdir folder path.  | None  |
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Map  | [[ Categorical Map Type| Categorical Map  ​]]  | The map loaded by the functor. ​ |+| Map  | [[Categorical Map Type]] ​ | The map loaded by the functor. ​ |
  
 ===== Group ===== ===== Group =====
Line 30: Line 30:
 ===== Notes =====  ===== Notes ===== 
  
-Readable formats: ers (ERMapper raster) tiff, or tif (GeoTiff) and asc (ArcView ASCII)+See also [[Load Map]] for loading maps whose cells do not represent categories.
  
-Coordinate systems supported for translation in ERMapper format: Geodetic (WGS 84SAD69NAD27Corrego Alegre) and UTM (WGS84SAD 69, NAD27, Corrego Alegre).+If the "Null Value" parameter is specifiedany cell corresponding to the original null value of the mapif providedis converted to the new null value. This ensures that values originally represented by null value still representing null valueseven if the null value definition changes. Any non-null value corresponding to the newly defined null value is also promoted to new null value.
  
-When coordinate system is not supportedLOCAL projection ​and datum WGS84 are assumed. For ASCII/​ArcGISLOCAL projection and datum WGS84 are always assumed+For list of file formats that Load Categorical Map can loadthe supported [[wp>​Map_projection|projections]] ​and [[wp>​Datum_(geodesy)|datums]]check the [[supported map formats#​map_formats_supported_for_reading|supported map formats]].
  
-All Geotiff coordinate systems are supported if translation ​is not needed +It is possible to load maps from [[wp>​zip_(file_format)|Zip]] archivesSee [[useful_tips#​loading_files_from_zip_files|this useful tip]] to know how to do it.
- +
-When GeoTiff cell dimension is not found, a 100 meter resolution is assumed.+
  
 ===== Internal Name =====  ===== Internal Name =====