This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install miniconda | |
$ conda create -n geo python=3.12 ipython | |
$ conda activate geo | |
$ conda install pip | |
$ pip install py3dtiles |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Base URL van de bestanden | |
BASE_URL="https://storage.sbg.cloud.ovh.net/v1/AUTH_63234f509d6048bca3c9fd7928720ca1/ppk-lidar/RO/LHD_FXX_0" | |
# Reeksen voor {x} en {y} | |
X_START=983 | |
X_END=996 | |
Y_START=6367 |
OlderNewer