Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfluck committed May 9, 2022
1 parent 0199faf commit e145fdf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 2022-05-06
- 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.



## Start changelog on 2022-05-06.
Keywords:
- Added
- Changed
- Deprecated
- Removed
- Fixed
- Security

0 comments on commit e145fdf

Please sign in to comment.