-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #876 from gem/loadgmf
Change the loader for GMFs, to pick the rlz first, then the event id, then the IMT
- Loading branch information
Showing
2 changed files
with
38 additions
and
17 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
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 |
---|---|---|
|
@@ -24,6 +24,7 @@ [email protected] | |
# Uncomment the following line and add your changelog entries: | ||
changelog= | ||
3.22.0 | ||
* The loader for ground motion fields was modified, so the user selects the realization first, then the event id, then the IMT used for styling the layer | ||
* Support for social vulnerability and recovery modeling was removed | ||
* Added the possibility to display total aggregated loss curves | ||
3.21.1 | ||
|
@@ -213,7 +214,7 @@ changelog= | |
* Geopackages containing polygons for the aggregation of points by zone can be pre-loaded, selecting the desired layers from the package | ||
* An additional checkbox gives the possibility to automatically discard zones that contain no points | ||
* Improved legends and classification criteria, depending on the unique values present in the field used for styling | ||
* The menu action to aggregate loss by zone was re-added, pointing to the Processing Toolkit algorithm that we use now to perform the | ||
* The menu action to aggregate loss by zone was re-added, pointing to the Processing Toolkit algorithm that we use now to perform the | ||
same kind of analysis (i.e. "Join attributes by location (summary)"). The section of the user manual that was previously removed is | ||
partially restored, and there is an explanation on how to use the Processing algorithm to obtain the same results that were obtained | ||
by the plugin tool before. | ||
|
@@ -233,7 +234,7 @@ changelog= | |
3.3.0 | ||
* Fixed loader for aggregated Average Asset Losses Statistics OQ-Engine output | ||
* All calls to the OQ-Engine "extract" API are logged | ||
* Fixed a bug that caused the log verbosity to be always set to "warning", instead of reading it correctly from user settings | ||
* Fixed a bug that caused the log verbosity to be always set to "warning", instead of reading it correctly from user settings | ||
3.2.12 | ||
* More stable connection with the OQ-Engine server, preventing issues while reading the console log of a calculation | ||
3.2.11 | ||
|