Last updated:
0 purchases
pyisg 0.1.6
pyisg
Library reading/writing the ISG 2.0 format.
This provides APIs, such as load, loads, dump and dumps.
import pyisg
# serialize to ISG 2.0 format str to dict
with open("file.isg") as fs:
obj = pyisg.load(fs)
# deserialize to ISG 2.0 format str
s = pyisg.dumps(obj)
One can install pyisg from PyPI
pip install pyisg
Licence
MIT or Apache-2.0
Reference
Specification: https://www.isgeoid.polimi.it/Geoid/format_specs.html
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.