|
|
|
To run ShakeMap, an event needs to be added to the data directory. The easiest way to create an event is to use the `sm_create` tool, which should be in your path if you are in the `shakemap` virtual environment. To create a data directory for the January 1994 Northridge earthquake, you could run the command:
|
|
|
|
```
|
|
|
|
sm_create ci3144585
|
|
|
|
> sm_create ci3144585
|
|
|
|
```
|
|
|
|
where `ci3144585` is the ComCat event ID for the Northridge earthquake. The corresponding web page for that event is:
|
|
|
|
|
| ... | ... | @@ -16,7 +16,7 @@ OR |
|
|
|
you could run the command:
|
|
|
|
|
|
|
|
```
|
|
|
|
sm_create ci3144585 -e ci 1994-01-17T12:30:55 -118.546 34.211 19 6.6 "Northridge, California" -n
|
|
|
|
> sm_create ci3144585 -e ci 1994-01-17T12:30:55 -118.546 34.211 19 6.6 "Northridge, California" -n
|
|
|
|
```
|
|
|
|
|
|
|
|
where the `-e` flag tells sm_create to gather origin information from the command line, and the `-n` flag prevents this event being flagged as a scenario.
|
| ... | ... | |
| ... | ... | |