This repo is dependent on compiled files on sm_davse (David Segersson) account on bi. To use: 1) copy building files to buildings folder. 2) * edit dvlp/grid_tile.sh to suit your needs. * edit src/run_all_cities.sh to suit your needs. This includes editing src/*.txt files to contain your LAS file names. * edit src/batch.sh to EXPORT the appropriate PATH. (Set the correct LAS/dvlp dir) * edit run_before_grid_tile.sh to the appropriate PATH of the libs/code 3) ``` source run_before_grid_tile.sh conda activate solweig-env # a conda env with gdal is required: Example $conda create -c conda-forge --name solweig-env gdal cd src bash run_all_cities.sh --mail-user=YOUR_EMAIL@HERE.SE ``` 4) ``` squeue -u $USER ``` to follow the batch jobs. Each batch job works on its own node with 16 cores reserved. ~3h/job (1 job = 16 grids in parallell at most)