Skip to main content

国土基本図図郭を作成するためのパッケージです。

Project description

japan-basic-section

国土基本図図郭に沿ったgeopandas.GeoDataFrameを作成するためのシンプルなPythonパッケージです。 図郭のレベルは50000, 5000, 2500, 1000, 500から選択できます。

インストール

</code></pre>
<h2>使い方</h2>
<p>※ 詳細はnotebooks/sample.ipynbを参照してください。</p>
<pre lang="python"><code>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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

japan_basic_section-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

japan_basic_section-0.0.1-py3-none-any.whl (5.3 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