#gsi #generator #height-field #dem #cities-skylines

nightly bin+lib cities_heightfield_from_gsi

Height-field generator for Cities Skylines using GSI data

3 stable releases

Uses old Rust 2015

1.1.0 Aug 1, 2018
1.0.1 Jul 31, 2018
1.0.0 Jul 30, 2018

#216 in Visualization

MIT license

27KB
527 lines

Cities Heightfield from GSI

en / ja

What's this

  • This is a heightfield generator for CITIES : skylines
  • Features
    • Generate a heightfield data from GSI DEM tiles ( GSI: Geospatial Information Authority of Japan; ja en )

Usage

cui executable:

Usage (1) Interactive mode      : cui
Usage (2) Direct Invocation mode: cui [options]

Options:
        --longitude 141.315714
                        set longitude of a target
        --latitude 43.04724
                        set latitude of a target
    -o, --out out.png   set output file path
    -h, --help          show this help
    -v, --version       show the app version

e.g.; (1) type usage

cities_heightfield_from_gsi

And, you input parameters in interactive.

e.g.; (2) type usage

cities_heightfield_from_gsi --longitude 141.315714 --latitude 43.04724 --out Maruyama_Sapporo_Hokkaido_Japan.png

gui executable:

( Sorry it's under the development yet. In now, please use cui. )

Output Examples

e.g. Maruyama, Sapporo, Hokkaido, Japan

cities_heightfield_from_gsi --longitude 141.315714 --latitude 43.04724 --out Maruyama_Sapporo_Hokkaido_Japan.png

Maruyama, Sapporo, Hokkaido, Japan

e.g. Kuji, Iwate, Japan;

cities_heightfield_from_gsi --longitude 141.775583 --latitude 40.190524 --out Kuji_Iwate_Japan.png

Kuji, Iwate, Japan

eg.2 Rebun, Hokkaido, Japan

cities_heightfield_from_gsi --latitude 45.30302 --longitude 141.047689 --out Rebun_Hokkaido_Japan.png

Rebun, Hokkaido, Japan

eg.3 Mashuuko, Teshikaga, Hokkaido, Japan

cities_heightfield_from_gsi --latitude 43.580411 --longitude 144.533489 --out Mashuuko_Teshikaga_Hokkaido_Japan.png

Mashuuko, Teshikaga, Hokkaido, Japan

eg.4 Mutsu, Aomori, Japan

citis_heightfield_from_gsi --latitude 41.292746 --longitude 141.183476 --out Mutsu_Aomori_Japan.png

Mutsu, Aomori, Japan

eg.5 Wakamatsu, Goto, Nagasaki, Japan

citis_heightfield_from_gsi --latitude 32.89027 --longitude 129.013749 --out Wakamatsu_Goto_Nagasaki_Japan.png

Wakamatsu, Goto, Nagasaki, Japan

eg.6 Ishigaki-shi, Okinawa, Japan

citis_heightfield_from_gsi --latitude 24.340661 --longitude 124.15558 --out Ishigaki_Okinawa_Japan.png

Ishigaki, Okinawa, Japan

Download executable binary ( Windows Only )

How to build from the souce

cargo build --release

License

This app

Generated data

Author

Usagi Itousagi@WonderRabbitProject.net Made in Sapporo, Hokkaido, Japan.

Special Thanks

Ryuichiro Nagahama; several bug reports and propose feature requests.

References

Dependencies

~26–37MB
~502K SLoC