Skip to content

Instantly share code, notes, and snippets.

@bertt
Created October 30, 2024 14:22
Show Gist options
  • Save bertt/43fb202652bf5d9dc8f4ddaea2979a2d to your computer and use it in GitHub Desktop.
Save bertt/43fb202652bf5d9dc8f4ddaea2979a2d to your computer and use it in GitHub Desktop.
Py3dtiles testing
Install miniconda
$ conda create -n geo python=3.12 ipython
$ conda activate geo
$ conda install pip
$ pip install py3dtiles
$ pip install py3dtiles[postgres]
$ py3dtiles export -D "dbname=postgres user=postgres host=localhost port=5432" -t cube -c geom -i id
Resultaat: 1 b3dm but not valid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment