Re: [gdal-dev] Seeking large lossless-encoded J2K images

2017-02-16 Thread Aaron Boxer
Cool, thanks, Rob! This is just what I was looking for. Cheers, Aaron On Thu, Feb 16, 2017 at 5:55 PM, Robert Coup wrote: > Hi Aaron, > > LINZ has RGB aerial imagery available at http://data.linz.govt.nz/set/2 > which you can get as Lossless JP2. Maximum exported tile size is around > 7200x1080

Re: [gdal-dev] Ubuntu GDAL 1.10.1 support for ECW formats

2017-02-16 Thread Stephen Woodbridge
On 2/16/2017 3:04 PM, Sebastiaan Couwenberg wrote: On 02/16/2017 08:46 PM, Stephen Woodbridge wrote: Any ideas on this? ECW support is not enabled in the Debian package, that's why your client doesn't have it. You probably have a custom build installed in /usr/local or elsewhere. Yes, I fou

Re: [gdal-dev] Ubuntu GDAL 1.10.1 support for ECW formats

2017-02-16 Thread Sebastiaan Couwenberg
On 02/16/2017 08:46 PM, Stephen Woodbridge wrote: > Any ideas on this? ECW support is not enabled in the Debian package, that's why your client doesn't have it. You probably have a custom build installed in /usr/local or elsewhere. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fing

[gdal-dev] Ubuntu GDAL 1.10.1 support for ECW formats

2017-02-16 Thread Stephen Woodbridge
Hi all, On my system: Ubuntu 14.04.5 LTS I have installed: gdal-bin:amd64/trusty 1.10.1+dfsg-5ubuntu1 upgradeable to 2.1.0+dfsg-1~trusty2 libgdal-dev:amd64/trusty 1.10.1+dfsg-5ubuntu1 upgradeable to 2.1.0+dfsg-1~trusty2 libgdal1h:amd64/trusty 1.10.1+dfsg-5ubuntu1 uptodate $ gdalinfo --format

Re: [gdal-dev] Best vector driver?

2017-02-16 Thread Even Rouault
On jeudi 16 février 2017 08:44:22 CET Kurt Schwehr wrote: > Even, > > If a format can have a combination of point, lines, and polygons in a > layer, should the layer class set wkbGeometryCollection? No it shoud return wkbUnknown. wkbGeometryCollection is for geometries whose WKT is like GEOMETR

Re: [gdal-dev] GDAL Python and QGIS 2.99?

2017-02-16 Thread Ari Jolma
16.02.2017, 18:18, Even Rouault kirjoitti: On jeudi 16 février 2017 18:07:03 CET Ari Jolma wrote: > I have QGIS 2.18.3 working on my computer and now I want to work a bit > on QGIS 2.99 (the trunk). > > I've got to the point where everything else seems to be working fine > except that the p

Re: [gdal-dev] Best vector driver?

2017-02-16 Thread Kurt Schwehr
Even, If a format can have a combination of point, lines, and polygons in a layer, should the layer class set wkbGeometryCollection? And if so, does that imply Z is okay or not okay? I see there is also wkbGeometryCollectionM and wkbGeometryCollectionZM, but no wkbGeometryCollectionZ. And I see

Re: [gdal-dev] GDAL Python and QGIS 2.99?

2017-02-16 Thread Even Rouault
On jeudi 16 février 2017 18:07:03 CET Ari Jolma wrote: > I have QGIS 2.18.3 working on my computer and now I want to work a bit > on QGIS 2.99 (the trunk). > > I've got to the point where everything else seems to be working fine > except that the processing plugin does not work (and I want to play

[gdal-dev] GDAL Python and QGIS 2.99?

2017-02-16 Thread Ari Jolma
I have QGIS 2.18.3 working on my computer and now I want to work a bit on QGIS 2.99 (the trunk). I've got to the point where everything else seems to be working fine except that the processing plugin does not work (and I want to play with that plugin exactly) and it gives the error ImportErr

Re: [gdal-dev] Building GDAL with PROJ4 in a non-standard location?

2017-02-16 Thread Emmanuel d'Angelo
Oops, I hadn't inferred that. Thanks Even! Emmanuel [image: Pix4D] Emmanuel d'Angelo | Model Team Technical Lead EPFL Innovation Park *| Building F | *1015 Lausanne, Switzerland t. +41 21 552 05 96 *https://pix4d.com | * *emmanuel.dang...@pix4d.com

Re: [gdal-dev] Building GDAL with PROJ4 in a non-standard location?

2017-02-16 Thread Even Rouault
On jeudi 16 février 2017 16:48:57 CET Emmanuel d'Angelo wrote: > Hi everyone, > > I'm experimenting with a C++ package manager (conan.io for interested > folks) to correctly setup my project and its dependencies. > > In this experiment, I'm trying to wrap GDAL and build GDAL 2.1.1 using a > PROJ4

[gdal-dev] Building GDAL with PROJ4 in a non-standard location?

2017-02-16 Thread Emmanuel d'Angelo
Hi everyone, I'm experimenting with a C++ package manager (conan.io for interested folks) to correctly setup my project and its dependencies. In this experiment, I'm trying to wrap GDAL and build GDAL 2.1.1 using a PROJ4 library that was put in a non-standard location by the package manager. When

[gdal-dev] Seeking large lossless-encoded J2K images

2017-02-16 Thread Aaron Boxer
Hello, I'm interested in testing decode of large lossless-encoded J2K images. I have checked out Sentinel-2 and Pleides, are there other good sources for this ? Thanks so much, Aaron ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo

Re: [gdal-dev] Best vector driver?

2017-02-16 Thread Kurt Schwehr
Mateusz, I have been meaning to write up a new RFC for the switch to C++11 as a minimum in January and then the flu caught up with me. I will try to do that in the next week or two. And I really appreciate all folks who commented on that thread. In my opinion, RFC 8 could use a lot of things a

Re: [gdal-dev] Best vector driver?

2017-02-16 Thread Mateusz Loskot
On 15 February 2017 at 17:27, Kurt Schwehr wrote: > > Thanks for the pointers. I will do touchups on the driver tutorial as I go. > [...] > What's the cleanest way to setup the driver registration? > > Should I be deriving from GDALDataset? Kurt, BTW, I'd have similar or related question. Whic