-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0199faf
commit e145fdf
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |