Skip to content

Releases: stefanfluck/palmpy

v1.1.0

22 Feb 20:02
Compare
Choose a tag to compare

Welcome to release v1.1.0!
Various quality-of-life changes that were only present in the dev branch were promoted to master, which has been renamed to main thereafter.
As always, report issues as they come! I'm human, I will probably have missed some.

v1.0.1

10 May 18:23
Compare
Choose a tag to compare

This is the release before a tutorial at the DWD is held. It contains a bugfix over v1.0.0

Full Changelog: v1.0.0...v1.0.1

palmpy v1.0.0 release

09 May 08:49
Compare
Choose a tag to compare

First official release of palmpy to start giving structure to the project.

What's Changed on top of previous, long unpublished state:

  • added functionality to input vegetation as raster by @stefanfluck in #54
  • Added capability to input 3d vegetation as a raster instead of shapefile. Set veg_format to shp or tiff and provide the shp in the namelist as resolvedforest etc, or the tiff under veg_raster.
  • Added feature to define the name of the surface type attribute column in the shapefile the respective surface information is read from. Set src_luse_type for the vegetation/water shapefile, and srv_pav_type for the sealed surface file. Defaults are "OBJEKTART" and "BELAGSART" respectively to maintain backward compatibility.
  • Fixed creation and immediate deletion of tmp.tif files in the github repo folder.
  • Changed documentation to reflect changes.