[gdal-dev] raster from kml/kmz file

2020-12-09 Thread Laurynas Gedminas
Hey guys, can GDAL translate this file into raster? https://ipad.fas.usda.gov/cropexplorer/imageview.aspx?regionid=europe&startdate=11%2f21%2f2020&imenddate=11%2f30%2f2020&ftypeid=45&fattributeid=32 QGIS was not able to covert it. Thank you, Laurynas _

Re: [gdal-dev] How to wrap a C++ library using GDAL in a Python library?

2020-12-09 Thread Markus Neteler
Hi, Mateusz Loskot schrieb am Mi., 9. Dez. 2020, 19:38: > On Wed, 9 Dec 2020 at 17:19, Sean Gillies via gdal-dev > wrote: > > > > Hi Mateusz, > > > > The OSGeo sysadmins found something to correct in mailman configuration, > I'm giving that a test here. > > Sean, > > From my perspective, that '

Re: [gdal-dev] How to wrap a C++ library using GDAL in a Python library?

2020-12-09 Thread Mateusz Loskot
On Wed, 9 Dec 2020 at 17:19, Sean Gillies via gdal-dev wrote: > > Hi Mateusz, > > The OSGeo sysadmins found something to correct in mailman configuration, I'm > giving that a test here. Sean, >From my perspective, that 'something' does the job and despams your message. Best regards, -- Mateus

Re: [gdal-dev] How to wrap a C++ library using GDAL in a Python library?

2020-12-09 Thread Sean Gillies via gdal-dev
Hi Mateusz, The OSGeo sysadmins found something to correct in mailman configuration, I'm giving that a test here. On Wed, Dec 9, 2020 at 1:32 AM Mateusz Loskot wrote: > On Tue, 8 Dec 2020 at 23:16, Sean Gillies wrote: > > > > The state of the art for very thin Python bindings for a C++ project

Re: [gdal-dev] How to wrap a C++ library using GDAL in a Python library?

2020-12-09 Thread Mateusz Loskot
On Tue, 8 Dec 2020 at 23:16, Sean Gillies wrote: > > The state of the art for very thin Python bindings for a C++ project seems to > be pybind11. It's used for numpy's FFT module, based on pocketfft. My observations are similar to that and pybind11 is the currently popular solution. I personall