gsj

Crates.iogsj
lib.rsgsj
version1.0.1
sourcesrc
created_at2020-09-08 10:09:00.471198
updated_at2020-09-12 01:14:41.984835
descriptionImplementation of Geological Survey of Japan algorithms.
homepage
repositoryhttps://github.com/usagi/gsj
max_upload_size
id286090
size519,018
Usagi Ito (usagi)

documentation

https://docs.rs/gsj

README

GSJ

Implementation of "Nishioka-Nagatu-2015 method" of "Geological Survey of Japan" (GSJ).

Features

  • Altitude Tile; (ja: 標高タイル)
    • Nishioka-Nagatsu-2015 method (ja: 西岡-長津-2015年法)
      • Decoder
      • Encoder

Examples or Tests

Reference

See also

License

GSI files in tests/ dir

These files are GSI's DEM tile. It's for only to use unit tests, no need essentially.

  1. tests/gsi-dem-z8-x229-y94.png; from https://cyberjapandata.gsi.go.jp/xyz/dem_png/8/229/94.png
  2. tests/gsi-dem-z8-x229-y94.txt; from https://cyberjapandata.gsi.go.jp/xyz/dem/8/229/94.txt

Author

Commit count: 3

cargo fmt