Re: [gdal-dev] gdal test failures

2015-08-19 Thread Priya Seth
I am getting the same issue when I run this command gdal_translate -of HF2 data/byte.tif data/byte.tif.tst Could this be some issue with translation from different formats to the HF2 format? Thanks! On Thu, Aug 20, 2015 at 9:08 AM, Priya Seth wrote: > Hi All, > > I have built gdal from source o

[gdal-dev] gdal test failures

2015-08-19 Thread Priya Seth
Hi All, I have built gdal from source on RHEL 7.1 and when I run the autotest, the following HF2 driver tests are failing: Script: gdrivers/hf2.py TEST: hf2_1 ... fail line 506: Did not get expected checksum on still-open file. Got 4716 instead of 4672. TEST: hf2_2 ... fail line

[gdal-dev] Where can I find ogr_FileGDB.dll v1.4 compilled for Windows?

2015-08-19 Thread paulopires16
Since v1.3 do not have custom CRS support, where can I find the* ogr_FileGDB.dl*l v1.4 compiled for Windows? Thanks -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Where-can-I-find-ogr-FileGDB-dll-v1-4-compilled-for-Windows-tp5220386.html Sent from the GDAL - Dev mailing l

Re: [gdal-dev] Fedora 22, fatal error: gdal/ogrsf_frmts.h: No such file or directory

2015-08-19 Thread mario chiari
Hi Il giorno mer, 19/08/2015 alle 22.37 +0200, mario chiari ha scritto: > Kyle > > Yes, now I see /usr/include/gdal/ogrsf_frmts.h > Still, I am not able to built. I am not sure whether it is a issue about gdal, but maybe you know how to fix. Now the msg is: >>>make[2]: *** No rule to make ta

Re: [gdal-dev] Fedora 20, fatal error: gdal/ogrsf_frmts.h: No such file or directory

2015-08-19 Thread mario chiari
Kyle Yes, now I see /usr/include/gdal/ogrsf_frmts.h Perfect! Thanks so much mario Il giorno mer, 19/08/2015 alle 14.02 -0600, Kyle Shannon ha scritto: > mario, > > On Wed, Aug 19, 2015 at 1:51 PM, mario60 wrote: > > Hi my first post. I am trying to install mysql-workbench from > > source

Re: [gdal-dev] Fedora 20, fatal error: gdal/ogrsf_frmts.h: No such file or directory

2015-08-19 Thread Kyle Shannon
mario, On Wed, Aug 19, 2015 at 1:51 PM, mario60 wrote: > Hi my first post. I am trying to install mysql-workbench from source on a 32 > bit Fedora 22 machine. I get the following error msg: > > In file included from > /root/rpmbuild/BUILD/mysql-workbench-community-6.3.4-src/backend/wbpublic/grt/s

[gdal-dev] Fedora 20, fatal error: gdal/ogrsf_frmts.h: No such file or directory

2015-08-19 Thread mario60
Himy first post.I am trying to install mysql-workbench from source on a 32 bit Fedora 22 machine.I get the following error msg: In file included from /root/rpmbuild/BUILD/mysql-workbench-community-6.3.4-src/backend/wbpublic/grt/spatial_handler.cpp:20:0:/root/rpmbuild/BUILD/mysql-workbench-community

Re: [gdal-dev] build error

2015-08-19 Thread Even Rouault
> sorry, replied before seeing the other messages. Will wait until the "600" > makes it into svn. Applied in trunk, branches/2.0 and 1.11 per #6073 -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal

[gdal-dev] gdal static library build

2015-08-19 Thread Lavanya Subramaniam
Hi there, I have an application from which I am trying to access gdal library. Everything works fine when I use the dynamic library and the dll but we would like for it to work with static build, as it would help the delivery of the software. The problem is the current application already uses dif

Re: [gdal-dev] 2.0.1 (and 1.11.3) release schedule ?

2015-08-19 Thread Daniel Morissette
On 2015-08-19 6:56 AM, Jukka Rahkonen wrote: Even Rouault spatialys.com> writes: Hi, I was wondering if we couldn't prepare RCs of 2.0.1 and 1.11.3 for the week of September 14th. That would be 3 months after 2.0.0 release. There are ~ 30 tickets closed in both branches. Nothing dramatical

Re: [gdal-dev] 2.0.1 (and 1.11.3) release schedule ?

2015-08-19 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Hi, > > I was wondering if we couldn't prepare RCs of 2.0.1 and 1.11.3 for the week of > September 14th. That would be 3 months after 2.0.0 release. There are ~ 30 > tickets closed in both branches. Nothing dramatically critical I can think of, > but g

Re: [gdal-dev] A Problem with GDALWarp

2015-08-19 Thread Brad Hards
On Wed, 19 Aug 2015 04:01:32 PM user gdal wrote: > Dear friends, >I have to programmatically clip (using Visual C++) with > GDALWarp. I proceeded like this: > > GDALDataset *outimg; > > outimg->(GDALDataset *) GDALOpen(filename, GA_Update); > /* I also tried, instead of the ab

[gdal-dev] A Problem with GDALWarp

2015-08-19 Thread user gdal
Dear friends, I have to programmatically clip (using Visual C++) with GDALWarp. I proceeded like this: GDALDataset *outimg; outimg->(GDALDataset *) GDALOpen(filename, GA_Update); /* I also tried, instead of the above, outimg=driver->Create(filename, NewCol, NewRow, Band, DataTy

Re: [gdal-dev] custom coordinate systems to authority epsg???

2015-08-19 Thread paulopires16
Hello Lance Shipman With that version of the API, can I read and write GDB with QGIS? Thanks -- View this message in context: http://osgeo-org.1560.x6.nabble.com/custom-coordinate-systems-to-authority-epsg-tp5220246p5220269.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___