No project description provided
Project description
jismeshcode
このライブラリは
- 地域メッシュコードを操作するライブラリです
- 現在はメッシュコードに対応する矩形をジオデータ(GeoJSON)に変換する関数が提供されています
インストール
- 環境
- Python 3.8 以上
pip install jismeshcode
使い方
mc2geojson
- 入力
- メッシュコード(4, 6, 8, 9, 10, 11 桁)
- 出力
- メッシュコードで表されるエリアを囲うポリゴンを表す GeoJSON を返す
>>> from jismeshcode.jismeshcode import mc2geojson
>>> mc2geojson(5439)
'{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[139, 36.0], [140, 36.0], [140, 36.666666666666664], [139, 36.666666666666664], [139, 36.0]]]}, "properties": {"meshcode": "5439"}}'
latlon2mc
- 入力
- 緯度, 経度, 返り値としたいメッシュコードの桁数(4, 6, 8, 9, 10, 11 桁)
- 出力
- 緯度経度からメッシュコードを返す
>>> from jismeshcode.jismeshcode import latlon2mc
>>> latlon2mc(36.2010417, 138.415625, 6)
'543823'
ハンズオン
- tutorials/jismeshcode.ipynb
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jismeshcode-0.1.8.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file jismeshcode-0.1.8.tar.gz
.
File metadata
- Download URL: jismeshcode-0.1.8.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.7 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9494d62966c4f75e8de9c23d022fa9649c2bf6729d0cea1be498f3e701727df4 |
|
MD5 | 0f8f4cbe5f127c1abc7c9505ce926638 |
|
BLAKE2b-256 | 3c3dfcfd6616642da6c94db9b0e41804bd05e2d8dfc9ec9f6a1fe5ca47c8c3b0 |
File details
Details for the file jismeshcode-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: jismeshcode-0.1.8-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.7 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cc6d095ba9d762482f357dbad4df755560d8c27d351686805b539aec6d16898 |
|
MD5 | 5b4025e594e86a647aeea3c96b1214da |
|
BLAKE2b-256 | 6ef5399879bd1fd611491b5eaf581fdb08032466bd56768de0240f21ab00325c |