Skip to content

Commit

Permalink
Merge branch 'OSGeo:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
a0x8o authored Oct 16, 2024
2 parents 143b24c + 5033ea2 commit c50ee84
Show file tree
Hide file tree
Showing 166 changed files with 6,137 additions and 1,316 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cmake_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ jobs:
rm -rf /opt/homebrew/lib/node_modules # conflicts with node@18 from brew
brew update
brew outdated
brew unlink python
brew install --overwrite [email protected] [email protected]
brew install postgresql || brew link postgresql
brew install pkg-config freexl libxml2 libspatialite geos proj libgeotiff openjpeg giflib libaec postgis poppler doxygen unixodbc jpeg-turbo aom jpeg-xl libheif libarchive libkml boost
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
ldconfig
popd
- name: Update sphinx-rtd-theme
- name: Update components
shell: bash -l {0}
run: |
pip install -U "sphinx-rtd-theme>=3.0.0"
pip install -U "sphinx-rtd-theme>=3.0.0" "sphinxcontrib-spelling>=8.0.0"
- name: Print versions
shell: bash -l {0}
Expand Down
15 changes: 13 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,24 @@ jobs:
matrix:
include:
- name: alpine-small
arch: linux/amd64

- name: alpine-normal
arch: linux/amd64

- name: ubuntu-small
arch: linux/amd64

- name: ubuntu-small
arch: linux/arm64

- name: ubuntu-full
arch: linux/amd64

- name: ubuntu-full
arch: linux/arm64

name: ${{ matrix.name }}
name: ${{ matrix.name }}-${{ matrix.arch }}

runs-on: ubuntu-latest

Expand All @@ -43,5 +53,6 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
docker run --rm --privileged linuxkit/binfmt:v0.8
cd docker/${{ matrix.name }}
./build.sh --platform linux/amd64
./build.sh --platform ${{ matrix.arch }}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
VRT -raster,multidimensional raster- (rw+v): Virtual Raster (*.vrt)
DERIVED -raster- (ro): Derived datasets using VRT pixel functions
GTI -raster- (rov): GDAL Raster Tile Index (*.gti.gpkg, *.gti.fgb, *.gti)
SNAP_TIFF -raster- (rov): Sentinel Application Processing GeoTIFF (*.tif, *.tiff)
GTiff -raster- (rw+vs): GeoTIFF (*.tif, *.tiff)
COG -raster- (wv): Cloud optimized GeoTIFF generator (*.tif, *.tiff)
NITF -raster- (rw+vs): National Imagery Transmission Format (*.ntf)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
VRT -raster,multidimensional raster- (rw+v): Virtual Raster (*.vrt)
DERIVED -raster- (ro): Derived datasets using VRT pixel functions
GTI -raster- (rov): GDAL Raster Tile Index (*.gti.gpkg, *.gti.fgb, *.gti)
SNAP_TIFF -raster- (rov): Sentinel Application Processing GeoTIFF (*.tif, *.tiff)
GTiff -raster- (rw+vs): GeoTIFF (*.tif, *.tiff)
COG -raster- (wv): Cloud optimized GeoTIFF generator (*.tif, *.tiff)
NITF -raster- (rw+vs): National Imagery Transmission Format (*.ntf)
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ repos:
autotest/cpp/data/|
autotest/gdrivers/data/|
swig/|
third_party/|
third_party/fast_float/|
third_party/LercLib/|
autotest/ogr/data/|
alg/internal_libqhull/|
apps/argparse/|
Expand Down
3 changes: 2 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,8 @@ PREDEFINED = HAVE_DLFCN_H \
CPLSTRING_METHOD_DLL= \
CPL_NO_RETURN= \
EXPERIMENTAL_CPL_WARN_UNUSED_RESULT= \
CPL_MULTIPROC_PTHREAD
CPL_MULTIPROC_PTHREAD \
CPL_NON_FINAL=

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
Expand Down
Loading

0 comments on commit c50ee84

Please sign in to comment.