[gdal-dev] Expected behavior wrt .properties files with /vsigzip/

2020-09-08 Thread Simon Eves
Dear GDAL, We are seeing some strange behavior when reading and writing files with the GZip VSI, and I want to ask in the dev forum first before assuming it's a bug and filing an issue. I can't find anything in the docs or the forum that seems relevant. When writing (say) a .geojson.gz using the

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Mateusz Loskot
On Tue, 8 Sep 2020 at 14:50, Alexis Vaisse wrote: > > D:\Terrain\Extern\gdal-3.1.3>nmake -f makefile.vc MSVC_VER=1927 WIN64=1 > > Microsoft (R) Program Maintenance Utility Version 14.27.29110.0 > Copyright (C) Microsoft Corporation. All rights reserved. > > cd port > nmake /nologo

Re: [gdal-dev] Adding input format (-if) option for gdalmdiminfo and gdalmdimtranslate?

2020-09-08 Thread Joe Lee
Thank you for your quick reply! I'll try my best to add them. From: Even Rouault Sent: Tuesday, September 08, 2020 10:56 AM To: gdal-dev@lists.osgeo.org Cc: Joe Lee Subject: Re: [gdal-dev] Adding input format (-if) option for gdalmdiminfo and gdalmdimtranslate? On mardi 8 septembre 2020 09:27

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Jeff McKenna
On 2020-09-08 12:24 p.m., Alexis Vaisse wrote: I started from a fresh copy of GDAL 3.1.3, so there should be nothing clean. Interestingly, I get the same kind of errors when calling nmake /f makefile.vc clean: Interesting. I bet you get the same error with the command: help call

Re: [gdal-dev] Adding input format (-if) option for gdalmdiminfo and gdalmdimtranslate?

2020-09-08 Thread Even Rouault
On mardi 8 septembre 2020 09:27:19 CEST H. Joe Lee wrote: > Hi, > > I can see that -if option is being [1] added to GDAL utilities, which is > great for reading CF-compliant HDF5 as netCDF-4 and vice versa. > > Do you know how much effort is needed to apply the same -if option to > gdalmdimin

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Alexis Vaisse
I started from a fresh copy of GDAL 3.1.3, so there should be nothing clean. Interestingly, I get the same kind of errors when calling nmake /f makefile.vc clean: D:\Terrain\Extern\gdal-3.1.3>nmake /f makefile.vc clean Microsoft (R) Program Maintenance Utility Version 14.27.29110.0 Copyri

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Jeff McKenna
On 2020-09-08 9:50 a.m., Alexis Vaisse wrote: Thanks. I tried to follow your suggestion, updated nmake.opt, added the PROJ library and here is what I get: D:\Terrain\Extern\gdal-3.1.3>nmake -f makefile.vc MSVC_VER=1927 WIN64=1 Microsoft (R) Program Maintenance Utility Version 14.27.291

[gdal-dev] Adding input format (-if) option for gdalmdiminfo and gdalmdimtranslate?

2020-09-08 Thread H. Joe Lee
Hi, I can see that -if option is being [1] added to GDAL utilities, which is great for reading CF-compliant HDF5 as netCDF-4 and vice versa. Do you know how much effort is needed to apply the same -if option to gdalmdiminfo and gdalmdimtranslate? Is adding the -if option in the current plan

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Alexis Vaisse
Thanks. I tried to follow your suggestion, updated nmake.opt, added the PROJ library and here is what I get: D:\Terrain\Extern\gdal-3.1.3>nmake -f makefile.vc MSVC_VER=1927 WIN64=1 Microsoft (R) Program Maintenance Utility Version 14.27.29110.0 Copyright (C) Microsoft Corporation. All rig

Re: [gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Mateusz Loskot
On Tue, 8 Sep 2020 at 11:26, Alexis Vaisse wrote: > I’m trying to compile GDAL with Visual Studio 2019. > The batch file to generate the project runs with no error. But when I try > to compile the project, I get so many different errors I guess I did > something wrong, but I don’t know what.

[gdal-dev] Compiling GDAL with Visual Studio 2019

2020-09-08 Thread Alexis Vaisse
Hi, I'm trying to compile GDAL with Visual Studio 2019. The batch file to generate the project runs with no error. But when I try to compile the project, I get so many different errors I guess I did something wrong, but I don't know what. Did somebody already succeed in compil