| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.calc |
Hazard calculation classes and utilties.
|
| Modifier and Type | Method and Description |
|---|---|
static Sites |
Sites.fromCsv(Path path,
CalcConfig defaults)
Create an unmodifiable
Iterable<Site> from the comma-delimted site
file designated by path. |
static Sites |
Sites.fromCsv(Path path,
CalcConfig defaults,
boolean lenient) |
static Sites |
Sites.fromJson(Path path,
CalcConfig defaults)
Create an unmodifiable
Iterable<Site> from the GeoJSON site file
designated by path. |
static Sites |
Sites.fromString(String s,
CalcConfig defaults)
Create an unmodifiable singleton
Iterable<Site> from the supplied
string. |
| Modifier and Type | Method and Description |
|---|---|
static EqRateExport |
EqRateExport.create(CalcConfig config,
Sites sites,
Logger log)
Create a new results handler.
|
static HazardExport |
HazardExport.create(CalcConfig config,
Sites sites,
Logger log)
Create a new results handler.
|