Skip to content

v0.2.0

Choose a tag to compare

@giswqs giswqs released this 17 Jun 03:56
· 16 commits to main since this release

geolibre-wasm v0.2.0

geolibre-wasm is now a full superset of whitebox-wasm: the typed wasm-bindgen browser library (GeoTiffReader / CogBuilder / CogStream + projection, vector, LiDAR, topology) plus the WASI tool runner (the whitebox tool suite plus GeoLibre's own tools).

npm

npm install geolibre-wasm
  • import ... from "geolibre-wasm" - browser library (. export)
  • import ... from "geolibre-wasm/tools" - WASI tool runner (./tools export)

Built on opengeos/whitebox-wasm.

Full Changelog: https://github.com/opengeos/geolibre-rust/commits/v0.2.0