blankblank blank




Fast Lookup Of The State Plane Coordinate System ID For Any US County



The State Plane Coordinate System (SPCS) is a projected coordinate system that achieves greater accuracy than UTM by dividing states up into sub-zones based on county, and then uses a local projection in that sub-zone (typically Transverse Mercator for zones that are oriented more north-south, and Lambert Conformal Conic for those that run more east-west). Keeping track of which county goes with which zone for every state can be a pain. The State Plane Zone Locator is a free utility that makes looking up the state plane system for any county easy. Oddly enough, the program installation doesn’t put any shortcuts into the Start Menu or on the Desktop, but the default install directory for the program is “C:\Program Files\MentorSoftwareCO\CountyLookup\”, and the executable is “CountyLookup.exe”‘. Run the program, and use the drop-down selections to choose the state and county you’re interested in:

Look up SPCS zone for any state in US

The State Plane system ID info (NAD83 only) will show up at the bottom, in this example AZ83-C (AZ Central, NAD83). You also get the state and county Federal Information Processing Standards (FIPS) codes.

Related posts:

  1. Projection Parameters / Point-Of-Origin For State Plane Coordinate Systems (SPCS)
  2. Google Earth Coordinates In Multiple Projections With Plex.Mark
  3. Coordinate Converters II – Worldwide Coordinate Conversion
  4. Public Land Survey Systems (PLSS) Shapefiles And Geocoding
  5. Online Coordinate Conversion And EPSG Code Lookup
  6. Coordinate Converters I – NAD Conversions
  7. Convert From AutoCad Format To KML And Vice Versa With KML Tools Pro
  8. A Free And Easy Shapefile Coordinate Converter
  9. Reprojecting Raster Imagery II – ERDAS Viewfinder
  10. Using The KML Time Embedder, Concluded

Looking for something else? Enter some keywords below, then click "Search".    




2 Responses to “Fast Lookup Of The State Plane Coordinate System ID For Any US County”


  1. 1 Theron L.

    I’m dealing with the issue of needing to convert coordinates from UTM to SPCS from a command line script running on a Unix platform. I’ve looked in to writing my own code for this or leveraging from someone elses code but there seems to be no resources for this available and the task of writing this myself seems daunting and time consuming. Do you know of any example source code or resources that might help me?

  2. 2 Leszek Pawlowicz

    You might look at two options:

    GeoTrans, from NIMA, offers a coordinate converter that runs in Unix, and the source code is available:

    http://freegeographytools.com/2007/coordinate-converters-ii-worldwide-coordinate-conversion

    And, of course, there’s ogr, an open-source relative of GDAL:

    http://gdal.org/ogr/

    That’s all I’ve got; hope it helps.

Comments are currently closed; feel free to contact me with questions/issues.