Skip to content

Commit

Permalink
add input and update changelog (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy authored Dec 6, 2023
1 parent 55c7142 commit 8441bbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
### Added
- Update building damage analysis documentations with hazard object input [#300](https://github.com/IN-CORE/incore-docs/issues/300)
- Add requestHandler in swagger docs to redirect to login page if any of the urls passed returns 401 [#306](https://github.com/IN-CORE/incore-docs/issues/306)

### Changed
Expand Down
7 changes: 7 additions & 0 deletions manual_jb/content/analyses/building_dmg.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ key name | type | name | description
`dfr3_mapping_set` <sup>*</sup> | [`incore:dfr3MappingSet`](https://incore.ncsa.illinois.edu/semantics/api/types/incore:dfr3MappingSet) | DFR3 Mapping Set | DFR3 Mapping Set.
`retrofit_strategy` | [`incore:retrofitStrategy`](https://incore.ncsa.illinois.edu/semantics/api/types/incore:retrofitStrategy) | Retrofit Strategy | Building retrofit strategy that contains guid and retrofit method.

**Input Hazards**

key name | type | name | description
--- |------------------------------------------------------------------|---------------| ---
`hazard` | `earthquake`<br>`tornado`<br>`hurricane`<br>`flood`<br>`tsunami` | Hazard | Supported hazard object for using local and remote hazards.


**Output datasets**

key name | type | parent key | name | description
Expand Down

0 comments on commit 8441bbe

Please sign in to comment.