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

[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:

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

2012-12-14 Thread Ethan Alpert
I'm running in to a situation where I believe the filesystem cache settings are screwing things up. Based on iozone tests I'm not getting near the throughput I should for large 4gb+ files with multiple writing processes. It is a complex interaction of the number of dirty pages in filesystem cache

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

2012-11-19 Thread Ethan Alpert
You sure your oracle client libs are installed correctly? It's strange that oci.h would be in the top level directory. --with-oci=/dg/local/apps/osgeo_pack/deployed/linux-x86_64/product/11gCl ient/ --with-oci-include=/dg/local/apps/osgeo_pack/deployed/linux-x86_64/produ ct/11gClient/rdbms/public/

[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

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 page

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

[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

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] 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

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

RE: [gdal-dev] GDAL Ruby Bindings

2011-12-02 Thread Ethan Alpert
Alpert; Jim Klassen Subject: Re: [gdal-dev] GDAL Ruby Bindings Le vendredi 02 décembre 2011 22:19:36, Ethan Alpert a écrit : 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. According to the comments in the ticket, this was pushed

[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

[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] 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

[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: coordinates element missing value And an invalid shapefile with no polygons. I'd get

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: coordinates element missing value -Original Message- From: gdal-dev-boun...@lists.osgeo.org

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't tried