Re: [gdal-dev] ECW/ERS projections

2009-01-28 Thread Frank Warmerdam
Pinner, Luke wrote: Thanks for the response Frank. The coord system is NSWLAM94 http://spatialreference.org/ref/epsg/3308/ and is supported in more recent ERMapper releases. I realise that GDAL can't support every projection under the sun so I'll just work around it. Probably by having a single

RE: [gdal-dev] ECW/ERS projections

2009-01-28 Thread Pinner, Luke
[gdal-dev] ECW/ERS projections Pinner, Luke wrote: > Hi > > What is the best way to enable support for ECW/ERS projections that do > not have an entry in the GDAL_DATA/ecw_cs.wkt dictionary? > > This projection definition is used by multiple people in my area, either > usin

Re: [gdal-dev] ECW/ERS projections

2009-01-27 Thread Frank Warmerdam
Pinner, Luke wrote: Hi What is the best way to enable support for ECW/ERS projections that do not have an entry in the GDAL_DATA/ecw_cs.wkt dictionary? This projection definition is used by multiple people in my area, either using the gdal utilities or as part of scripts coded using the gdal py

[gdal-dev] ECW/ERS projections

2009-01-27 Thread Pinner, Luke
Hi What is the best way to enable support for ECW/ERS projections that do not have an entry in the GDAL_DATA/ecw_cs.wkt dictionary? This projection definition is used by multiple people in my area, either using the gdal utilities or as part of scripts coded using the gdal python api. I can manua