[gdal-dev] best tiff tag names for start and end datetimes?

2022-05-12 Thread Simon (Vsevolod) Ilyushchenko
(Reposting from the tiff list on Even's suggestion) Hi, I work on the Google Earth Engine team. Our users are asking about a standard way to set start/end time on geotiffs exported from Earth Engine. I know about TIFFTAG_DATETIME, but it has no timezone. In any case, we'd like to use two

[gdal-dev] Fwd: Motion: adopt GDAL 3.5.0RC4 as final 3.5.0 release

2022-05-12 Thread Sean Gillies
+1 -- Forwarded message - From: Sean Gillies Date: Thu, May 12, 2022 at 10:52 AM Subject: Re: [gdal-dev] Motion: adopt GDAL 3.5.0RC4 as final 3.5.0 release To: Even Rouault +1 Great work, everybody! And thank you for the build support. On Wed, May 11, 2022 at 3:36 AM Even

Re: [gdal-dev] Sign conversion error in ogr_feature.h

2022-05-12 Thread Even Rouault
Andrew, Le 12/05/2022 à 10:22, Andrew C Aitchison a écrit : I fear this should probably go into 3.5.0. Althoug annoying, this is just a warning. I see this is as a 3.5.1 material, otherwise 3.5.0 will never be released. clang++-14 -Wsign-conversion doesn't like the definitions of the new

[gdal-dev] Sign conversion error in ogr_feature.h

2022-05-12 Thread Andrew C Aitchison
I fear this should probably go into 3.5.0. clang++-14 -Wsign-conversion doesn't like the definitions of the new GetFieldDefnUnsafe() functions Sorry about the non-line-wrap; I hope to preserve the 2D intent of the warning messages: /usr/lib/llvm-14/bin/clang++ -DDONT_DEPRECATE_SPRINTF

[gdal-dev] Compiling GDAL for android and ogr2ogr version differences

2022-05-12 Thread Vak
Hello everyone, please excuse me this is all quite new to me. I'm trying to compile GDAL (release/3.4) for android using NDK order to use ogr2ogr in my application, but I'm having some problems. Is it as simple as putting all the .c/.cpp in a .mk along with the .h and proj4 and sqlite as a