·
6 commits
to main
since this release
Self-contained GDAL v3.13.1 for Windows (UCRT64/MinGW)
Built with:
| Flag | Value | Why |
|---|---|---|
GDAL_USE_MUPARSER |
ON |
Enables Algorithmic API (gdal_global_reg_names()) |
GDAL_HIDE_INTERNAL_SYMBOLS |
ON |
Cleaner export table |
--kill-at |
(linker) | Correct stdcall symbol decoration for MinGW DLLs |
| Static GCC/stdc++/winpthread | (linker) | No Rtools or MSYS2 required at runtime |
Runtime bundle asset
Download:
gdal-ucrt64-v3.13.1-windows-x64.zip
Release tag:
gdal-v3.13.1
This release contains only the GDAL runtime bundle.
gdalraster.windows package installation/build is handled separately.
R package usage (local machine)
gdalraster.windows::install_gdal_runtime(
repo = "jimbrig/gdalraster.windows",
tag = "gdal-v3.13.1"
)What's Changed
- feat: bundle pure-python osgeo_utils and expose via PYTHONPATH at run… by @jimbrig in #8
- Develop by @jimbrig in #9
- docs: refresh all docs for embedded-python runtime layer and offline install by @jimbrig in #10
New Contributors
Full Changelog: gdal-v3.13.0...gdal-v3.13.1