Re: [gdal-dev] GDAL/OGR 2.1.0 Beta 1 Available

2016-04-01 Thread Ari Jolma
01.04.2016, 20:18, Even Rouault kirjoitti: Hi, Despite the date, I do have prepared the GDAL/OGR 2.1.0 Beta1 release. It will potentially be followed by a second beta in the second half of this month, or directly by a RC1 if things go well. The source is available at: http://download.osge

Re: [gdal-dev] Improving ogr dxf driver spline reader

2016-04-01 Thread Even Rouault
Le vendredi 01 avril 2016 19:36:41, Pero Brbora a écrit : > Hi, > > I would like to improve ogr dxf driver spline reader. I have created > few test files and found mistakes in source code. Current spline > reader creates splines only from control points, and then tries to > recreate knots and sets

Re: [gdal-dev] GDAL/OGR 2.1.0 Beta 1 Available

2016-04-01 Thread Sean Gillies
Excellent, Even. 🎩 I'm add 2.1beta1 to the Rasterio build matrix right now. On Fri, Apr 1, 2016 at 11:18 AM, Even Rouault wrote: > Hi, > > Despite the date, I do have prepared the GDAL/OGR 2.1.0 Beta1 release. It > will potentially be followed by a second beta in the second half of this > mont

[gdal-dev] Improving ogr dxf driver spline reader

2016-04-01 Thread Pero Brbora
Hi, I would like to improve ogr dxf driver spline reader. I have created few test files and found mistakes in source code. Current spline reader creates splines only from control points, and then tries to recreate knots and sets weights to 1. From my understanding of splines they are comp

[gdal-dev] GDAL/OGR 2.1.0 Beta 1 Available

2016-04-01 Thread Even Rouault
Hi, Despite the date, I do have prepared the GDAL/OGR 2.1.0 Beta1 release. It will potentially be followed by a second beta in the second half of this month, or directly by a RC1 if things go well. The source is available at: http://download.osgeo.org/gdal/2.1.0beta1/gdal-2.1.0beta1.tar.xz

[gdal-dev] Summers schools in Geo-Data Processing

2016-04-01 Thread Giuseppe Amatulli
Apologies for cross-posting: We are pleased to announce: *R**egistration open now for two Summer Schools* organized by www.spatial-ecology.net held at the University of Basilicata, Matera, Italy: *- Spatio-Temporal Data Analyses Using Free and Open Source Software **(6th-10th June 2016)* *An imm

Re: [gdal-dev] Map algebra

2016-04-01 Thread Ari Jolma
I've got this into a rather nice working shape. The code needs to be reorganized (it is now, horror, all in header files) but that's another thing. I've so far built this around a basic DEM catchment analysis workflow. It includes many kinds of steps so it is a pretty good benchmark. In pseud