RE: [gdal-dev] Missing EPSG Codes and importFromUrl

2012-02-03 Thread David Baker (Geoscience)
oun...@lists.osgeo.org > [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Andy Cheetham > Sent: Friday, February 03, 2012 1:45 AM > To: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] Missing EPSG Codes and importFromUrl > > You could try our website the GeoRepository.

Re: [gdal-dev] Missing EPSG Codes and importFromUrl

2012-02-03 Thread Howard Butler
..@lists.osgeo.org > [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Andy Cheetham > Sent: Friday, February 03, 2012 1:45 AM > To: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] Missing EPSG Codes and importFromUrl > > You could try our website the GeoRepository.com &

RE: [gdal-dev] Missing EPSG Codes and importFromUrl

2012-02-03 Thread David Baker (Geoscience)
meter info ? Thanks, David From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Andy Cheetham Sent: Friday, February 03, 2012 1:45 AM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Missing EPSG Codes and importFromUrl You could try our w

Re: [gdal-dev] Missing EPSG Codes and importFromUrl

2012-02-02 Thread Andy Cheetham
You could try our website the GeoRepository.com It will provide you with all the details of the CRS in question http://georepository.com/search/by-name/?query=4418 Hope this helps Andy Cheetham On 2 Feb 2012 23:33, "David Baker (Geoscience)" wrote: > All, > > > > Working in C#... I have nee

Re: [gdal-dev] Missing EPSG Codes and importFromUrl

2012-02-02 Thread Jean-Claude Repetto
On 02/03/12 00:31, David Baker (Geoscience) wrote: All, Working in C#... I have need for EPSG:4418. Per http://www.epsg-registry.org/ this is the code for “ProjectedCRS [NAD27 / BLM 18N (ftUS)]”. This code does not seem to be in the GDAL/OGR/Prog4 database in FWTools2.4.7. Executing the line: v

[gdal-dev] Missing EPSG Codes and importFromUrl

2012-02-02 Thread David Baker (Geoscience)
All, Working in C#... I have need for EPSG:4418. Per http://www.epsg-registry.org/ this is the code for "ProjectedCRS [NAD27 / BLM 18N (ftUS)]". This code does not seem to be in the GDAL/OGR/Prog4 database in FWTools2.4.7. Executing the line: var i = src.ImportFromEPSG(4418); This call ret