Skip to main content

No project description provided

Project description

jismeshcode

GitHub

English version

このライブラリは

  • 地域メッシュコードを操作するライブラリです
  • 現在はメッシュコードに対応する矩形をジオデータ(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


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 hashes)

Uploaded Source

Built Distribution

jismeshcode-0.1.8-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page