This package can automatically generate the necessary input files for running SOLWEIG & URock outside of QGIS
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Generating UMEP inputs
This package automatically generates the neccesary input data for running UMEP solvers SOLWEIG and URock in the Netherlands. It needs to be given a bounding box and an output folder and generates the files needed to run SOLWEIG_GPU.
Generate all the files at once.
import umep_inputs
bbox = (94040,437614, 95230, 439399) #bounding box in Amersfoort / RD new
inputs = umep_inputs.generate_solweig_inputs(bbox, "test_output")
Generate some of the files as needed.
# bounding box, path to output folder
buildings = umep_inputs.load_buildings(bbox, "test_output")
# bounding box, buildings, path to output folder
dtm, dsm, _ = umep_inputs.load_dems(bbox, buildings, "test_output")
# bounding box, dtm, dsm, trunk height, path to output folder
chm = umep_inputs.load_chm(bbox, dtm, dsm, 25, "test_output")
# bounding box, path to output folder
landcover = umep_inputs.load_landcover(bbox, "output_folder")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file umep_inputs-0.0.14.tar.gz.
File metadata
- Download URL: umep_inputs-0.0.14.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d3d4a2e4ac522fdab637d73bb23ebf2f2da16e1f3cdfa6398d6d6450e24273d
|
|
| MD5 |
606140f57a4ed7f9f45c032dedbe46c4
|
|
| BLAKE2b-256 |
612e6e768b6aff73cb186059b49f9b4c0c56975aa67a2e321c4760a417efc875
|
File details
Details for the file umep_inputs-0.0.14-py3-none-any.whl.
File metadata
- Download URL: umep_inputs-0.0.14-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e9577dacf9acd4c6ac0d95f8d234550b5d7747fb127746685ab039777a7dc06
|
|
| MD5 |
60b8d61c841d1e5ca3315568ea238811
|
|
| BLAKE2b-256 |
ae545d5161d1a275f95c1700467ef3c149a6da71c12835de69f4814a981b93ec
|