From da4d8df230abcc43af5997698efbd32712677faa Mon Sep 17 00:00:00 2001 From: Jesse Lopez Date: Fri, 25 Mar 2022 17:30:05 -0700 Subject: [PATCH] Add data description to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f2b000d..e1cf15d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ The project incorporated data from an industry database of 3000+ vessel incident ### Data +The results from the analysis are contained in two folders: + +- `risk-files` contains Parquet files containing the oil spill hazard, oil spill risk, breadh hazard, organized Environmental Sensitivity Index (ESI) segment, vessel type, and month. +- `region-normalized-risk-files` contains the same fields as the `risk-files` folder, but normalized by the maximum value within the region. ### Code (src)