stefanfluck / palmpy

Package supporting the generation of static driver files for simulations with the PALM model system. Check out the Wiki and engage in the Discussions!
GNU General Public License v3.0
18 stars 4 forks source link

Include DWD dicts #65

Open stefanfluck opened 1 year ago

stefanfluck commented 1 year ago

On request by DWD, a branch was opened where new mapdialecs are put. mapdialects translate source categorizations of vegetation, pavement surfaces and water surfaces into palm-classes.

To add mapdialects, add new files with a meaningful name (according to your source data) to palmpy/palmpy/staticcreation/dictfolder/. Include a meaningful description as header in your file, potentially with a link to the geodata source.

image

Also, add a new line in make_static.py after line 60 given the provided code template.

Check also the documentation here!

Thank you for contributing!

aeichhor commented 1 year ago

Thanks for the branch! We will start to upload existing re-classifications from https://gitlab.cc-asp.fraunhofer.de/matw/palmclassify/-/tree/main/LookUp as mapdialects for palmpy in July+August to keep it comparable with PALMClassify and later, add further dialects as needed...