IN-CORE / incore-docs

IN-CORE documentations
9 stars 13 forks source link

Add location to create earthquake notebook that give hazard output for the dataset example #221

Closed navarroc closed 1 year ago

navarroc commented 1 year ago

The end of the create_earthquake notebook shows getting values from a model based earthquake and a dataset based earthquake; however, the dataset based one None as the return type (assuming this is no hazard exposure). We should add a point that gives values to this example.

navarroc commented 1 year ago

The create earthquake notebook is in a file create_earthquake.zip file. It contains two files referenced by the notebook that are used to create a new earthquake (eq-dataset-SA.tif and eq-dataset-PGA.tif). If you open one of them in QGIS, you can see valid points that will return data. The current values are lat 42.3667, longitude -89.9187, which is way out of range of the example dataset. We should pick a point or two inside the TIF file and update the values in the notebook to request those locations.