Arc Create Projection

From Tuflow
Jump to navigation Jump to search

Introduction

TUFLOW requires a model projection to be defined. This projection is used for the template files created by TUFLOW and also for all GIS outputs. It is a simple process to create a projection file for use in TUFLOW.

Method

    This step requires the use of Arc Catalog, as of Arc GIS 10, this can be accessed from ArcMap, for versions prior to this the separate Arc Catalogue program will need to be opened. The method below has been created in ArcMap version 10.
  1. Within ArcMap, select the Catalog Window icon from the toolbar, see image below.
  2. Arc Access Catalog from ArcMap.jpg


  3. In the Catalog window navigate to the desired TUFLOW\model\gis\ folder, right click on this and select New >> Shapefile.
  4. Arc Create Projection1.jpg
  5. Name the file, typically this is called simply Projection, however, this can be modified if desired.
  6. In the Spatial Reference section select Edit and then select the desired projection.
    TIP: For the TUFLOW tutorial model the correct projection is: Projected Coordinate Systems >> UTM >> WGS 1984 >> WGS 1984 UTM Zone 60S.prj
  7. Arc Create Projection2.jpg
  8. The projection file is now ready for use in TUFLOW. This is read into the .tcf with the below command:
    SHP Projection == ..\model\gis\Projection.prj


Up
Go-up.png Back to ArcGIS