Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matamadio committed Feb 5, 2024
1 parent b4ef8c5 commit d188163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Top-down/FathomV3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This script runs on Fathom v3 scenarios in combination with population, exposure


# STATUS
- The number of processors used (nCores) is now selected automatic, using all available cores for the first zonal_stats and then using 1 core per RP analysis (in case there are more RPs then available cores, it will use all cores and serialize the analysis accordingly).
- The number of processors used (nCores) is selected automatically, using all available cores for the first zonal_stats and then using 1 core per RP analysis (in case there are more RPs then available cores, it will use all cores and serialize the analysis accordingly).
- Split the RPs computation into Exposure/Impact and EAE/EAI computation, the later becoming a stand-alone function
- Computes now the EAE/EAI using 3 different formulation, a) Lower Bound LB; b) Upper Bound UB, and; c) Mean of the two
- Removed the RP_EAI columns for better presentation of the results
Expand Down Expand Up @@ -124,7 +124,7 @@ Example of `main.py` running flood analysis (`haz_cat`) over Cambodia (`country`
## Running the analysis

```bash
$ python main.py
$ python FathomV3.py
```

The analysis runs on all selected exposed categories, in sequence. Depending on the number of cores, the size and resolution of the data, and power of CPU, the analysis can take from less than a minute to few minutes.
Expand Down

0 comments on commit d188163

Please sign in to comment.