lake-elevation 0.1.1

Reservoir and lake elevation math: percent-of-pool, storage conversions, datum conversions (ft<->m), and full-pool / conservation-pool calculations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lake-elevation"
version = "0.1.1"
edition = "2021"
authors = ["LakeLevelNow <hello@lakelevelnow.com>"]
license = "MIT"
description = "Reservoir and lake elevation math: percent-of-pool, storage conversions, datum conversions (ft<->m), and full-pool / conservation-pool calculations."
homepage = "https://lakelevelnow.com/"
repository = "https://github.com/theluckystrike/lakelevelnow"
documentation = "https://lakelevelnow.com/lake/lake-mead/"
keywords = ["lake", "reservoir", "elevation", "hydrology", "water"]
categories = ["science", "mathematics"]
readme = "README.md"

[lib]
name = "lake_elevation"
path = "src/lib.rs"