Re: [gdal-dev] netcdf station time-series

2020-06-18 Thread Stefan Blumentrath
Hi David, Only partly a GDAL solution, but things we use for handling that kind of data are: The temporal framework in GRASS GIS (where you would leverage GDAL/OGR for import): https://grasswiki.osgeo.org/wiki/Temporal_data_processing Or (mostly for vector data), TimescaleDB (building upon Pos

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-18 Thread Ryan Schmidt
On Jun 18, 2020, at 12:09, Chris Marsh wrote: > I note you commented on the setuptools issue here > https://github.com/pypa/setuptools/issues/1732 > > but there is also this earlier post > https://github.com/pypa/setuptools/issues/1192 Thanks, I hadn't seen that one. > From what I can tell,

Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2020-06-18 Thread RejectKid
has there been progress made on .NetStandard support for the gdal nuget packages? I see this thread is a little old so I wasnt sure if it was dropped or not -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-18 Thread Chris Marsh
Hi Ryan, Agreed. However for working in pyenvs, it 'just works' more reliably. I'm actually quite interested in this issue as I have python code on pypi that uses gdal & setuptools. I note you commented on the setuptools issue here https://github.com/pypa/setuptools/issues/1732 but there is als