[Proj] Michigan georef projection reproject to lat-lon

Richard Greenwood richard.greenwood at gmail.com
Mon Sep 1 20:11:22 EDT 2008


FWTools http://fwtools.maptools.org/ (which includes Proj.4) has a
command line program called ogr2ogr which includes coordinate system
transformation. At the command prompt, you would enter something like:
   ogr2ogr destDir srcFile.shp -s_srs EPSG:codeForMichiganDNR -t_srs
EPSG:codeForLatLong
where:
  destDir is an empty destination (output) directory
  srcFile.shp is the name of the snowmobile shapefile
  codeForMichiganDNR is the EPSG number for your source data (maybe
not required)
  codeForLatLong is the EPSG number for lat-long (probably 4326)

Rich

On Mon, Sep 1, 2008 at 5:30 PM, Chris Fahner <chris at mi-sledding.com> wrote:
> Hello,
>
> I have been trying for the longest time now to convert data I received from
> Michigan DNR to lat-long data so it can be used within Google maps.
>
> The data is snowmobile trails but I can't for the life of me find a program
> which does not contain an large price tag to do this for me. I can't see
> spending money on it when I just need to convert the data once and then I
> won't need it done anymore. Does anyone have a good program to use to do
> this. They included all the files with the zip file they sent me. (.dbf,
> .prj, .sbn,.sbx,.shp,.shp.xml,shx). I think I've tried to use more than a
> handful of software's. The closest I got was with the program map window but
> there seems to be an issue with it reprojecting.
>
>
>
> Thanks,
>
> Chris
>
>
>
> _______________________________________________
> Proj mailing list
> Proj at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/proj
>



-- 
Richard Greenwood
richard.greenwood at gmail.com
www.greenwoodmap.com


More information about the Proj mailing list