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 #67

Merged
merged 330 commits into from
Mar 8, 2024
Merged

[pull] master from OSGeo:master #67

merged 330 commits into from
Mar 8, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 7, 2024

See Commits and Changes for more details.


Created by pull[bot]

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

@pull pull bot added the ⤵️ pull label Feb 7, 2024
rouault and others added 29 commits February 8, 2024 21:30
…alidation

GDALDeserializeGCPListFromXML(): validate value of GCP Pixel,Line,X,Y,Z attributes
…sed file with unsupported type/bits_per_sample
Add note about gtiff+jxl supported datatypes
disable codeql checks on docs-only commits
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@26f96df...5d5d22a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@646c83f...2c7b380)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
It is considerably faster and slightly better compression for normal (2-9) ZSTD levels, due to use of different parameters.
…/upload-artifact-4.3.1

build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
…mit/action-3.0.1

build(deps): bump pre-commit/action from 3.0.0 to 3.0.1
…ncements

gdalwarp: cutline zero-width sliver enhancement: avoid producing invalid polygons
rouault and others added 29 commits March 4, 2024 21:07
Fix false-positive -Wformat-truncation with clang 18 on fedora:rawhide CI
… file references a .ecw (fixes #9352)

The issue was no longer reproducible in master/3.9dev due to the
https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html
change, but was still somehow latent. This commit fixes the issue in the
3.8 branch
ERS: avoid 'Attempt at recursively opening ERS dataset' when the .ers file references a .ecw (fixes #9352)
GitHub ISSUE_TEMPLATE: add more guided forms to report issues [ci skip]
… pixel shape for a south-up oriented dataset (#9336)

when no reprojection is involved

Fixes a downstream bug in QGIS: qgis/QGIS#56288
Python: Fix gdal.Warp segfault with dst=None
…dll_hint

building_from_source.rst: remove misleading mention of '.dll' names in {component}_LIBRARY variables
…mpound curves with infered circular strings (fixes #9382)
* Fix some typos in HFA -- Erdas Imagine .img docs

* HFA: Update docs' metadata paragraph from code review

* HFA: Use ESRI Projection Engine (PE) String in docs instead of ArcGIS PE String
OGRGeometry::getCurveGeometry(): avoid failures when building some compound curves with infered circular strings (fixes #9382)
…ome SetFeature() scenarios (fixes #9388)

When SetFeature() involves generating a row whose blob size is larger
than the maximum one in the file, the file header was no properly
refreshed. This didn't cause issues to the OpenFileGDB driver, which is
robust to that, but ESRI based readers, like ArcMap or the FileGDB SDK,
were unable to read such features.
OpenFileGDB writer: fix corrupted maximum blob size header field in some SetFeature() scenarios (fixes #9388)
…ent list

Else they won't get the whole picture!
Update gdal_grid_tut.rst reminding users where to see the actual current list
Update gdaltransform.rst adding GCP example
When using gdal_translate, the source datasource is opened twice. However, the second time does not use any open options specified when orginally opening the data soruce. This is a probelm for OGC Tile data sources if the user specified TILEMATRIXSET or TILEMATRIX because the driver will default to WorldCRS84Quad even when that is not what was originally specified or to a different zoom level.
Update gdal_grid.rst adding example detaails
@pull pull bot merged commit 14f7bc1 into innFactory:master Mar 8, 2024
1 check passed
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.