Re: [gdal-dev] DXF dimension objects are interpreted wrong

2017-11-01 Thread Alan Thomas
Hi Nikolai, This issue looks to be addressed in a pull request I currently have open (https://github.com/OSGeo/gdal/pull/257). Non-orthogonal dimensions are rendered at the correct angle. Alan On 2 November 2017 at 11:11, Nikolai Bezdna wrote: > Hi all! > > DXF dimensions

[gdal-dev] DXF dimension objects are interpreted wrong

2017-11-01 Thread Nikolai Bezdna
Hi all! DXF dimensions get wrong interpretation when read with OGR: OGR attempts to always draw a vertical or horizontal arrow line, while DXF has a correct angle for it. Attached is how it looks in AutoCAD and how it looks in QGIS

Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-01 Thread Tamas Szekeres
+1 Tamas 2017-11-01 10:48 GMT+01:00 Even Rouault : > Hi PSC, > > > > Alan has done in the last months a lot of great work (fixes and > improvements) in the DXF driver, including adding new test cases and > updating documentation when needed: > >

Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-01 Thread jratike80
Even Rouault-2 wrote > Motion: grant commit rights to Alan Thomas > > +1 Even +1 -Jukka Rahkonen- -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] Proposed changed to solve inconsistant spatial filtering for null or empty geometries

2017-11-01 Thread Nyall Dawson
On 1 November 2017 at 21:02, Even Rouault wrote: > So null or empty geometries are never selected when a spatial filter is set. > This last behaviour seems to be the most logical for me, and I'd propose we > adopt it for non-SQL based drivers as well. My 2c is also

Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-01 Thread Kurt Schwehr
+1 On Wed, Nov 1, 2017 at 2:48 AM, Even Rouault wrote: > Hi PSC, > > > > Alan has done in the last months a lot of great work (fixes and > improvements) in the DXF driver, including adding new test cases and > updating documentation when needed: > >

Re: [gdal-dev] GDAL 2.2.3 planning

2017-11-01 Thread Jeff McKenna
On 2017-11-01 7:32 AM, Even Rouault wrote: Hi, I've add an exchange with Sebastiaan Couwenberg about a schedule that would give GDAL 2.2.3 a chance to enter the next Ubuntu LTS 18.04. While the date for the import freeze from Debian to Ubuntu is not know yet, based on the last release cycle,

Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-01 Thread Howard Butler
+1 > On Nov 1, 2017, at 9:09 AM, Daniel Morissette > wrote: > > +1. Great to have someone around to look after DXF stuff. > > Daniel > > > On 2017-11-01 5:48 AM, Even Rouault wrote: >> Hi PSC, >> Alan has done in the last months a lot of great work (fixes and >>

Re: [gdal-dev] WCS 1.1 in GDAL

2017-11-01 Thread Ari Jolma
Even Rouault kirjoitti 01.11.2017 klo 13:20: On mercredi 1 novembre 2017 13:05:09 CET Ari Jolma wrote: > Anyway, the question is, should gdalgmlcoverage.cpp be in the gcore? Feel free to move it to frmts/wcs as it only used by it. You'd probably want to remove the declaration of it from

Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-01 Thread Daniel Morissette
+1. Great to have someone around to look after DXF stuff. Daniel On 2017-11-01 5:48 AM, Even Rouault wrote: Hi PSC, Alan has done in the last months a lot of great work (fixes and improvements) in the DXF driver, including adding new test cases and updating documentation when needed:

Re: [gdal-dev] Open Jpeg 2.3.0 and OPJ_NUM_THREADS

2017-11-01 Thread N. Farah
Looking at https://trac.osgeo.org/gdal/browser/trunk/gdal/frmts/openjpeg/openjpegdataset.cpp?rev=40418 I now see the GDAL made changes to enable multi-threading. Thanks Noureddine Farah From: N. Farah Sent: Tuesday, October 31, 2017

Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-01 Thread Alan Thomas
Thanks, Even, for moving the motion. Yes, I agree with https://trac.osgeo.org/gdal/wiki/rfc3_commiters. Alan On 1 November 2017 at 20:48, Even Rouault wrote: > Hi PSC, > > > > Alan has done in the last months a lot of great work (fixes and > improvements) in the DXF

Re: [gdal-dev] Question about GeoPackage and views

2017-11-01 Thread Even Rouault
On mercredi 1 novembre 2017 12:57:35 CET Rahkonen Jukka (MML) wrote: > Hi, > > I was reading the GeoPackage standard and only now read carefully the > requirement 29 > > "A GeoPackage MAY contain tables or updateable views containing vector > features. Every such feature table or view in a

[gdal-dev] Question about GeoPackage and views

2017-11-01 Thread Rahkonen Jukka (MML)
Hi, I was reading the GeoPackage standard and only now read carefully the requirement 29 "A GeoPackage MAY contain tables or updateable views containing vector features. Every such feature table or view in a GeoPackage SHALL have a column with column type INTEGER and 'PRIMARY KEY

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-11-01 Thread Edzer Pebesma
On 10/26/2017 07:25 PM, Even Rouault wrote: >> More in general, we have multidimensional arrays where horizontal space > >> is not an x y image (GDAL raster band) but for instance a sequence of > >> feature geometries (e.g., in situ sensor data, or demographic data by > >> administrative

Re: [gdal-dev] Proposed changed to solve inconsistant spatial filtering for null or empty geometries

2017-11-01 Thread Edzer Pebesma
On 11/01/2017 12:15 PM, Ari Jolma wrote: > Even Rouault kirjoitti 01.11.2017 klo 13:02: >> >> Hi, >> >>   >> >> Nyall Dawson pointed to me in >> >> https://github.com/qgis/QGIS/pull/5501#issuecomment-340934947 about a >> weird behaviour of OGR spatial filtering regarding null and empty >>

Re: [gdal-dev] WCS 1.1 in GDAL

2017-11-01 Thread Even Rouault
On mercredi 1 novembre 2017 13:05:09 CET Ari Jolma wrote: > Ari Jolma kirjoitti 01.11.2017 klo 11:04: > > It seems to me that WCS 1.1 has been dormant and perhaps nobody has > > really used it ever(?). > > > > I just found the gdalgmlcoverage.cpp file in gcore, which is only used > > by the WCS

Re: [gdal-dev] Proposed changed to solve inconsistant spatial filtering for null or empty geometries

2017-11-01 Thread Ari Jolma
Even Rouault kirjoitti 01.11.2017 klo 13:02: Hi, Nyall Dawson pointed to me in https://github.com/qgis/QGIS/pull/5501#issuecomment-340934947 about a weird behaviour of OGR spatial filtering regarding null and empty geometries. ... Any thought ? Yes. Deep ones. If something is

Re: [gdal-dev] WCS 1.1 in GDAL

2017-11-01 Thread Ari Jolma
Ari Jolma kirjoitti 01.11.2017 klo 11:04: It seems to me that WCS 1.1 has been dormant and perhaps nobody has really used it ever(?). I just found the gdalgmlcoverage.cpp file in gcore, which is only used by the WCS driver and only in its 1.1 part Actually, in 1.0, since 1.1 does not seem

[gdal-dev] Proposed changed to solve inconsistant spatial filtering for null or empty geometries

2017-11-01 Thread Even Rouault
Hi, Nyall Dawson pointed to me in https://github.com/qgis/QGIS/pull/5501#issuecomment-340934947 about a weird behaviour of OGR spatial filtering regarding null and empty geometries. To make it concrete, consider the following CSV file id,WKT 1,"POLYGON EMPTY" 2, 3,"POLYGON ((0 0,0 1,1 1,0

[gdal-dev] GDAL 2.2.3 planning

2017-11-01 Thread Even Rouault
Hi, I've add an exchange with Sebastiaan Couwenberg about a schedule that would give GDAL 2.2.3 a chance to enter the next Ubuntu LTS 18.04. While the date for the import freeze from Debian to Ubuntu is not know yet, based on the last release cycle, it seems that a GDAL 2.2.3 released this

Re: [gdal-dev] OGC announces a new standard that improves the way information is referenced to the earth

2017-11-01 Thread Robert Coup
On 31 October 2017 at 15:09, Stadin, Benjamin < benjamin.sta...@heidelberg-mobil.com> wrote: > > I think there is a real need for such concept, but in my opinion there > needs to be a default model and algorithms in order to be relevant. > I know Pyxis has a pile of patents in this area:

[gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-01 Thread Even Rouault
Hi PSC, Alan has done in the last months a lot of great work (fixes and improvements) in the DXF driver, including adding new test cases and updating documentation when needed: https://trac.osgeo.org/gdal/ticket/7111 https://trac.osgeo.org/gdal/ticket/7106

Re: [gdal-dev] virtualmem py

2017-11-01 Thread Even Rouault
On mercredi 1 novembre 2017 01:00:10 CET Nikolaos Ves wrote: > Hi All, > > I was experimenting with the GetVirtualMemArray python bindings and I am > receiving a 'Received a NULL pointer.' error (windows) > > Also, the tests virtualmem_{1..4} in appveyor are being skipped (and > they're rigged

[gdal-dev] WCS 1.1 in GDAL

2017-11-01 Thread Ari Jolma
It seems to me that WCS 1.1 has been dormant and perhaps nobody has really used it ever(?). I just found the gdalgmlcoverage.cpp file in gcore, which is only used by the WCS driver and only in its 1.1 part and it hasn't really been changed since Frank wrote it ten years ago. I basically