国土基本図図郭を作成するためのパッケージです。
Project description
japan-basic-section
国土基本図図郭に沿ったgeopandas.GeoDataFrameを作成するためのシンプルなPythonパッケージです。 図郭のレベルは50000, 5000, 2500, 1000, 500から選択できます。
インストール
pip install japan-basic-section
使い方
※ 詳細はnotebooks/sample.ipynbを参照してください。
from japan_basic_section.grid import Grid
from japan_basic_section.origin_coords import get_coord_info
g = Grid(system_number, 50000)
grid_50000 = g.make_grid()
crs = info[1]["JGD2011"]
grid_50000.set_crs(crs, inplace=True)
os.makedirs("../data/output", exist_ok=True)
grid_50000.to_file("../data/output/grid_50000.fgb", driver="FlatGeobuf")
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
Built Distribution
Close
Hashes for japan_basic_section-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98ac1caddcfddc09bcbafdfece03be68fca72103076df43ae17886df0f1c63a0 |
|
MD5 | cb1fa62163c64e2b211b3648852108e4 |
|
BLAKE2b-256 | ca553daa87664710156150809793571cb402bfa6665a4ad5bb4f3badc359189e |
Close
Hashes for japan_basic_section-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ae8e2f78da9dbf6679092392b65c832ae05091de74991cb4720d4b8e06156b1 |
|
MD5 | 50379c7f0478b487dd4a57ae7126a1cb |
|
BLAKE2b-256 | 5fac1a6f06a1f015464d0980caa8b19b4fe0ec15ae005b8af929fa3089a8a33f |