{"id":20145877,"url":"https://github.com/usagi/cities_heightfield_from_gsi","last_synced_at":"2025-06-29T01:37:35.641Z","repository":{"id":45831119,"uuid":"54843182","full_name":"usagi/cities_heightfield_from_gsi","owner":"usagi","description":"Cities Height Field from GSI; Cities: Skylines Japanese real map generator using GSI tiles","archived":false,"fork":false,"pushed_at":"2023-02-03T04:30:01.000Z","size":25130,"stargazers_count":14,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-12T09:49:49.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usagi.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-27T18:50:29.000Z","updated_at":"2025-05-30T22:00:08.000Z","dependencies_parsed_at":"2023-02-18T03:16:14.252Z","dependency_job_id":null,"html_url":"https://github.com/usagi/cities_heightfield_from_gsi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/usagi/cities_heightfield_from_gsi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fcities_heightfield_from_gsi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fcities_heightfield_from_gsi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fcities_heightfield_from_gsi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fcities_heightfield_from_gsi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usagi","download_url":"https://codeload.github.com/usagi/cities_heightfield_from_gsi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fcities_heightfield_from_gsi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262520615,"owners_count":23323742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T22:18:34.170Z","updated_at":"2025-06-29T01:37:35.618Z","avatar_url":"https://github.com/usagi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cities Heightfield from GSI\n\n[en](README.md) / ja\n\n## このアプリは何か\n\n- [CITIES : skylines](http://store.steampowered.com/app/255710) 向けの標高データを生成するアプリです。\n- 機能\n    - GSI の標高タイル群を元に生成します。 ( GSI: 国土地理院; [ja](http://www.gsi.go.jp/) [en](http://www.gsi.go.jp/ENGLISH/) )\n\n## 使い方\n\n`cui` 実行:\n\n```\n使い方 (1) 対話実行モード: cities_heightfield_from_gsi\n使い方 (2) 直接実行モード: cities_heightfield_from_gsi [options]\n\nOptions:\n        --longitude 141.315714\n                        目標の経度(度)を設定\n        --latitude 43.04724\n                        目標の緯度(度)を設定\n    -o, --out out.png   出力ファイルのパスを設定\n    -b, --altitude_bias 40.0\n                        標高に加算するバイアス値(m)を設定\n    -n, --altitude_of_no_data 0.0\n                        データなし領域に設定する標高値(m)を設定\n    -h, --help          このヘルプを表示\n    -v, --version       このアプリのバージョン情報を表示\n```\n\n例; (1) の使い方\n\n```\ncities_heightfield_from_gsi\n```\n\n実行したら、対話的にパラメーターを入力します。\n\n例; (2) の使い方\n\n```\ncui --longitude 141.315714 --latitude 43.04724 --out Maruyama_Sapporo_Hokkaido_Japan.png\n```\n\n`gui` 実行:\n\n（ 残念ながら、こちらはまだ開発中です。今のところは、 `cui` を使って下さい。）\n\n## 出力例\n\n### 例 日本・北海道・札幌・円山\n\n```\ncities_heightfield_from_gsi --longitude 141.315714 --latitude 43.04724 --out Maruyama_Sapporo_Hokkaido_Japan.png\n```\n\n![Maruyama, Sapporo, Hokkaido, Japan](image/Maruyama_Sapporo_Hokkaido_Japan.png)\n\n### 例 日本・岩手・久慈\n\n```\ncities_heightfield_from_gsi --longitude 141.775583 --latitude 40.190524 --out Kuji_Iwate_Japan.png\n```\n\n![Kuji, Iwate, Japan](image/Kuji_Iwate_Japan.png)\n\n#### 例 日本・北海道・礼文\n\n```\ncities_heightfield_from_gsi --latitude 45.30302 --longitude 141.047689 --out Rebun_Hokkaido_Japan.png\n```\n\n![Rebun, Hokkaido, Japan](image/Rebun_Hokkaido_Japan.png)\n\n#### 例 日本・北海道・弟子屈・摩周湖\n\n```\ncities_heightfield_from_gsi --latitude 43.580411 --longitude 144.533489 --out Mashuuko_Teshikaga_Hokkaido_Japan.png\n```\n\n![Mashuuko, Teshikaga, Hokkaido, Japan](image/Mashuuko_Teshikaga_Hokkaido_Japan.png)\n\n#### 例 日本・青森・陸奥\n\n```\ncitis_heightfield_from_gsi --latitude 41.292746 --longitude 141.183476 --out Mutsu_Aomori_Japan.png\n```\n\n![Mutsu, Aomori, Japan](image/Mutsu_Aomori_Japan.png)\n\n#### 例 日本・長崎・五島列島・若松\n\n```\ncitis_heightfield_from_gsi --latitude 32.89027 --longitude 129.013749 --out Wakamatsu_Goto_Nagasaki_Japan.png\n```\n\n![Wakamatsu, Goto, Nagasaki, Japan](image/Wakamatsu_Goto_Nagasaki_Japan.png)\n\n### 例 日本・沖縄・石垣\n\n```\ncitis_heightfield_from_gsi --latitude 24.340661 --longitude 124.15558 --out Ishigaki_Okinawa_Japan.png\n```\n![Ishigaki, Okinawa, Japan](image/Ishigaki_Okinawa_Japan.png)\n\n## 実行可能なバイナリーのダウンロード （ Windows だけ ）\n\n- https://github.com/usagi/cities_heightfield_from_gsi/releases\n\n### ソースからのビルド方法\n\n```\ncargo build --release\n```\n\n## FAQ\n\n\u003chttps://github.com/usagi/cities_heightfield_from_gsi/wiki/FAQ\u003e ( 日本語 )\n\n## ライセンス\n\n### このアプリ\n\n- [MIT](LICENCE.md)\n\n### 生成されたデータ\n\n- [GSI Licencing Agreements](http://www.gsi.go.jp/LAW/2930-index.html) (ja)\n    - [Copyright Notices](http://www.gsi.go.jp/LAW/2930-meizi.html) (ja)\n\n## 作者\n\n伊藤 兎\u003cusagi@WonderRabbitProject.net\u003e\n北海道札幌産。\n\n## Special Thanks\n\n長濱 龍一郎; バグレポートと機能追加の提案。\n\n## 参考\n\n- http://www.skylineswiki.com/Map_Editor\n- https://steamcommunity.com/app/255710/discussions/0/611702631244016398/?l=japanese\n- https://www.reddit.com/r/CitiesSkylinesModding/comments/31l4xu/importing_model_with_maya_2014/\n- http://www.linz.govt.nz/data/geodetic-system/datums-projections-heights/geodetic-datums/world-geodetic-system-1984-wgs84\n- http://wiki.openstreetmap.org/wiki/Zoom_levels\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusagi%2Fcities_heightfield_from_gsi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusagi%2Fcities_heightfield_from_gsi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusagi%2Fcities_heightfield_from_gsi/lists"}