/rdii-tool

RDII Analysis

Primary LanguageRustApache License 2.0Apache-2.0

RDII (Rainfall-Derived Infiltration and Inflow) Tool

RDII tool using Rust and WebAssembly.

All analysis is done in the browser. No data is uploaded to a server.

Working with the project

Install Rust and WASM tools:

https://rustwasm.github.io/docs/book/introduction.html

Build Rust backend:

$ wasm-pack build

Init npm package

$ cd www
(www)$ npm install

Run local server

(www)$ npm run server

Deploy application for histing on Github

(www)$ npm run deploy

Redistributing

rdii-tool source code is distributed under the Apache-2.0 license.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.