Note that there are some explanatory texts on larger screens.

plurals
  1. POGIS data files converting each address to lat/lon in dbf shape data
    primarykey
    data
    text
    <p>I need Lat/LON from GIS data</p> <p>I have data files from <a href="http://www.mngeo.state.mn.us/chouse/land_own_property.html" rel="nofollow">http://www.mngeo.state.mn.us/chouse/land_own_property.html</a></p> <p>given in the format of .dbf, .prj, .sbn, .sbx, .shp, and .shx</p> <p>in the .dbf I see </p> <pre><code>PIN, Shape_area, Shape_len PARC_CODE Parcel Polygon to Parcel Point numeric 2 and PIN Relationship Code </code></pre> <p>and in the .prj</p> <pre><code>PROJCS["NAD_1983_UTM_Zone_15N",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-93.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]] </code></pre> <p>I also know the polygon points for each county</p> <pre><code>polygons points Anoka 129139 129138 Carver 38134 38133 Dakota 135925 150294 Hennepin 422976 446623 Ramsey 149169 168233 Scott 55191 55191 Washington 98915 103915 </code></pre> <p>and I know the bounding coordinates</p> <pre><code>-94.012 -92.732 45.415 44.471 </code></pre> <p>there seems to be tons of software applications for GIS <a href="http://en.wikipedia.org/wiki/List_of_geographic_information_systems_software" rel="nofollow">http://en.wikipedia.org/wiki/List_of_geographic_information_systems_software</a></p> <p>but what do I need to do?</p> <p>I want the lat, lon of every house</p> <p>Is there a library that will do this for me? What is the data I need?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload