Even Rouault

Results 1295 comments of Even Rouault

> A colleague ran into this situation which was very frustrating to figure out, and he would have had a clue if his CLI logs simply reported: does the config...

> it did not. Are there some software packages that silently set that to true internally? no they can't set it. But I now realize my statement was wrong. When...

> When ignore-env-vars=yes is not set, config options have precedence over environment variables Doh, I was actually wrong again and my initial statement "env variables have precedence over it" is...

@hobu @msmitherdc Given my experiment in the above note (https://github.com/OSGeo/gdal/issues/13061#issuecomment-3281339790) I can't replicate the issue as reported.

> Is there a reason there are different/more options (rms, mode, ...) for adding overviews and even more for reprojecting (min, max, sum, ...) than for resizing? Not really, except...

I've make that possible in https://github.com/OSGeo/gdal/pull/13520 by extending gdal vector clip, and thus your problem can be fixed with ``` gdal pipeline read /vsizip/vsicurl/https://www2.census.gov/geo/tiger/TIGER2025/STATE/tl_2025_us_state.zip ! \ filter --where "stusps =...

> GDAL 3.13.0dev-511c64b030, released 2025/12/07 511c64b030 is a master commit, not the branch of this PR which hasn't yet been merged

@dbaston I never heard about Python stubs. Are you familiar with that?

> It is intentional that the `vsi_l_offset` is mapped to "int" in C# probably not... ? Seeing https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types, it looks like it should be "long" for a 64 bit integer,...

@szekerest This looks plausible to me, but would appreciate your opinion