OxiGeo 0.2.0 Release
[0.2.0] - 2026-07-20
Changed
-
Project renamed: OxiGDAL → OxiGeo. Version 0.2.0 is functionally
identical to 0.1.7 — this is a rename-only release with no feature or
behavior changes beyond identifiers. The GitHub repository has moved to
https://github.com/cool-japan/oxigeo (oldoxigdalURLs redirect), and
v0.1.7 remains the final release published under the OxiGDAL name.Migration table (old → new):
Area Old (OxiGDAL) New (OxiGeo) Crates (all 74 published) oxigdal,oxigdal-<name>oxigeo,oxigeo-<name>CLI binary oxigdaloxigeoEnvironment variables OXIGDAL_*(e.g.OXIGDAL_CONFIG,OXIGDAL_HOST,OXIGDAL_PORT,OXIGDAL_WORKERS,OXIGDAL_LOG_LEVEL,OXIGDAL_DATA_DIR,OXIGDAL_CACHE_DIR)OXIGEO_*(OXIGEO_CONFIG,OXIGEO_HOST,OXIGEO_PORT,OXIGEO_WORKERS,OXIGEO_LOG_LEVEL,OXIGEO_DATA_DIR,OXIGEO_CACHE_DIR)Python PyPI package oxigdal;import oxigdal; native moduleoxigdal._oxigdalPyPI package oxigeo;import oxigeo; native moduleoxigeo._oxigeonpm @cooljapan/oxigdal;@cooljapan/oxigdal-node(+ platform packages);@cooljapan/oxigdal-geoparquet@cooljapan/oxigeo;@cooljapan/oxigeo-node(+ platform packages);@cooljapan/oxigeo-geoparquetC / mobile FFI symbol prefix oxigdal_; JNI classcom.cooljapan.oxigdal.OxiGDAL; headeroxigdal_mobile.h; include guardOXIGDAL_MOBILE_Hsymbol prefix oxigeo_; JNI classcom.cooljapan.oxigeo.OxiGeo; headeroxigeo_mobile.h; include guardOXIGEO_MOBILE_HRust API types OxiGdal*prefixed types (e.g.OxiGdalError)OxiGeo*(OxiGeoError)WASM artifacts oxigdal_wasm*; napi artifactoxigdal.<triple>.nodeoxigeo_wasm*; napi artifactoxigeo.<triple>.nodeContainer images oxigdal/*; systemd unitoxigdal-server.serviceoxigeo/*; systemd unitoxigeo-server.serviceRuntime identifiers HTTP User-Agent OxiGDAL/1.0; Kafka consumer groupoxigdal-etl; ETL checkpoint diroxigdal-checkpoints; edge cache dir.oxigdal_cache; attestation format idoxigdal-attestationHTTP User-Agent OxiGeo/1.0(theoxigeo-stac/oxigeo-mlagents now report0.2.0); Kafka consumer groupoxigeo-etl; ETL checkpoint diroxigeo-checkpoints; edge cache dir.oxigeo_cache; attestation format idoxigeo-attestation -
The
oxigdal-*0.1.x crates remain published on crates.io for existing
users; theoxigeo-*crates supersede them starting with 0.2.0.
Full Changelog: v0.1.7...v0.2.0