Skip to content

GDAL v3.13.0 — Windows UCRT64

Choose a tag to compare

@github-actions github-actions released this 09 Jun 19:52
· 39 commits to main since this release
74a069f

Self-contained GDAL v3.13.0 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.0-windows-x64.zip

Release tag:
gdal-v3.13.0

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.0"
)

Full Changelog: https://github.com/jimbrig/gdalraster.windows/commits/gdal-v3.13.0