Re: [gdal-dev] prj to proj.4

2009-03-25 Thread Howard Butler
Looking at the .prj file and searching http://spatialreference.org might also be productive. Another option is to upload it to spatialreference.org, and you can then get it in a number of formats. This approach isn't recommended for a lot of SRS's, but for a quick one-off sort of thing, it

Re: [gdal-dev] prj to proj.4

2009-03-25 Thread Robert Coup
Hi Hermann, On Wed, Mar 25, 2009 at 9:06 PM, Hermann Peifer wrote: > > I am looking for a convenient way to convert the SRS parameters from a > random shapefile.prj into proj.4 format. A command line interface would be > most helpful for a non-programmer, like me. > > If you have python on your s

[gdal-dev] prj to proj.4

2009-03-25 Thread Hermann Peifer
Hi, I am looking for a convenient way to convert the SRS parameters from a random shapefile.prj into proj.4 format. A command line interface would be most helpful for a non-programmer, like me. As far as I can see: Grass' g.proj is expected to do the job, but I did not get any further than t