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.
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:
The architecture uses 69 workspace crates organized into clean functional layers, radically optimized for modern Rust and cloud-native use:
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).
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.
Cloud & Storage (oxigdal-cloud)
Async S3/GCS/Azure Blob via HTTP range requests, pure-Rust compression (OxiARC integration), advanced caching.
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.
Bindings & CLI
PyO3 (NumPy interop), WASM (<1 MB gzipped), Node.js, full CLI (oxigdal info, convert, warp, dem).
Key Rust advantages:
no_stdOxiGDAL 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