os-climate / physrisk

Physical climate risk calculation engine
Apache License 2.0
24 stars 31 forks source link

Define and document unified approach to missing data #271

Open joemoorhouse opened 2 months ago

joemoorhouse commented 2 months ago

The approach to missing data has evolved rather organically and it is time to make this more explicit. To start with the approach was to on-board data sets largely as-is, including missing data values, e.g. -9999 used in WRI sets. However now we prefer:

There are some data sets where missing data behaviour requires a bit more thought. The IRIS Tropical Cyclone hazard data is one such example. Data outside of areas affected by TCs is NaN, but should this rather be interpreted as zero probability of TC? And if so do we want to have such a mapping in physrisk itself?

The issue is to decide the approach and document.

@EglantineGiraud FYI