<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>My agency works mostly in State Plane Coordinates, and we have many shapefiles that contain SPC-based X and Y. </DIV>
<DIV>&nbsp;</DIV>
<DIV>I'd like to just enter the point-type shapefile path and the database path and get a datatable with Easting, Northing, Lat, and Long all in there with the data from the dbf. (For polygon and polyline data, I just extract the bounding box, not all the rings or segments.)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Right now I am getting the SPC data out of the shapefiles and putting it into a datatable, then using CorpsCon to find the Lats and Longs, but I'd like to get rid of that step.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am fairly familiar with Python, but not with GIS data, per se. Is there anything in FWTools or Shapefile lib that can help me?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Ron Phillips<BR>Programmer/Analyst<BR>County of Summit Engineer<BR>538 E. South St.<BR>Akron, OH 44311</DIV></BODY></HTML>