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

Merged
merged 50 commits into from
Jan 10, 2024
Merged

[pull] master from OSGeo:master #60

merged 50 commits into from
Jan 10, 2024

Commits on Dec 21, 2023

  1. WMS: change logic to set gdalwmscache directory to honor in particula…

    …r XDG_CACHE_HOME (fixes #8987)
    rouault committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3390c87 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    971d109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7877f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Add specific documentation section about AWS IMDS (and fix typo)

    Credits to @pedros007 for diagnosing the issue and finding the
    workarounds
    rouault committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c76776d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b48cc View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. OGRArrowArrayHelper::SetBoolOn(): fix wrong bit shift computation (af…

    …fects ogr2ogr from GPKG/FlatGeoBuf to something else) (fixes #8998)
    rouault committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    e8d1f1e View commit details
    Browse the repository at this point in the history
  2. CoordinateTransformation::TransformBounds(): fix polar stereographic …

    …(including pole) to Web Mertactor (fixes #8996)
    rouault committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    f9af081 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8999 from rouault/fix_8998

    OGRArrowArrayHelper::SetBoolOn(): fix wrong bit shift computation…
    rouault authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    c54f292 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Merge pull request #8997 from rouault/transform_bounds_polar_to_mercator

    CoordinateTransformation::TransformBounds(): fix polar stereographic …
    rouault authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f5a5b8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8994 from rouault/better_imds_doc

    Add specific documentation section about AWS IMDS (and fix typo)
    rouault authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8bd25df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8992 from rouault/fix_8958

    gdalinfo, ogrinfo, etc. --formats: append list of extensions (fixes #8958)
    rouault authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f90b902 View commit details
    Browse the repository at this point in the history
  4. utf8.h: disable dead code

    rouault committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6ac5e69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    409d040 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89e5ce5 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge pull request #8988 from rouault/fix_8987

    WMS: change logic to set gdalwmscache directory to honor in particular XDG_CACHE_HOME (fixes #8987)
    rouault authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a83b7ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4683fa View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Merge pull request #9003 from rouault/coverity_fixes

    VSICurl and derived: replace most uses of CPLString with std::string
    rouault authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    abd6620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    702a0c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    5b815e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9006 from rouault/limit_gha_permissions

    GitHub actions: limit permissions further
    rouault authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    ba5cdc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd3dbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6490f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    a276037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d8876a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9008 from rouault/remove_get_pip

    CI Travis: try to remove get-pip
    rouault authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6713862 View commit details
    Browse the repository at this point in the history
  4. CSV: prefix avaiable

    The CSV: prefix negates the sentence I removed, so I removed it.
    jidanni authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    4e15cb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9010 from jidanni/patch-21

    CSV: prefix available, so remove outdated conflicting sentence.
    rouault authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1df855e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. ogr2ogr: do not use ArrowArray interface if -clipsrc, -clipdst, -gcp …

    …or -wrapdateline are specified (fixes #9013)
    rouault committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4177ac9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9014 from rouault/fix_9013

    ogr2ogr: do not use ArrowArray interface if -clipsrc, -clipdst, -gcp or -wrapdateline are specified (fixes #9013)
    rouault authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    98c3491 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    c4d5e5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9018 from rouault/OGR_GPKG_NUM_THREADS

    GPKG: disable by default multi-threaded ArrowArray interface. Make it…
    rouault authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cdd114f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bb78aa View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    d2addba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9023 from mpdaly/patch-1

    gdal2ogr.c: added missing close bracket
    rouault authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8fddbf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c6226f View commit details
    Browse the repository at this point in the history
  4. Internal libjson: resync random_seed.c with upstream, and use getrand…

    …om() implementation when available (fixes #9024)
    rouault committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    54064b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9026 from rouault/gpkg_GetNextArrowArray_thread_fix

    GPKG: fix multi-threaded ArrowArray interface and re-enable it by default
    rouault authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ba90c04 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9027 from rouault/fix_9024

    Internal libjson: resync random_seed.c with upstream, and use getrandom() implementation when available (fixes #9024)
    rouault authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d731c57 View commit details
    Browse the repository at this point in the history
  7. jpegxl.py: make test pass with latest libjxl master

    libjxl/libjxl@815858b slightly changed how lossy JXL is decoded
    rouault committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ff642e4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9031 from rouault/jpegxl_test_fix

    jpegxl.py: make test pass with latest libjxl master
    rouault authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    6d6587d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf5289c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Added tiledb metadata fields to easily tag array type

    Norman Barker committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    820140b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9034 from TileDB-Inc/nb/tiledb_metadata

    Added tiledb metadata fields to easily tag array type
    rouault authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    491a5f8 View commit details
    Browse the repository at this point in the history
  3. OpenFileGDB writer: set xml shape type to "esriGeometryPolyline" for …

    …LineString/MultiLineString (#9033)
    adamgutons authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c4afe36 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    0fb9934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6ef24 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    45f08f2 View commit details
    Browse the repository at this point in the history
  2. Doc: advertize v3.8.3

    rouault committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    eb8fadb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccb472a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    895e9fb View commit details
    Browse the repository at this point in the history