Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mierune/qgis-mojxml-plugin
A QGIS Plugin for loading Japanese “MOJ Map XML” (land registration polygon data) as vector layers. — QGISで法務省登記所備付地図データ(地図XML)の変換や読み込みを行うプラグイン
https://github.com/mierune/qgis-mojxml-plugin
japan mojxml opendata python qgis qgis-plugin qgis-processing
Last synced: about 2 months ago
JSON representation
A QGIS Plugin for loading Japanese “MOJ Map XML” (land registration polygon data) as vector layers. — QGISで法務省登記所備付地図データ(地図XML)の変換や読み込みを行うプラグイン
- Host: GitHub
- URL: https://github.com/mierune/qgis-mojxml-plugin
- Owner: MIERUNE
- License: gpl-2.0
- Created: 2023-02-20T07:28:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T09:20:37.000Z (2 months ago)
- Last Synced: 2024-11-13T10:26:43.547Z (2 months ago)
- Topics: japan, mojxml, opendata, python, qgis, qgis-plugin, qgis-processing
- Language: Python
- Homepage: https://plugins.qgis.org/plugins/mojxml_plugin/
- Size: 4.77 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# qgis-mojxml-plugin
[![Test](https://github.com/MIERUNE/qgis-mojxml-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/MIERUNE/qgis-mojxml-plugin/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/MIERUNE/qgis-mojxml-plugin/branch/main/graph/badge.svg?token=YKAY0VKZOT)](https://codecov.io/gh/MIERUNE/qgis-mojxml-plugin)
[QGIS](https://qgis.org/) で [法務省登記所備付地図データ](https://front.geospatial.jp/moj-chizu-xml-download/)(地図 XML)の変換や読み込みを行うためのプラグインです。
A QGIS plugin for converting Japanese “MOJ Map XML” (land registration polygon data) into geospatial formats. Currently, only Japanese language is supported.
[札幌市中央区のデータ](https://www.geospatial.jp/ckan/dataset/houmusyouchizu-2022-1-1)(取得日: 2023-03-15)を読み込んで、大字コードや丁目コードで塗り分けた例:
![札幌市中央区のデータを読み込んだ例](./docs/images/example_output.jpg)
## 使い方
本プラグインは [QGIS Python Plugin Repository](https://plugins.qgis.org/plugins/mojxml_plugin/) で公開されており、QGIS の「プラグインの管理とインストール」から検索してインストールできます。
使い方:
1. QGIS のプロセッシングツールボックスを開いて、「法務省登記所備付地図データ」→「地図 XML/ZIP を読み込む」を選択します。
2. 「地図 XML/ZIP を読み込む」のダイアログが表示されます。1. 「地図 XML/ZIP ファイル」で、読み込みたいファイル(.zip または .xml)を指定します。
2. (任意)必要であれば「任意座標系のデータを含める」「地区外・別図を含める」をチェックします。
3. (任意)「出力ファイル」で出力先やファイル形式を選択します(未指定の場合は一時レイヤに作成されます)。3. 「実行」をクリックします。巨大なファイルを読み込む場合は処理に時間がかかります。
## Development
Setup development environment:
```bash
make init
```Deploy to QGIS:
```bash
make deploy
```Run test:
```bash
make test
```## License
GPL v2
This plugin contains [MIERUNE/mojxml-py](https://github.com/MIERUNE/mojxml-py), which is licensed under the MIT License.
## Authors
- Taku Fukada ([@ciscorn](https://github.com/ciscorn)) - Original Author
- And all contributors