Main Series

The main tutorial series introduces the concepts needed to implement standard hazard assessments. The series consists of the following tutorials:

Raster Intro

Introduces the Raster class, which is used to manage raster datasets.

Download Data

Shows how to use the data package to download commonly used assessment datasets from the internet.

Preprocessing

Shows how to use the Raster class to clean and reproject datasets prior to an assessment.

Hazard Assessment

Shows how to use pfdf components to implement a hazard assessment.

Note

The linked pages hold pre-run tutorials that don’t require any setup. However, we recommend running the tutorials as Jupyter notebooks when possible, as this will allow you to interact with pfdf code directly. You can find setup instructions here: Tutorial Setup