[gdal-dev] Finding if a source exists in particular block of a VRTRasterBand

2013-03-13 Thread ryagz
Hi, I have created a VRTDataset and added multiple simple sources to its rasterbands in a function of my application. In another function i have the instance of this VRTDataset and its VRTRasterbands and, Now i would like to find for a particular offsets an dimensions if there exists a source in

Re: [gdal-dev] Berkeley DB OGR "driver"

2013-03-13 Thread Jeff McKenna
Hi Ivan, I'm interested, but I have no solution. I also now compile BerkeleyDB on Windows, as part of the MapServer/MapCache process, and I would be curious how to add BDB support in my GDAL build. Maybe we can start a BuildHints page for this as we travel down this path? http://trac.osgeo.org/g

Re: [gdal-dev] KAKADU jpeg 2000 driver

2013-03-13 Thread Livneh Yehiyam
Frank Thanks for the quick reply. I think I will be able to make the changes, test and post a patch. Yehiyam From: fwarmer...@gmail.com [fwarmer...@gmail.com] On Behalf Of Frank Warmerdam [warmer...@pobox.com] Sent: Wednesday, March 13, 2013 17:23 To: Liv

[gdal-dev] Berkeley DB OGR "driver"

2013-03-13 Thread Ivan Lucena
Hi there, Although it is pretty simple to build support for Berkeley DB it is a little bit confusing since it used the SQLITE driver. After downloading and installing the software, all we need to do is to change the nmake.opt (or nmake.local) variables to point to the Berkeley DB folders and r

Re: [gdal-dev] Difficulties reading a ODIM HDF5 file

2013-03-13 Thread Frank Warmerdam
Sjur / Rutger, It also seems to work fine for me with trunk on linux. I suspect the problem is some sort of mixup at build time between versions of the HDF include files or something like that. Very hard to debug such a thing remotely. Best regards, Frank On Wed, Mar 13, 2013 at 12:51 AM, Rutg

Re: [gdal-dev] KAKADU jpeg 2000 driver

2013-03-13 Thread Frank Warmerdam
On Wed, Mar 13, 2013 at 4:55 AM, Livneh Yehiyam wrote: > Hi > > Is it possible with the GDAL kakadu driver to specify the options of : > > **1. **Cuse_sop : to add SOP (start of packet) marker > > 2. ORGtparts=R > Yehiyam, Skimming the code in gdal/frmts/jp2kak/jp2kakda

[gdal-dev] KAKADU jpeg 2000 driver

2013-03-13 Thread Livneh Yehiyam
Hi Is it possible with the GDAL kakadu driver to specify the options of : 1. Cuse_sop : to add SOP (start of packet) marker 2. ORGtparts=R Thanks Yehiyam Livneh This message (including any attachments) issued by RAFAEL- ADVANCED DEFENSE S

Re: [gdal-dev] Difficulties reading a ODIM HDF5 file

2013-03-13 Thread Rutger
Hey, For what its worth; it works fine on Windows for me, using verion: GDAL 1.9.2, released 2012/10/08 Gdalinfo output looks equal to your Linux output, and gdal_translate is able to convert the layer to a GeoTiff for example. Im using the pre-build cmd utilities from http://www.gisinternals.c