Re: [gdal-dev] Motion: request 2000 USD from OSGeo for GDAL

2020-01-10 Thread Tamas Szekeres
+1 Tamas Even Rouault ezt írta (időpont: 2020. jan. 10., P, 18:43): > Hi, > > Motion: the GDAL project requests to OSGeo a 2000 USD budget for 2020 > > ~ > > +1 > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com > __

Re: [gdal-dev] Motion: request 2000 USD from OSGeo for GDAL

2020-01-10 Thread jratike80
+1 -Jukka Rahkonen- Even Rouault-2 wrote > Hi, > > Motion: the GDAL project requests to OSGeo a 2000 USD budget for 2020 > > ~ > > +1 > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com > ___ -- Sent

Re: [gdal-dev] Motion: request 2000 USD from OSGeo for GDAL

2020-01-10 Thread Norman Barker
+1 normanb On Fri, Jan 10, 2020 at 11:43 AM Even Rouault wrote: > Hi, > > Motion: the GDAL project requests to OSGeo a 2000 USD budget for 2020 > > ~ > > +1 > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com > ___

Re: [gdal-dev] Motion: request 2000 USD from OSGeo for GDAL

2020-01-10 Thread Daniel Morissette
+1 Daniel On 2020-01-10 12:43, Kurt Schwehr wrote: +1 KurtS On Fri, Jan 10, 2020 at 9:43 AM Even Rouault > wrote: Hi, Motion: the GDAL project requests to OSGeo a 2000 USD budget for 2020 ~ +1 Even -- Spatialys - Geospa

Re: [gdal-dev] Motion: request 2000 USD from OSGeo for GDAL

2020-01-10 Thread Mateusz Loskot
+1 Mateusz On Fri, 10 Jan 2020 at 18:43, Even Rouault wrote: > Hi, > > Motion: the GDAL project requests to OSGeo a 2000 USD budget for 2020 > > ~ > > +1 > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com > __

Re: [gdal-dev] Motion: request 2000 USD from OSGeo for GDAL

2020-01-10 Thread Kurt Schwehr
+1 KurtS On Fri, Jan 10, 2020 at 9:43 AM Even Rouault wrote: > Hi, > > Motion: the GDAL project requests to OSGeo a 2000 USD budget for 2020 > > ~ > > +1 > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com > __

[gdal-dev] Motion: request 2000 USD from OSGeo for GDAL

2020-01-10 Thread Even Rouault
Hi, Motion: the GDAL project requests to OSGeo a 2000 USD budget for 2020 ~ +1 Even -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listi

Re: [gdal-dev] XLS file can't be opened with gdal 3

2020-01-10 Thread Even Rouault
On vendredi 10 janvier 2020 10:21:52 CET Frédéric Trastour wrote: > Hi Tobias, > > Yes, gdal is linked against FreeXL 1.0.5 – and reports support for XLS. > > Note that some other XLS files can be used without problem. > This one, which is included in out test suite doesn’t. Same FreeXL version

Re: [gdal-dev] Why COG does not support predictor=3?

2020-01-10 Thread Even Rouault
Jukka, > The cloud optimized GeoTIFF generator has a creation option PREDICTOR=YES > that is Boolean. Tiffinfo reveals that it means that predictor=2 is used > "Predictor: horizontal differencing 2 (0x2)". However, for floating point > images predictor=3 could give much better compression. In a qu

Re: [gdal-dev] GDAL python bindings memory usage

2020-01-10 Thread Evert Etienne (SITEMARK)
I actually have no idea what the extra code in your examples is doing, can you explain? For the behavior: it is the same as psutil (makes sense since memory_profiler uses psutil by default). You can see it reach max cache by logging psutil values in the Translate callback. I also saw the same b

Re: [gdal-dev] XLS file can't be opened with gdal 3

2020-01-10 Thread Tobias Wendorff
Hey, Am Fr, 10.01.2020, 10:58 schrieb Frédéric Trastour: > > It works fine with the older version but can't be read with the new new > one. XLS support is based on FreeXL Did you link it against it and installed the library? Best regards, Tobias ___

[gdal-dev] RE : XLS file can't be opened with gdal 3

2020-01-10 Thread Frédéric Trastour
Hi Tobias, Yes, gdal is linked against FreeXL 1.0.5 – and reports support for XLS. Note that some other XLS files can be used without problem. This one, which is included in out test suite doesn’t. BR, Fred. Provenance : Courrier pour Windows 10

[gdal-dev] XLS file can't be opened with gdal 3

2020-01-10 Thread Frédéric Trastour
Hi all, porting an application from gdal 2.2 to gdal 3.0, I'm facing a regression problem with an XLS file. It works fine with the older version but can't be read with the new new one. Here are the details : https://pastebin.com/QxWqDG4y. I'm wondering there is any known possible regression in th

[gdal-dev] Why COG does not support predictor=3?

2020-01-10 Thread Rahkonen Jukka (MML)
Hi, The cloud optimized GeoTIFF generator has a creation option PREDICTOR=YES that is Boolean. Tiffinfo reveals that it means that predictor=2 is used "Predictor: horizontal differencing 2 (0x2)". However, for floating point images predictor=3 could give much better compression. In a quick test