Re: [gdal-dev] Standard Dev. Environment?

2014-01-09 Thread Frank Warmerdam
Jay, Are you needing Jasper? Normally a default build ("./configure") should work pretty well on a precise system. I'm guessing you have enabled jasper because it is key to what you want to do? If not --without-jasper should be straight forward. Best regards, Frank On Thu, Jan 9, 2014 at 8:0

[gdal-dev] Standard Dev. Environment?

2014-01-09 Thread Jay L.
List, I wonder if a standard dev. environment exists? I am working to extend a driver and am having trouble getting an environment working that will compile. Current setup is a VagrantVM, Ubuntu 12.04 32-bit with source downloaded from SVN. Attempting to build with minimized drivers

Re: [gdal-dev] gdal_clip

2014-01-09 Thread Trent Piepho
Is it significantly faster or slower than gdal_rasterize? On Thu, Jan 9, 2014 at 7:39 AM, Zachary L. Stauber wrote: > Replying to all respondents on this thread... M. Rouault's right, it appears > to duplicate the functionality of gdal_rasterize with the -burn option, > which I had never looked i

Re: [gdal-dev] gdal_clip

2014-01-09 Thread Even Rouault
Selon "Zachary L. Stauber" : > Replying to all respondents on this thread... M. Rouault's right, it > appears to duplicate the functionality of gdal_rasterize with the -burn > option, which I had never looked into. Thus, I withdraw the idea. If > anyone wants a copy of the source or a compiled e

Re: [gdal-dev] gdal_clip

2014-01-09 Thread Zachary L. Stauber
Replying to all respondents on this thread... M. Rouault's right, it appears to duplicate the functionality of gdal_rasterize with the -burn option, which I had never looked into. Thus, I withdraw the idea. If anyone wants a copy of the source or a compiled executable, I will still provide th

Re: [gdal-dev] gdal_clip

2014-01-09 Thread Even Rouault
Zachary, is it different from gdal_rasterize with the burn option ? Even > Dear developers, > I would like to contribute some code to the project. I have a > utility I call gdal_clip I wrote wrote in C++, which I used to compile > against the FWTools gdal .lib file and later Mr. Szekeres

Re: [gdal-dev] gdal_clip

2014-01-09 Thread Jukka Rahkonen
Paul Meems gmail.com> writes: > > > > Hi Zack, > Your function sounds great. We've tried to implement something similar last summer but couldn't get it to work properly. > I have no authority to say if this should be implemented in GDAL or not, but you've got my vote ;) > Thanks, I can also i