dggstools

DGGSTools is a Python library and command line tool to manipulate raster and vector GIS data in the spatial framework provided by a DGGS (rHEALPix for now).

1"""DGGSTools is a Python library and command line tool to manipulate raster and vector GIS data in the spatial framework provided by
2a DGGS (rHEALPix for now)."""
3
4import logging
5
6logging.getLogger(__name__).addHandler(logging.NullHandler())