How to use citydb-3dtiler independently?
If you are familiar with common Python application workflows, you can run the software independently of any repository using the instructions below.
Running Software using Virtual Environment (VEnv)
-
Download the latest release or the main branch in the github repository.
-
Extract the compressed ZIP file and navigate into the folder "citydb-3dtiler-main".
-
Create a Virtual Environment using following command:
- Activate the virtual environment (venv) using following command:
How to Fix the Security Issue on Windows machines
If the virtual environment activation fails on Windows machine, try to type first Set-ExecutionPolicy Unrestricted -Scope Process. Then try to run the Activate command again.
- Ensure that the PIP package is updated.
- Install the dependent libraries:
- Run the Application