/gis-gltf

Utilities to convert between GIS (multipolygon/multipatch shapefiles) and glTF and b3dm formats

Primary LanguagePythonApache License 2.0Apache-2.0

gis-gltf

Utilities to convert between GIS (multipolygon/multipatch shapefiles) and glTF and b3dm formats

setup

virtualenv venv -p python3 --system-site-packages

export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
venv/bin/pip3 install -r requirements.txt