Show HN: OxiGDAL – A pure Rust replacement for GDAL with zero C/C++ dependencies(github.com)
github.com
Show HN: OxiGDAL – A pure Rust replacement for GDAL with zero C/C++ dependencies
https://github.com/cool-japan/oxigdal
0 comments
—
https://github.com/cool-japan/oxigdal
—
What it covers: - 11 format drivers (GeoTIFF/COG, GeoJSON, GeoParquet, Zarr, FlatGeobuf, Shapefile, NetCDF, HDF5, GRIB, JPEG2000, VRT) - Full CRS transformations (pure Rust PROJ with 1000+ EPSG codes) - SIMD-accelerated raster/vector algorithms (AVX2, AVX-512, NEON auto-detected) - Cloud-native I/O (HTTP range reads for COGs, async throughout) - Cross-platform bindings: Python (numpy/arrow-native), Node.js, WASM, iOS, Android - ~500K SLoC across 68 workspace crates
Just cargo add oxigdal -- no system libs, no pkg-config, no cmake. Compiles to a single static binary. Works in WASM and Lambda out of the box. GitHub: https://github.com/cool-japan/oxigdal We'd love feedback from the geo community. Happy to answer any questions!