[Gdal-dev] Re: reprojection feet instead of meters
jason
jnielsen at aero-graphics.com
Wed Jun 9 13:10:49 EDT 2004
On Wed, 09 Jun 2004 10:21:28 -0600, jason wrote:
> I am reprojecting some NED data:
>
> gdalwarp -s_srs epsg:4326 -t_srs epsg:26912 id1.img id1x.img -of HFA
>
> but the 26912 system is in meters. Is there and easy way to specify during
> that conversion to produce the img file in US Survey Feet instead?
>
> Thanks.
nm. Got it to work. I was using the incorrect syntax before hand.
gdalwarp -s_srs epsg:4326 -t_srs "+proj=utm +zone=12 +ellps=GRS80
+datum=NAD83 +units=us-ft" id1.img id1x.img -of HFA
More information about the Gdal-dev
mailing list