| Home | About | Implement | Download | Discussion | Publications | Site Map | ||||
|
|
||||
|
This page explains how to import and export SLEUTH image data using ArcInfo Grid. World File An example: A grid of urban extent is transformed into a TIFF image as part of processing input data for SLEUTH. Arc: gridimage urban_data # urban_data.tif TIFF Two files will be generated from this command: urban_data.tif and urban_data.tfw. The first file is the new TIFF image. The second is the world file and contains geo-reference information. Now let's say we have a SLEUTH output file that has the same extent as urban_data.tif and we'd like to bring it into a ArcInfo for analysis. SLEUTH uses GIF images as input and generates GIFs as output. Therefore the GIFs first need to be transformed into an ArcInfo friendly image format (such as TIFF) using an image editor software such as xv or Photoshop. sleuth_output.gif -> sleuth_output.tif Next the TIFF image can be brought into Arc using the IMAGEGRID command. In order for the image to be geo-registered after the import the a related world file must be in the same directory as the TIFF file being imported.
Arc: imagegrid sleuth_output.tif sleuth_output Use PROJECTDEFINE to define the new grid's projection. |
||||