Re: [gdal-dev] Is the SOSI Norwegian driver still useful?

2023-11-18 Thread Stefan Blumentrath via gdal-dev
Hei,   flesh-and-bones-user from Norway here too.   When the OpenFYBA library and the OGR-SOSI driver were revived roughly 10 years ago, Kartverket already had plans to replace the SOSI format and communicated what you now heared at the community sprint, Even. I see that Mathieu confirmed

Re: [gdal-dev] Cannot choose netCDF driver instead of HDF5 for nc files

2023-10-12 Thread Stefan Blumentrath via gdal-dev
steady and swift replies!   Cheers Stefan       Gesendet: Donnerstag, 12. Oktober 2023 um 14:22 Uhr Von: "Even Rouault" An: "Stefan Blumentrath" , "gdal-dev" Betreff: Re: [gdal-dev] Cannot choose netCDF driver instead of HDF5 for nc files Works for me with GDAL

Re: [gdal-dev] Cannot choose netCDF driver instead of HDF5 for nc files

2023-10-12 Thread Stefan Blumentrath via gdal-dev
ribute (fixes #7550)     Gesendet: Donnerstag, 12. Oktober 2023 um 14:01 Uhr Von: "Stefan Blumentrath via gdal-dev" An: "gdal-dev" Betreff: [gdal-dev] Cannot choose netCDF driver instead of HDF5 for nc files Hi,   I am wondering if the behavior of the NetCDF driver

[gdal-dev] Cannot choose netCDF driver instead of HDF5 for nc files

2023-10-12 Thread Stefan Blumentrath via gdal-dev
Hi,   I am wondering if the behavior of the NetCDF driver changed in recent GDAL version(s)?   I do have the netCDF driver installed and also HDF5, which has been shaddowing the netCDF driver. So I used to do the following: export GDAL_SKIP=HDF5 gdalinfo

Re: [gdal-dev] GDAL version in pip requirements file

2023-09-26 Thread Stefan Blumentrath via gdal-dev
Hi Luca,You could parse the gdal config version output into an environment variable and then specify the version in requirements.txt like this:GDAL==${GDAL_VERSION}Cheers,StefanOn 26/09/2023, 08:55 Luca Delucchi via gdal-dev wrote: Hi everyone, I would like to know if it is possible

Re: [gdal-dev] OpenFileGDB: add read-only support for raster datasets

2023-03-09 Thread Stefan Blumentrath
Hi Even,   This is great new esp. for people like me who work in mixed environments!   Thanks so much for this feature, which thanks to GDALs central position in OSGeo will propagate to all systems builing on top of it (and beyond OSGeo of course)! Vey cool!   Cheers Stefan     Gesendet: 

Re: [gdal-dev] MSSQL ODBC and password security

2022-11-25 Thread Stefan Blumentrath
coding mistakes or documentation and the like can be addressed also before... Kind regards, and thanks for keeping GDAL great! Stefan       Gesendet: Montag, 21. November 2022 um 15:26 Uhr Von: "Stefan Blumentrath" An: gdal-dev@lists.osgeo.org Betreff: [gdal-dev] MSSQL ODBC an

[gdal-dev] MSSQL ODBC and password security

2022-11-21 Thread Stefan Blumentrath
Hi,   recently I have been struggling with secure handling of my username and password in ODBC connections to MS SQL when using GDAL/OGR.   From my understanding, username and password are not read from odbc.ini files, so I cannot specify a DSN where username and password are predefined in

Re: [gdal-dev] netCDF with virtual file system (/vsicurl/) not working

2022-02-02 Thread Stefan Blumentrath
Thanks so much for clarifying, Even. Very much appreciated. Cheers, Stefan From: Even Rouault Sent: onsdag 2. februar 2022 11:15 To: Stefan Blumentrath ; Rahkonen Jukka (MML) ; gdal-dev Subject: Re: [gdal-dev] netCDF with virtual file system (/vsicurl/) not working The issue

Re: [gdal-dev] netCDF with virtual file system (/vsicurl/) not working

2022-02-02 Thread Stefan Blumentrath
, there it seems to work again... Cheers Stefan From: Rahkonen Jukka (MML) Sent: onsdag 2. februar 2022 09:49 To: Stefan Blumentrath ; gdal-dev Subject: Re: netCDF with virtual file system (/vsicurl/) not working Hi, What is your GDAL version? Check with "gdalinfo --version" -Jukk

[gdal-dev] netCDF with virtual file system (/vsicurl/) not working

2022-02-02 Thread Stefan Blumentrath
Hi, I have been using GDAL to access online data sources in netCDF successfully. With Ubuntu 20.04, this unfortunately no longer works with the netCDF driver. Here is a reproducible example: gdalinfo -if netCDF

Re: [gdal-dev] netCDF multi-dimensional support

2022-02-02 Thread Stefan Blumentrath
Hi Simon, I am having a similar issue. My workaround has been to deactivate HDF5 (4) driver which hides the netCDF driver. On the command line, you could do: gdalinfo -if netCDF file.nc In Python: for dreiver in ["HDF5", "HDF5Image"]: if gdal.GetDriverByName(driver):

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

2020-06-19 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

Re: [gdal-dev] Packages on PyPi vs. Ubuntu/Fedora

2019-09-30 Thread Stefan Blumentrath
@lists.osgeo.org Cc: Stefan Blumentrath Subject: Re: [gdal-dev] Packages on PyPi vs. Ubuntu/Fedora On lundi 30 septembre 2019 08:19:41 CEST Stefan Blumentrath wrote: > Hi gdal-devs, > > GDAL on PyPi is already at version 3, while e.g. Ubuntu and Fedora > still ship GDAL 2. Thus, downstream Pyt

[gdal-dev] Packages on PyPi vs. Ubuntu/Fedora

2019-09-30 Thread Stefan Blumentrath
Hi gdal-devs, GDAL on PyPi is already at version 3, while e.g. Ubuntu and Fedora still ship GDAL 2. Thus, downstream Python packages that do not particularly specify to depend on GDAL <3 fail to build via pip3, cause pip3 tires to install Python bindings for GDAL 3, which is missing on the