ArcInfo GRID File Interface - A Plugin for GenesisII
Function
This plugin imports and exports ArcInfo GRID format files. This ASCII raster
file format is a simple format that is used to transfer raster data between
various GIS applications.
When importing a new GenesisII grid is created with the correct dimensions and georeferencing information to hold the imported data.
Setting up the plugin
Simply copy the arcgrid.glg file to your GenesisII plugins directory.
Options
The plugin displays a dialog box to control import parameters. The dialog
contains several sections...
Import
These controls are used to import data....
Once imported height information can be viewed and manipulated in the Landscape Editor.
Export
These controls are used to export data....
Action
This section contains progress feedback controls and the Exit button
File Format
The plugin uses the following format for export and expects the imported
file to be in the same format. Identifiers are all case insensitive and floating
point values may be used for all numeric entries with the exception of column
and row count.
Line Number | Data | Example |
1 | ncols identifier plus number of columns | ncols 174 |
2 | nrows identifier plus number of rows | nrows 139 |
3 | lower left corner x identifier plus georeference | xllcorner 545092.75645 |
4 | lower left corner yidentifier plus georeference | yllcorner 546311.918788 |
5 | cellsize identifier plus value | cellsize 30 |
6 | nodata identifier plus value | NODATA_value -9999 |
7+ | data. space delimited one row per line | -9999 0 1234 788 -9999 etc. |