Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amay077/japan_tobichi
国土地理院の地球地図日本データから飛び地を抽出するツール
https://github.com/amay077/japan_tobichi
geojson geospatial javascript map shapefile typescript
Last synced: 5 days ago
JSON representation
国土地理院の地球地図日本データから飛び地を抽出するツール
- Host: GitHub
- URL: https://github.com/amay077/japan_tobichi
- Owner: amay077
- Created: 2020-01-26T07:09:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T03:11:59.000Z (about 2 years ago)
- Last Synced: 2024-04-24T04:56:56.512Z (7 months ago)
- Topics: geojson, geospatial, javascript, map, shapefile, typescript
- Language: TypeScript
- Homepage: https://qiita.com/amay077/items/2c4d2234b7f8b0e11f4b
- Size: 6.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
国土地理院の [地球地図日本データ](https://www.gsi.go.jp/kankyochiri/gm_jpn.html) から「飛び地」を抽出するツール。
# Requirements
* nodejs: v12.14.1+
* typescript: v3.7.3+# Getting Started
1. [地球地図日本データ](https://www.gsi.go.jp/kankyochiri/gm_jpn.html) 第2.2版ベクタ(2016年公開)の「全レイヤ」をダウンロードする
2. ファイルを解凍して ``polbnda_jpn.*`` だけを圧縮して ``polbnda_jpn.zip`` とする
3. このリポジトリを Clone する
4. ``polbnda_jpn.zip`` を ``tool/assets`` ディレクトリに置く
5. ``tool`` ディレクトリで ``npm ci`` を行う
6. ``npm run exec`` を行う
7. ・・・しばらく待つ
8. ``../out`` ディレクトリに ``*.geojson`` ファイルが出力される* ``tobichi_00_all.geojson`` … すべての飛び地とその本体ポリゴンが格納された GeoJson ファイル
* ``tobichi_{nn}.geojson`` … 都道府県ごとの飛び地とその本体ポリゴンが格納された GeoJson ファイル# License
MIT