For work I’ve been using a lot of freely available GIS data to plot on Google Earth and sometimes Maps (if the resulting file is small enough).
I have also helped out the Minnesota Cache Reviewer, Surfer Joe (along with some help from Paul Falstad) with plotting the Minnesota DNR’s AMA boundaries on Google Earth.
The DNR likes to put the coordinate system into something other than WGS84, so you have to use ogr2ogr like this: ogr2ogr -s_srs EPSG:32615 -t_srs WGS84 out.shp in.shp
After that, the out.shp will contain the coordinate system we are all so accustomed to :)

Using a script available as part of the ShapeLib tools, shpcentrd, I was able to determine the centroid of the polygon in the shape files and create a new shape file of points that could be converted with shp2kml.
If you would like to see the final product of the AMAs, please check here and for the Minnesota School Districts, click here.
Related posts:







