[gdal-dev] Missing EPSG Codes and importFromUrl

David Baker (Geoscience) david.m.baker at chk.com
Fri Feb 3 07:19:35 EST 2012


Andy,

Great reference!  Thanks for the info.  But, when I execute the line:

var i = src.ImportFromUrl(@"http://georepository.com/search/by-name/?query=4418");

I get an error 6 of 6.  This gets back to my second question, can, and if so, how does one call on a URL to get the parameter info ?

Thanks,
David

From: gdal-dev-bounces at lists.osgeo.org [mailto:gdal-dev-bounces at lists.osgeo.org] On Behalf Of Andy Cheetham
Sent: Friday, February 03, 2012 1:45 AM
To: gdal-dev at lists.osgeo.org
Subject: Re: [gdal-dev] Missing EPSG Codes and importFromUrl


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)" <david.m.baker at chk.com<mailto:david.m.baker at chk.com>> 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:

var i = src.ImportFromEPSG(4418);

This call returns an error indicating the code is invalid.  I also searched the /data directory for this projection but was not able to find it.  So my next move was to try:

var i = src.ImportFromUrl(@"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::4410");

This did not work either.

So my general question is, for missing CRS's how does one retrieve the projection information from the web?

Thanks in Advance,
David

David M. Baker
Senior Advisor - Geoscience Technology
Chesapeake Energy Corporation
405-935-3715<tel:405-935-3715> office
405-496-5373<tel:405-496-5373> cell
david.m.baker at chk.com<mailto:david.m.baker at chk.com>


________________________________

This email (and attachments if any) is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this email is not the intended recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by return email and destroy all copies of the email (and attachments if any).

_______________________________________________
gdal-dev mailing list
gdal-dev at lists.osgeo.org<mailto:gdal-dev at lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/gdal-dev

________________________________

This email (and attachments if any) is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this email is not the intended recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by return email and destroy all copies of the email (and attachments if any).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20120203/9ef504a0/attachment.html


More information about the gdal-dev mailing list