COOLJAPAN
2026-03-17

OxiGDAL 0.1.3 Released — Pure Rust GDAL Replacement for Cloud-Native Geospatial Workflows

Production-grade pure Rust geospatial data abstraction library. 11 format drivers (GeoTIFF/COG, GeoParquet, Zarr, NetCDF, etc.), 211+ EPSG definitions, cloud-native async I/O (S3/GCS/Azure), GPU acceleration (wgpu), WASM + Python bindings. ~480k SLoC, 69 crates, 7,486 passing tests. 10× faster than GeoPandas, <50 MB Docker, no C deps. The sovereign geospatial layer for SciRS2 and the entire COOLJAPAN ecosystem.

The geospatial data foundation of the COOLJAPAN scientific computing ecosystem just went fully cloud-native and production-ready.

Today we released OxiGDAL 0.1.3 — a complete, production-grade pure Rust geospatial data abstraction library designed as a modern replacement for GDAL.

No C. No C++. No Fortran. No PROJ/GEOS system dependencies.
No build hell. No 1 GB+ Docker images.
Just clean, memory-safe, blazing-fast geospatial processing that compiles to a single static binary (or <1 MB WASM) and runs everywhere — from laptops to browsers to embedded devices to cloud clusters.

Why OxiGDAL 0.1.3 is a game changer

For decades, geospatial workflows meant depending on the massive GDAL C++ library (with its complex toolchain, PROJ, GEOS, and 1 GB+ Docker images).

These tools are powerful but suffer from:

OxiGDAL 0.1.3 ends all of that.

It delivers competitive or superior performance while being 100% memory-safe and portable.
Notable results:

Technical Deep Dive: How We Rebuilt GDAL in Pure Rust

The architecture uses 69 workspace crates organized into clean functional layers, radically optimized for modern Rust and cloud-native use:

  1. Core & Algorithms (oxigdal-core, oxigdal-proj, oxigdal-algorithms)
    211+ embedded EPSG definitions, 20+ map projections (including Japan Plane Rectangular), SIMD-accelerated raster/vector ops (AVX-512/NEON).

  2. Format Drivers (11 crates)
    GeoTIFF/COG, GeoJSON (RFC 7946), GeoParquet (Arrow-native), Zarr v2/v3, FlatGeobuf, Shapefile, NetCDF, HDF5, GRIB1/2, JPEG2000 (EBCOT decoder), VRT.

  3. Cloud & Storage (oxigdal-cloud)
    Async S3/GCS/Azure Blob via HTTP range requests, pure-Rust compression (OxiARC integration), advanced caching.

  4. GPU & Enterprise
    wgpu compute shaders, OGC WMS 1.3.0 / WFS 2.0.0 services, Raft HA clustering, Kafka/Kinesis streaming, AES-256-GCM security.

  5. Bindings & CLI
    PyO3 (NumPy interop), WASM (<1 MB gzipped), Node.js, full CLI (oxigdal info, convert, warp, dem).

Key Rust advantages:

What’s inside 0.1.3 (released March 17)

This is the foundation

OxiGDAL is now the official geospatial backend for the entire COOLJAPAN scientific stack:

Repository: https://github.com/cool-japan/oxigdal

Star the repo if you want high-performance geospatial computing without the GDAL toolchain headaches.

The era of “just install GDAL and pray the C++ doesn’t segfault” is over.

Pure Rust cloud-native geospatial is here — fast, safe, and sovereign.

KitaSan at COOLJAPAN OÜ March 17, 2026