Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from OSGeo:master #76

Merged
merged 47 commits into from
May 24, 2024
Merged

[pull] master from OSGeo:master #76

merged 47 commits into from
May 24, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented May 17, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

rouault and others added 16 commits May 16, 2024 15:54
Also add is_used_globally(const std::string &name) to
seach for used args in subparsers
…e opening a JSONFG file with the GeoJSON driver

Refs #9946
to for example make it possible with -if/papszAllowedDrivers to force identifying a JSONFG file with the GeoJSON driver

Refs #9946
…g option)

Fixes #9941

```
-  .. config:: GDAL_HTTP_RETRY_CODES
      :choices: ALL or comma-separated list of codes
      :since: 3.10

      Specify which HTTP error codes should trigger a retry attempt.
      Valid values are ``ALL`` or a comma-separated list of HTTP codes.
      By default, 429, 500, 502, 503 or 504 HTTP errors are considered, as
      well as other situations with a particular HTTP or Curl error message.
```
(Else the reader thinks, "Hey, you said 'geometry', and then you use 'GEOMETRY'!")
Update sql_sqlite_dialect.rst avoiding unexplained case change
[gdaldem] Use GDALArgumentParser
@pull pull bot added the ⤵️ pull label May 17, 2024
rouault and others added 13 commits May 17, 2024 20:04
CI: try to fix Travis-Ci Graviton2 builds
…nt* panBandList, instead of a int*

But no changes to the IRasterIO() virtual method as the moment, assuming
that all implementations do not alter the passed array
…const int* panBandList

For now we use a #define
```
// This macro can be defined to check that GDALDataset::IRasterIO()
// implementations do not alter the passed panBandList. It is not defined
// by default (and should not!), hence int* is used.
\#if defined(GDAL_BANDMAP_TYPE_CONST_SAFE)
\#define BANDMAP_TYPE const int *
\#else
\#define BANDMAP_TYPE int *
\#endif
```
When first feature fails, the creation of the table MMDB has to be destroyed
rouault and others added 18 commits May 20, 2024 22:22
CI: workaround issue with latest version of coverallsapp/coverage-reporter
MiraMonVector: Fixing chromium bug 68809 correctly
Yes, we could have just said "selected" to fix the grammar error, but that is too much like SELECT.

In fact the ogr2ogr man page, and perhaps others, have the exact same paragraph. So do consider moving  this to a single  "include" file.
Update ogr2ogr.rst fixing grammar
GeoJSON/JSONFG: do not recognize GeoJSON files with a featureType feature property as JSONFG
Added examples on translation from shape file and postgres/postgis
to be able to overcome the 195 GiB file size limit when using append
blocks, which is the default mode.
/vsiaz/: add BLOB_TYPE=BLOCK and CHUNK_SIZE options to VSIFOpenEx2L()
GDALDataset::RasterIO() / GDALDatasetRasterIO[Ex](): accept a const int* panBandList, instead of a int*, and related changes
GDALRasterizeGeometries(): various robustness fixes
CPLHTTPFetch(): add a RETRY_CODES option, and C++'ify HTTP retry logic
CI: linux_build.yml: remove pin to coverage-reporter-version v0.6.10
@pull pull bot merged commit cccb40e into makesoftwaresafe:master May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants