flinn_engdahl 0.1.1

Flinn-Engdahl Seismic And Geographic Regionalization - Rust Implementation
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented3 out of 4 items with examples
  • Size
  • Source code size: 1.19 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 502.75 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • savage13

flinn_engdahl

Documentation

Flinn-Engdahl Seismic And Geographic Regionalization - Rust Implementation

Converts a (latitude, longitude) location into a named region of the world

Usage

Add this to your Cargo.toml:

[dependencies]
flinn_engdahl = "0.1.1"

Example

use flinn_engdahl as fe;
let name = fe::region(-77.845753, 166.675927).unwrap();
assert_eq!(name, "VICTORIA LAND, ANTARCTICA");

License

The BSD 2-Clause License. The original regionalization contained no license and was published in peer-reviewed journals.