[gdal-dev] Get hold of TIFF structure

2014-08-25 Thread Norman Goldstein
Let's say I've opened a dataset (from a tiff file on disk). How do I get hold of the TIFF structure that is used by the libtiff library? Thanks. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL vsicurl with query string

2014-08-25 Thread JDzialo John
Thanks so much for your help. Curl works fine it's only the gdalinfo \vsicurl\ that is throwing the error using 7.21.2 of curl and libcurl on a Windows Server 2008 server. I'm looking through to see what I can find online. -Original Message- From: Even Rouault [mailto:even.roua...@spati

Re: [gdal-dev] GDAL vsicurl with query string

2014-08-25 Thread Even Rouault
Le lundi 25 août 2014 21:40:51, JDzialo John a écrit : > Weird... > > I'm still having an issue with the certificate using GDAL_HTTP_UNSAFESSL > YES. It seems to try to verify the cert with this set or not. > > I wonder why you are not seeing that error at all? Not same curl version likely, or

Re: [gdal-dev] GDAL vsicurl with query string

2014-08-25 Thread JDzialo John
Weird... I'm still having an issue with the certificate using GDAL_HTTP_UNSAFESSL YES. It seems to try to verify the cert with this set or not. I wonder why you are not seeing that error at all? Is there any other why of setting up gdalinfo to not verify the cert? Is there a list of GDAL c

Re: [gdal-dev] Writing linestring and getting back linestring25

2014-08-25 Thread Even Rouault
Le lundi 25 août 2014 20:35:34, mccorb a écrit : > I am creating a new sqlite file and writing a new layer and feature. When i > write a linestring to the file everything works fine. I look at it in an > SQLite browser app and the geometry_type is 2. However when I reopen it I > get a linestring25d

Re: [gdal-dev] GDAL vsicurl with query string

2014-08-25 Thread Even Rouault
Le lundi 25 août 2014 20:23:14, JDzialo John a écrit : > Thanks. > > I think an hour may be the limit but I set it for 10 hours so if it's > allowed this link should be good until midnight tonight... > > https://parcel-test.s3.amazonaws.com/test/key/value/string/object.jpg?Signa > ture=7SPVoYI84N

[gdal-dev] Writing linestring and getting back linestring25

2014-08-25 Thread mccorb
I am creating a new sqlite file and writing a new layer and feature. When i write a linestring to the file everything works fine. I look at it in an SQLite browser app and the geometry_type is 2. However when I reopen it I get a linestring25d geometry type. >From what I can tell I can use this exa

Re: [gdal-dev] GDAL vsicurl with query string

2014-08-25 Thread JDzialo John
Thanks. I think an hour may be the limit but I set it for 10 hours so if it's allowed this link should be good until midnight tonight... https://parcel-test.s3.amazonaws.com/test/key/value/string/object.jpg?Signature=7SPVoYI84N2YF5O0vhjvDv%2FU%2FOs%3D&Expires=1409026574&AWSAccessKeyId=AKIAJF3TTV

Re: [gdal-dev] GDAL vsicurl with query string

2014-08-25 Thread Even Rouault
Le lundi 25 août 2014 18:26:47, JDzialo John a écrit : > Hi Even > > Yeah it was just a faked URL that was meant to show the URL format I was > trying to use to vsicurl a tif file from AWS S3. > > OK so these URLs are time restricted and will terminate after an hour, the > maximum I ca set it at.

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Even Rouault
Le lundi 25 août 2014 16:45:00, Tomer a écrit : > Do you have any idea for a possible solution? What is the output of ogrinfo on the MDB ? In which encoding does it return its results ? > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-U

Re: [gdal-dev] GDAL vsicurl with query string

2014-08-25 Thread JDzialo John
Hi Even Yeah it was just a faked URL that was meant to show the URL format I was trying to use to vsicurl a tif file from AWS S3. OK so these URLs are time restricted and will terminate after an hour, the maximum I ca set it at. This is just our test bucket and test user. If you can try this

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
Do you have any idea for a possible solution? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp5158087p5158179.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal

Re: [gdal-dev] Rasdaman VRT generation script

2014-08-25 Thread Even Rouault
Selon Fabian Schindler : > Hi folks, > > I created a small script that generates VRT files that act as wrappers > to add georeferencing to rasdaman arrays (which do not have this feature). > > I thought I could add this somewhere under "/swig/python/samples/", or > is this too specific for a certa

[gdal-dev] Rasdaman VRT generation script

2014-08-25 Thread Fabian Schindler
Hi folks, I created a small script that generates VRT files that act as wrappers to add georeferencing to rasdaman arrays (which do not have this feature). I thought I could add this somewhere under "/swig/python/samples/", or is this too specific for a certain driver? Regards, Fabian __

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Even Rouault
Selon Tomer : > i tried the vector utility program "ogr2ogr" to convert mdb to kml and still > non-English characters are replaced by '?' So the problem is likely in the ODBC driver that doesn't return UTF-8 encoding. > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.c

Re: [gdal-dev] RFC 47 and Threading

2014-08-25 Thread Even Rouault
Selon Andre Vautour : > I want to start off by saying a big thanks to Blake for taking his time > to tackle what can only be a very difficult problem. > From what I can observe, the current discussion seems to be around the > boundary of who should be responsible for ensuring thread safety around

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
i tried the vector utility program "ogr2ogr" to convert mdb to kml and still non-English characters are replaced by '?' -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Converting-MDB-File-With-Unicode-Characters-tp5158087p5158156.html Sent from the GDAL - Dev mailing list a

Re: [gdal-dev] RFC 47 and Threading

2014-08-25 Thread Andre Vautour
I want to start off by saying a big thanks to Blake for taking his time to tackle what can only be a very difficult problem. From what I can observe, the current discussion seems to be around the boundary of who should be responsible for ensuring thread safety around the block cache. The core

Re: [gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Even Rouault
Selon Tomer : > Hey, > > I'm using C# wrapper of GDAL and I'm having a problem converting MDB file > that contains unicode characters. > > Lets take for example conversion to KML file, non-English characters are > replaced by '?' Did you try with ogr2ogr first ? To check if the issue is in the OD

Re: [gdal-dev] JPEG in GeoTIFF + Masks

2014-08-25 Thread Even Rouault
Hi Robert, > Hi folks, > > After a bit of advice... > > JPEG compression is fast and pretty space-efficient for raster imagery. But > it's RGB-only. You could do 'gdal_translate rgba.tif rgba_jpeg.tif -co COMPRESS=JPEG' but that's not what you want, since the alpha band would be JPEG compressed t

[gdal-dev] Converting MDB File With Unicode Characters

2014-08-25 Thread Tomer
Hey, I'm using C# wrapper of GDAL and I'm having a problem converting MDB file that contains unicode characters. Lets take for example conversion to KML file, non-English characters are replaced by '?' How do I solve it? -- View this message in context: http://osgeo-org.1560.x6.nabble.com