Stuff to know when working with GIS
Content:Localities (Point Data)Lat/Long, converting between formats, & UTMs Projections & DatumsGPS unitsRaster ResolutionsData Format Conversions | Localities (Point Data)For point localities to be entered into a GIS program such as ArcGIS, coordinates of latitude and longitude need to be in decimal degrees(also abbreviated as DD) instead of, say, degrees minutes seconds (DMS) or decimal minutes (DM). Example of formats:
South Latitude (south of equator) and West Longitude (west of prime meridian) values are indicated with negative values in DD. If you have a spreadsheet of degrees, minutes and seconds separated out in their respective columns, then a simple formula in a separate column can convert to decimal degrees. A logical expression for N/S or E/W can be applied to assign the negative values. decimal degrees = degree + (minutes/60) + (seconds/3600) A word about precision: with the conversion to decimal degrees, implicit coordinate precision is lost and is usually substituted by decimal places to indicate precision. (table?) UTM is another coordinate system based on offset meters from the equator and east of a defined longitude in a Zone system. Converting from UTM to DD, and vice versa, is more complex; several online calculators are available for such conversions as well as macros for excel spreadsheets or standalone utilities. (e.g. UTM Utilities from NGS) World UTM Zones (above) US UTM Zones (left) (click for larger image) If you work in UTMs, you must know your zone! Projections & DatumsProjections are the various methods used to represent a 3-dimensional world into the 2-dimensions of paper or screen. Datum defines the mathematical coordinate system used to represent the map. All methods introduce distortions; however, aspects of area, distance or shape can be minimized or preserved, depending on the purposes of the map. Hundreds of different projections and datums have been defined but for certain regions and uses, there are only a handful to be aware of.
Knowing the projection and datum are essential for transforming your data from one to another and overlaying data from different sources. Note: ArcMAP does re-project gis layers on-the-fly for data visualization but can only do that if the projection is defined for it. To actually, re-project the data to a new projection you need to use the Project macro in the Data Management Toolbox (there is a separate one for vector and raster data). A few links of interest (many more out there!):
Coordinate Conversion between projectionsTatukGIS offers a free Coordinate Calculator to convert lat/long pairs between geographic coordinate systems, including all the US State Planes. Handy, if you don't have ArcGIS 9.x. GPSA great extension for ArcView 3.x or 9.x is Minnesota's Department of Natural Resources GPS Application. An easy to use interfacing easing the data flow between a Garmin GPS unit and ArcView, including real-time tracking and other functions. Many GPS units come with an interface application to install and download waypoints, tracks, and routes, so check the manual. ArcGIS 9.x has built-in GPS compatibility, requiring only a GPS with a serial or usb connector. See online help for details. Knowing your GPS datum is essential; if in doubt, set to the default of WGS84. Rasters and their Resolution (Ex. DEM data)Rasters are gridded data and a powerful means of representing spatial data. Digital Elevation Model data now are available from various sources and vastly superior to DEM data from only a decade ago. Usually at resolutions expressed in arc-seconds or the number of seconds per latitude or longitude, thus varying for different longitudes; in general: 1/9 arc-second = 0.00003 degrees = ca. 3 m/pixel 1/3 arc-second = 0.00009 degrees = ca. 10 m/pixel 1 arc-second = 0.00028 degrees = ca. 30 m/pixel 3 arc-seconds = 0.00083 degrees = ca. 90 m/pixel 30 arc-seconds = 0.0083 degrees = ca. 1 km/pixel Therefore, in a 30 arc second DEM, there is an elevation value for every square kilometer. Data Format Conversions
How-to tutorial posted on Geocommunity website Download free "Import 71" utility from ESRI
The ArcGIS Wizard to step through ascii to raster conversion is in the Conversion Toolbox >To Raster; likewise, to convert from raster data to ascii format wizard is under the From Raster tools. |
Contact: GIS-WEB contact (replace AT with sign) | Last Updated: 30 April 2008.