digital-go-jp/mojxml2geojson
Fork: 66 Star: 214 (更新于 2024-11-04 18:59:24)
license: MIT
Language: Python .
法務省登記所備付地図データ(地図XML)をGeoJSONに変換するコンバータ
最后发布版本: v1.0.1 ( 2023-01-25 16:09:50)
mojxml2geojson
-
Data converter for the National Land Register data (mojxml).
-
The conversion specifications are as follows.
- Extracts and outputs only the brush polygon data and attributes necessary to maintain the Address Base Registry from the Map XML data. Reference points, boundary points, and boundary lines are not output.
- For public coordinate information data, convert coordinate values to longitude and latitude (JGD2011). Add representative point coordinates as attributes.
- Data in arbitrary coordinate information are not converted to coordinate values.
Requirement
- GDAL
- python 3.*
- pip 22.*
Installing
setup.py
pip install .
From GitHub
pip install git+https://github.com/digital-go-jp/mojxml2geojson.git
Usage
mojxml2geojson ./moj.xml
Usage with Docker
docker build -t mojxml2geojson .
Create a data
directory and put in the files to be converted.
docker run --rm -v $(pwd)/data:/data mojxml2geojson /data/moj.xml
PyTest
python -m pytest -vv -p no:cacheprovide
digital-go-jp/mojxml2geojson同语言 Python最近更新仓库
2024-11-05 16:16:26 Guovin/TV
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-05 11:00:51 home-assistant/core
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp