forked from carbonplan/forest-offsets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.yaml
182 lines (162 loc) · 7.53 KB
/
catalog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
sources:
supersections:
description: Geographic areas developed by the Climate Action Reserve that serve as the basis for defining assessment areas and regional common practice.
driver: geojson
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/supersections.json
issuance_table:
description: The ARB issuance table provides a bi-monthly snapshot of all ARB offset credits issued by CARB.
driver: excel
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/database/ancillary/arboc_issuance_2020-09-09.xlsx
excel_kwargs:
sheet_name: 'ARB Offset Credit Issuance'
engine: openpyxl
super_section_lookup:
description: key-value mapping between unique supersection id and CARB supersection name
driver: csv
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/database/ancillary/super_section_lookup.csv
csv_kwargs:
names: ["code", "ss"]
assessment_area_lookup:
description: key-value mapping between unique assessment area id and CARB assessment area name
driver: csv
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/database/ancillary/assessment_area_lookup.csv
csv_kwargs:
names: ["code", "aa"]
ak_assessment_areas:
description: Boundiaries between the three Southern Alaska assessment areas as defined in the 2015 ARB Forest Offset Protocol.
driver: geojson
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/ak.assessment.area.shapefiles.5.4.15.json
arb_geometries:
description: Offset project boundaries.
driver: geojson
parameters:
opr_id:
description: Project ID
type: str
default: ACR173
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/database/projects/{{ opr_id }}/shape.json
states:
description: Boundaries of US states.
driver: geojson
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/states.json
project_db:
description: Packaging of project data derived from raw project database, issuance table, and various other pre-processing steps.
driver: csv
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/database/forest-offsets-database-v1.0.csv
project_db_json:
description: Packaging of project data derived from raw project database, issuance table, and various other pre-processing steps.
driver: textfiles
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/database/forest-offsets-database-v1.0.json
decoder: 'json.loads'
fia_long:
description: Processed FIA data on a 'per condition' basis, similar to the data used in Trugman, A. T., et al. 'Trait velocities reveal that mortality has driven widespread coordinated shifts in forest hydraulic trait composition.' Proceedings of the National Academy of Sciences 117.15 (2020).
driver: parquet
parameters:
postal_code:
description: Two letter postal code
type: str
default: ca
args:
urlpath: az://carbonplan-data/processed/fia-states/long/{{ postal_code.lower() }}.parquet
storage_options:
account_name: carbonplan
fia:
description: Raw FIA data, per table and per state, translated into parquet files.
driver: parquet
parameters:
postal_code:
description: Two letter postal code (lower-case)
type: str
default: ca
table:
description: FIA type name
type: str
default: cond
allowed: [cond, plot, tree]
args:
urlpath: az://carbonplan-data/raw/fia-states/{{ table }}_{{postal_code.lower()}}.parquet
storage_options:
account_name: carbonplan
fia_regional_biomass:
description: FIA table that uses regional (as opposed to national) allometric equations to infer tree biomass. Used in this project for states within the PNW work unit (AK, CA, OR, WA).
driver: csv
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-data/raw/fia/TREE_REGIONAL_BIOMASS.csv
rfia:
description: per assessment area outputs from rFIA, when limiting plots to supersections/ownership/species subset
driver: csv
parameters:
assessment_area_id:
description: Assessment Area ID
type: int
default: 1
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/intermediate/rfia/assessment_areas/rfia/{{ assessment_area_id }}.csv
rfia_all:
description: per assessment area outputs from rFIA that do not aggregate by site class
driver: csv
parameters:
assessment_area_id:
description: Assessment Area ID
type: int
default: 1
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/intermediate/rfia/assessment_areas/rfia_all/{{ assessment_area_id }}.csv
fia_species_names:
description: mapping from FIA species code to common name, see appendix F of the FIA user handbook
driver: textfiles
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/fia_spcd_to_name.json
decoder: 'json.loads'
arb_tabling_csv:
description: csv file contained in ARB-posted code that enumerates forest type codes per assessment area
driver: csv
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/arb_tabling.csv
arb_common_practice:
description: csv conversion of CARB assessment area data file
driver: csv
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/2015_assessment_area_data_file.csv
arb_fortypcds:
description: mapping from assessment area to list of FIA forest type codes. Mapping derived from `tabling_rest_supersection.xlsx`, originally downloaded from https://ww2.arb.ca.gov/our-work/programs/compliance-offset-program/compliance-offset-protocols/us-forest-projects/2015/common-practice-data
driver: textfiles
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/arb_fortypcds.json
decoder: 'json.loads'
fia_fortyp_to_common_name:
description: Transcribed from appendix D of the FIA user handbook
driver: textfiles
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/fia_fortyp_to_common_name.json
decoder: 'json.loads'
prism:
description: 30-year PRISM climate normals regir
parameters:
var:
description: variable name
type: str
default: tmean
allowed: [tmean, ppt]
region:
description: conus or ak
type: str
default: conus
allowed: [conus, ak]
driver: rasterio
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/prism/{{ region }}_{{ var }}.nc
ecomap_sections:
description: boundaries of ecosections, as defined by the USFS ECOMAP 2007 project. Downloaded from https://data.fs.usda.gov/geodata/edw/edw_resources/shp/S_USA.EcomapSections.zip.
driver: geojson
args:
urlpath: https://carbonplan.blob.core.windows.net/carbonplan-forests/offsets/archive/inputs/ancillary/ecomap_sections.json