You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* eez_layers_meta_data: Database for the EEZ data layers (data sources, names, etc.) and functions to create different data formats
20
20
* global_supplement: Descriptions of data layers and goals
21
-
* global (2014-2016): Post assessment analysis and visualization of data
22
-
* calculate\_scores_??.R: These files provide the code to calculate scores for the corresponding OHI assessment
21
+
* global (2015-2017): Post assessment analysis and visualization of data
22
+
* calculate\_scores_??.R: These files provide the code to calculate scores for the corresponding OHI assessment (the calculate_scores.R for the eez regions is located in the eez folder)
23
23
* layers\_??.csv: These files provide the location of the data layers used to calculate the OHI assessments. This file is created by data and functions in the eez_layers_meta_data folder, and they are used by calculate_scores_??.R.
24
24
* other files can be ignored
25
25
@@ -35,43 +35,5 @@ Important files within the "eez", "antarctica", and "high seas" folders include:
35
35
- pressure_categories: Defines the pressure category for each pressure layer
36
36
- resilience_matrix.csv: Indicates which resilience layers affect which goals
37
37
- resilience_categories: Defines the resilience category for each resilience layer
38
-
39
-
40
-
### Creating a new scenario within an assessment (e.g., eez2012, eez2016, etc.)
41
-
1. Copy the folder of a previous scenario and change the year
42
-
2. Update the eez_layers_meta_data/layers_eez_file_locations.csv with the file paths and names of the data for each scenario
43
-
3. Update conf/goals.csv with appropriate status_year information (which year in the data layer is used for the scenario)
44
-
4. Update the calculate_scores_??.R as follows:
45
-
- Add the "scenario" to the scenario list (we might want to move this information to a table at some point):
46
-
- And update the sync functions so the functions.R files stay consistent
0 commit comments