Skip to content

Releases: opengeos/geolibre-rust

v0.4.4

20 Jun 04:53
f1c7e1b

Choose a tag to compare

What's Changed

  • feat: Tier A tools (spectral_index, vector_convert, render_vector_png, write_pmtiles) by @giswqs in #15
  • feat(manifests): emit per-param I/O schemas (self-describing tools) by @giswqs in #16

Full Changelog: v0.4.3...v0.4.4

v0.4.3

20 Jun 03:18
dc32fb1

Choose a tag to compare

What's Changed

  • feat: accept http(s) URL and local-path tool inputs (Python + JS) by @giswqs in #13
  • Release v0.4.3: Colab notebook, recipes, and robust URL inputs by @giswqs in #14

Full Changelog: v0.4.2...v0.4.3

v0.4.2

20 Jun 02:23
d0eb8c0

Choose a tag to compare

What's Changed

  • Release v0.4.2: bundle LICENSE in the Python package by @giswqs in #12

Full Changelog: v0.4.1...v0.4.2

v0.4.1

20 Jun 02:06
7345abd

Choose a tag to compare

What's Changed

  • ci(pages): install wasi-sdk so the demo build gets zstd by @giswqs in #8
  • fix(demo): correct output extension and add a tool-source filter by @giswqs in #9
  • feat(python): add geolibre-wasm Python wrapper by @giswqs in #10
  • Release v0.4.1 by @giswqs in #11

Full Changelog: v0.4.0...v0.4.1

v0.4.0

20 Jun 00:15
85e1c8d

Choose a tag to compare

What's Changed

  • feat: make the demo page run any tool, not just list them by @giswqs in #4
  • chore: relicense under MIT by @giswqs in #6
  • Release v0.4.0: Tier 1 cloud-native tools + tool provenance by @giswqs in #7

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Jun 19:06
a766176

Choose a tag to compare

What's Changed

  • Port lidar DEM depression/mount algorithms to pure-Rust WASM tools by @giswqs in #2
  • Release v0.3.0 by @giswqs in #3

New Contributors

  • @giswqs made their first contribution in #2

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Jun 03:56

Choose a tag to compare

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