Skip to content

Releases: jimbrig/gdalraster.windows

GDAL v3.13.1 — Windows UCRT64

09 Jun 20:41
ead35f3

Choose a tag to compare

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

GDAL v3.13.0 — Windows UCRT64

09 Jun 19:52
74a069f

Choose a tag to compare

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