[gdal-dev] Is there a FACE Conformant version of GDAL and its DTED drivers?

2024-09-09 Thread Ethan Payne via gdal-dev
h the FACE Technical Standard. Any guidance or recommendations you can provide would be greatly appreciated. Thank you for your time. Best Regards, --- Ethan Payne The information contained in this e-mail and any attachments from Parry Labs may contain confide

Re: [gdal-dev] Do any of the utilities (gdalwarp, gdal_translate) allow for assigment of ColorInterp?

2015-08-28 Thread Ethan Alpert
Thank you! Looks like Option 2 for me. -Original Message- From: Even Rouault [mailto:even.roua...@spatialys.com] Sent: Friday, August 28, 2015 2:55 PM To: gdal-dev@lists.osgeo.org Cc: Ethan Alpert Subject: Re: [gdal-dev] Do any of the utilities (gdalwarp, gdal_translate) allow for

[gdal-dev] Do any of the utilities (gdalwarp, gdal_translate) allow for assigment of ColorInterp?

2015-08-28 Thread Ethan Alpert
I'm running in to a problem with gdalbuildvrt. I started getting the following error from gdalbuildvrt. Warning 6: gdalbuildvrt does not support heterogenous band characteristics. Skipping I'm using 1.10 I've isolated the problem to some of my files in DTED2 format have the following: B

[gdal-dev] Can GDAL be configured to do direct I/O? (bypass cache, control blocksize, etc)

2012-12-14 Thread Ethan Alpert
27;m wondering if there's anyway to get GDAL writing using O_DIRECT? Thanks, -ethan This electronic communication and any attachments may contain confidential and proprietary information of DigitalGlobe, Inc. If you are not the intended recipient, or an agent or employee r

Re: [gdal-dev] Problem compiling gdal with OCI support, configure doesn't seem to know where to look

2012-11-19 Thread Ethan Alpert
ublic/ --with-oci-lib=/dg/local/apps/osgeo_pack/deployed/linux-x86_64/product/1 1gClient/lib/ That's what I used for gdal 1.8.1. /dg/local/apps/osgeo_pack/deployed/linux-x86_64 is my system deployed path. -ethan -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gda

Re: [gdal-dev] Perl Binding Documentation for previous releases -->404

2012-09-19 Thread Ethan Alpert
-dev-boun...@lists.osgeo.org] On Behalf Of Even Rouault Sent: Wednesday, September 19, 2012 1:15 PM To: gdal-dev@lists.osgeo.org; Ari Jolma Subject: Re: [gdal-dev] Perl Binding Documentation for previous releases -->404 Le mercredi 19 septembre 2012 20:43:39, Ethan Alpert a écrit : > Getting pa

[gdal-dev] Perl Binding Documentation for previous releases --> 404

2012-09-19 Thread Ethan Alpert
Getting page not found for: http://geoinformatics.tkk.fi/doc/Geo-GDAL-1.8/html/index.html This electronic communication and any attachments may contain confidential and proprietary information of DigitalGlobe, Inc. If you are not the intended recipient, or an agent or employee responsible

RE: [gdal-dev] OGC services requests in VRT?

2012-05-11 Thread Ethan Alpert
Interesting thanks! I always for get to try just convering to VRT and seeing what GDAL does. -e -Original Message- From: Paolo Corti [mailto:pco...@gmail.com] Sent: Thursday, May 10, 2012 7:00 AM To: Ethan Alpert Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] OGC services

[gdal-dev] OGC services requests in VRT?

2012-05-09 Thread Ethan Alpert
Is it possible to use an OGC call in a VRTRasterBand? This electronic communication and any attachments may contain confidential and proprietary information of DigitalGlobe, Inc. If you are not the intended recipient, or an agent or employee responsible for delivering this communication to th

RE: [gdal-dev] Problem with garbage bytes of data after EOI marker in single band JPEG

2012-04-13 Thread Ethan Alpert
Ok why does this not happen with multi band jpgs? From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Friday, April 13, 2012 1:13 PM To: gdal-dev@lists.osgeo.org Cc: Ethan Alpert Subject: Re: [gdal-dev] Problem with garbage bytes of data after EOI marker in single band JPEG Le

[gdal-dev] Problem with garbage bytes of data after EOI marker in single band JPEG

2012-04-13 Thread Ethan Alpert
I have a very old GDAL based tool I wrote that creates JPEG thumbnails for GeoTiff's. Since the GeoTiff's can be any size and I used a perl script to compute the aspect ratio so I can center a reduced size image in a square thumbnail. I'm looking for any suggestions as to how I can look into th

[gdal-dev] SetSpatialFilter

2012-02-22 Thread Ethan Alpert
Is it still true that the geometry used for SetSpatialFilter must have the same CRS as the layer? This electronic communication and any attachments may contain confidential and proprietary information of DigitalGlobe, Inc. If you are not the intended recipient, or an agent or employee respons

