Re: [gdal-dev] Is it possible?

2015-06-08 Thread David Baker (Geoscience)
Peter, I can think of a few reasons, one for example, I have a geologic map that has only USGS quads for position reference. I also have a shapefile that has county outlines and another that has the PLSS land survey townships and section lines. I need a GeoTiff because one of the

Re: [gdal-dev] Fast Pixel Access

2014-02-10 Thread David Baker (Geoscience)
first? Might a direct read be faster? And Even, please excuse my ignorance, but what is gdb? I really would like to do the profiling. David -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Sunday, February 09, 2014 6:36 AM To: David Baker (Geoscience

Re: [gdal-dev] Fast Pixel Access

2014-02-10 Thread David Baker (Geoscience)
Evan. I am on Windows and only have the binaries installed. David -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Monday, February 10, 2014 8:54 AM To: David Baker (Geoscience) Cc: 'Even Rouault'; 'Brian Case'; 'gdal-dev@lists.osgeo.org' Subject: RE

Re: [gdal-dev] Fast Pixel Access

2014-02-05 Thread David Baker (Geoscience)
Luke, Thank you for this suggestion. This too the access times from 15-20 seconds down to 1 to 3 seconds. The majority of the time seems to be spent on the initial read of the vrt as subsequent piped locations after the first are returned sub-second. For my current application, this should

Re: [gdal-dev] Fast Pixel Access

2014-02-03 Thread David Baker (Geoscience)
one massive file (in addition to the individual tiles, which could be archived), this might work for your use case. Thanks, Dan Message: 10 Date: Fri, 31 Jan 2014 16:15:53 + From: David Baker (Geoscience) david.m.ba...@chk.com To: 'gdal-dev@lists.osgeo.org' gdal-dev@lists.osgeo.org

Re: [gdal-dev] Fast Pixel Access

2014-02-03 Thread David Baker (Geoscience)
Jukka, No matter the endpoint the user uses to access the data, behind the scenes, there must be fast pixel access, correct? Or are you saying that at WFS would do it quickly out of the box? David -Original Message- From: gdal-dev-boun...@lists.osgeo.org

Re: [gdal-dev] Fast Pixel Access

2014-02-01 Thread David Baker (Geoscience)
. If it's the intersection, then there's potential for improvement. seems an intersection with a set of polys first would be quick brian On Fri, 2014-01-31 at 19:30 +0100, Even Rouault wrote: Le vendredi 31 janvier 2014 17:15:53, David Baker (Geoscience) a écrit : Dev's, I have a set

Re: [gdal-dev] Fast Pixel Access

2014-02-01 Thread David Baker (Geoscience)
Of Jukka Rahkonen Sent: Saturday, February 01, 2014 7:09 AM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Fast Pixel Access David Baker (Geoscience david.m.baker at chk.com writes: Dev’s, I have a set of 55,501 bil files in a single directory. They are DEMS data that cover the US

Re: [gdal-dev] Fast Pixel Access

2014-02-01 Thread David Baker (Geoscience)
...@cape.com] Sent: Saturday, February 01, 2014 8:23 AM To: David Baker (Geoscience) Cc: gdal-dev Subject: Re: [gdal-dev] Fast Pixel Access This is an application that is just screaming for a spatial index For starters you could build a spatialite db of the individual file extents that returned

[gdal-dev] Fast Pixel Access

2014-01-31 Thread David Baker (Geoscience)
Dev's, I have a set of 55,501 bil files in a single directory. They are DEMS data that cover the US in 7.5 minute tiles. I would like to randomly access elevations at a given lat/lon's from the whole dataset. I created a vrt file from the directory of bil files, and have been able to access

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

2012-02-03 Thread David Baker (Geoscience)
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.ba...@chk.commailto:david.m.ba...@chk.com wrote: All, Working in C#... I have need

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

2012-02-03 Thread David Baker (Geoscience)
traverse the site getting all the needed data. David -Original Message- From: Howard Butler [mailto:hobu@gmail.com] Sent: Friday, February 03, 2012 8:09 AM To: David Baker (Geoscience) Cc: 'Andy Cheetham'; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Missing EPSG Codes

[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

Re: [gdal-dev] C# OGR Modify Shapefile

2011-08-09 Thread David Baker (Geoscience)
available in the last FWTools build or not. I will note that deleted shapes aren't completely deleted until you repack the file. There should be some details on repacking on the driver page. Best regards, On Mon, Aug 8, 2011 at 4:44 PM, David Baker (Geoscience) david.m.ba...@chk.com wrote

[gdal-dev] C# OGR Modify Shapefile

2011-08-08 Thread David Baker (Geoscience)
All, Using the C# dll's that come in Frank's FWTools, is it possible to add, delete and modify records in a Shapefile, or do I need to create a new Shapefile with the changes? Thanks, David David M. Baker Senior Geologist - Chief Technology Advisor Chesapeake Energy Corporation 405-935-3715

RE: [gdal-dev] zmap format

2011-06-27 Thread David Baker (Geoscience)
Nikolaos, The ZMapPlus is an old format used to store gridded data in an ASCII line format for transport and storage. It is Landmark Corp. format that many of the Landmark products, including GeoGraphix, use for data exchange. Because it has been around for a while, many industry (Oil and

[gdal-dev] GXF -- Grid eXchange File to AAIGrid -- Arc/Info ASCII Grid No Value Issue

2010-06-14 Thread David Baker (Geoscience)
All, Using OpenEV from FWTools version 2.4.7 to convert the GXF file found at http://pubs.usgs.gov/of/2000/ofr-00-0042/data/ from the GXF format to AAIGrid format I have found an issue. In the GXF file the #DUMMY value/string is -1e32 and this is the same value/string found in the data

RE: [gdal-dev] Geodetic Problem

2010-03-17 Thread David Baker (Geoscience)
Technology Advisor Chesapeake Energy Corporation 405-935-3715 office 405-496-5373 cell david.m.ba...@chk.com -Original Message- From: Jean-Claude REPETTO [mailto:jrepe...@free.fr] Sent: Wednesday, March 17, 2010 11:45 AM To: David Baker (Geoscience) Cc: 'gdal-dev@lists.osgeo.org' Subject: Re

[gdal-dev] Geodetic Problem

2010-03-16 Thread David Baker (Geoscience)
Frank and the List, I have a geodetic problem I hope GDAL/OGR can solve. The setup: I have two radio towers each the same height and at the same elevation being 10,000 meters apart. I know the latitude and longitude of the first tower and those coordinates reference WGS84 (though they could

RE: [gdal-dev] Geodetic Problem

2010-03-16 Thread David Baker (Geoscience)
-Original Message- From: Frank Warmerdam [mailto:warmer...@pobox.com] Sent: Tuesday, March 16, 2010 4:13 PM To: David Baker (Geoscience) Cc: 'gdal-dev@lists.osgeo.org' Subject: Re: [gdal-dev] Geodetic Problem David Baker (Geoscience) wrote: Frank and the List, I have a geodetic problem I

RE: [gdal-dev] Geodetic Problem

2010-03-16 Thread David Baker (Geoscience)
PM To: David Baker (Geoscience) Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Geodetic Problem On 3/16/10, David Baker (Geoscience) david.m.ba...@chk.com wrote: Frank and the List, I have a geodetic problem I hope GDAL/OGR can solve. I have not seen the direct or inverse gedesic routines

[gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread David Baker (Geoscience)
List, Does OgrInfo report the actual extents of the geometries in a ShapeFile or just the extents reported in the header of the ShapeFile? Thanks, David David M. Baker Senior Geologist - Chief Technology Advisor Chesapeake Energy Corporation 405-935-3715 office 405-496-5373 cell

RE: [gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread David Baker (Geoscience)
- From: Frank Warmerdam [mailto:warmer...@pobox.com] Sent: Monday, March 08, 2010 6:51 PM To: David Baker (Geoscience) Cc: 'gdal-dev@lists.osgeo.org' Subject: Re: [gdal-dev] OgrInfo ShapeFile Extents Report David Baker (Geoscience) wrote: List, Does OgrInfo report the actual extents

Re: [gdal-dev] OgrInfo ShapeFile Extents Report

2010-03-08 Thread David Baker (Geoscience)
Thanks for the info Frank. David Baker @ CHK Sent from my iPhone On Mar 8, 2010, at 7:24 PM, Frank Warmerdam warmer...@pobox.com wrote: David Baker (Geoscience) wrote: Frank, Thanks... Is there a method in org that scans all geometries or will I have to iterate through myself? David