pyisg 0.1.6

Creator: bradpython12

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.