[gdal-dev] Re: Can RasterIO write one band at a time or must I combine my separate R,G,B buffers first?

2012-02-08 Thread Ethan
Thanks Kyle that worked perfectly, much obliged. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Can-RasterIO-write-one-band-at-a-time-or-must-I-combine-my-separate-R-G-B-buffers-first-tp4376337p4376431.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___

[gdal-dev] Can RasterIO write one band at a time or must I combine my separate R,G,B buffers first?

2012-02-08 Thread Ethan
I am writing a C++ program that reads in 3 separate single band geotiffs, applies some math to them, then outputs a single geotiff files that contains the data from those 3 files in the bands 1,2 and 3. I've so far set up the code to follow the methods from the gdal api tutorial and have read in t

RE: [gdal-dev] GDAL Ruby Bindings

2011-12-02 Thread Ethan Alpert
Thanks that's what I just discovered. I applied the patches to 1.8.1 and now have successfully built ruby bindings for 1.8.1 -e -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Friday, December 02, 2011 2:31 PM To: gdal-dev@lists.osgeo.org Cc:

RE: [gdal-dev] GDAL Ruby Bindings

2011-12-02 Thread Ethan Alpert
Does anyone know if this made it into 1.8.1? The bug is closed but my ruby compile with swig 2.04 is still failing. From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Jim Klassen Sent: Thursday, March 17, 2011 8:21 AM To: gdal-dev@lists.osgeo.org Subje

[gdal-dev] Does SetSpatialFilter use spatial indexes (.qix) for shapefiles

2011-11-14 Thread Ethan Alpert
Curious if the Shapefile driver uses .qix files if they're available when performing SetSpatialFitler. Thanks, -e This electronic communication and any attachments may contain confidential and proprietary information of DigitalGlobe, Inc. If you are not the intended recipient,

[gdal-dev] Spatial Indexes for Memory Layers?

2011-11-14 Thread Ethan Alpert
Curious if there's any way to create spatial indexes for in memory layers? This electronic communication and any attachments may contain confidential and proprietary information of DigitalGlobe, Inc. If you are not the intended recipient, or an agent or employee responsible for delivering thi

[gdal-dev] Anyone compile the ruby bindings for Ruby 1.9.x?

2011-11-09 Thread Ethan Alpert
It seems in Ruby 1.9.x the way of determining where the ruby.h file has changed. I ran into an identical problem trying to build Geos yesterday and now I've hit it in GDAL. In swig/ruby/RubyMakefile.mk There's the following line; RubyMakefile.mk:RUBY_INCLUDE_DIR := $(shell ruby -rr

RE: [gdal-dev] Problems with OGROpen, OCI Driver (OGROCITableLayer::ReadTableDefinition) and Oracle Views in GDAL 1.8.1

2011-09-21 Thread Ethan Alpert
ticket. -e From: Ivan Lucena [mailto:ivan.luc...@pmldnet.com] Sent: Wednesday, September 21, 2011 2:28 PM To: Ethan Alpert; "" Subject: Re: [gdal-dev] Problems with OGROpen, OCI Driver (OGROCITableLayer::ReadTableDefinition) and Oracle Views in GDAL 1.8.1 Ethan, That code has

[gdal-dev] Problems with OGROpen, OCI Driver (OGROCITableLayer::ReadTableDefinition) and Oracle Views in GDAL 1.8.1

2011-09-21 Thread Ethan Alpert
All, I've run into some very serious problems (for me) with changes made to the OCI driver for 1.8.1. Specifically lines the following lines (270-274). oDimCmd.Append( "SELECT a." ); oDimCmd.Append( pszGeomName ); oDimCmd.Append( ".GET_DIMS() DIM FROM " );

[gdal-dev] Definite problem with XERCES 3.0.x and GDAL

2009-08-14 Thread Ethan Alpert
I'm running 1.6.1 stable that I downloaded on 7/14 and xerces 3.0.1 on a RHEL5.2 64 bit system. When I convert a shapefile to GML and then try to convert back to shapefile I was getting: ERROR 1: element missing value And an invalid shapefile with no polygons. I'd get this error at

RE: [gdal-dev] autotest 1.6 errors - need help

2009-08-13 Thread Ethan Alpert
I'm running on a RHEL5.2 linux box. -Original Message- From: William Kyngesburye [mailto:wokl...@kyngchaos.com] Sent: Thursday, August 13, 2009 5:07 PM To: Ethan Alpert Cc: Even Rouault; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] autotest 1.6 errors - need help I haven&#x

RE: [gdal-dev] autotest 1.6 errors - need help

2009-08-13 Thread Ethan Alpert
Was there ever any resolution to this problem? I'm using 1.6 and xerces 3.0. When I try to read GML created with GDAL I get the following error: ERROR 1: element missing value -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behal