Add catalogs to models
It would be useful to have the catalogs for each NSHM available. This would also support display of catalogs in the Data Mapping App. This is a master issue for adding catalogs to each NSHM repository
-
Assess format and size catalogs for dev 2023 models
- total and declustered
- is delimited data format adequate? conversion needed? ok for services?
-
Add catalogs to
data/catalogs
directory in each NSHM being deployed in NSHM Hazard Tool -
Add
CatalogController
andCatalogService
to...www.data
package- Decide if this is a POST service
- Metadata needs to describe catalogs (total, 1 or more declustered)
-
Do we want the ability to get catalogs from
HazardModel
? These data are not needed for model calculations so probably better to lazily load/transfer the file directly from catalog service -
Refactor
...www.source
package to...www.model