forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also add is_used_globally(const std::string &name) to seach for used args in subparsers
…ture property as JSONFG Fixes #9946
…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
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
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
now that v0.6.12 is out with a fix
CI: linux_build.yml: remove pin to coverage-reporter-version v0.6.10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )