/mojxml2geojson

法務省登記所備付地図データ(地図XML)をGeoJSONに変換するコンバータ

Primary LanguagePythonMIT LicenseMIT

mojxml2geojson

Requirement

Installing

setup.py

pip install .

From Github

pip install git+https://github.com/JDA-DM/mojxml2geojson.git

Usege

Single File

mojxml2geojson ./moj.xml

Multiple files

cd [target directory]
ls -1 *.xml|xargs -I{} mojxml2geojson ./{}

Parallel Processing

ls -1 *.xml|xargs -P100 -I{} mojxml2geojson ./{}

PyTest

python -m pytest -vv -p no:cacheprovide