-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mtbs.yaml
164 lines (154 loc) · 6.72 KB
/
mtbs.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
plugins:
source:
- module: intake_xarray
sources:
raw_raster:
metadata:
title: MTBS (raw)
summary: Annual burn severity mosaics for the continental United States and Alaska.
description: |
Monitoring Trends in Burn Severity (MTBS) is an interagency program whose goal is to
consistently map the burn severity and extent of large fires across all lands of the
United States from 1984 to present. This includes all fires 1000 acres or greater in
the western United States and 500 acres or greater in the eastern Unites States. The
extent of coverage includes the continental U.S., Alaska, Hawaii and Puerto Rico.
The burn severity mosaics consist of thematic raster images of MTBS burn severity
classes for all currently completed MTBS fires for the continental United States,
Alaska, Hawaii and Puerto Rico. Mosaicked burn severity images are compiled annually
for each year by US State and the continental United States.
tags: [forests]
type: image/tiff; application=geotiff; profile=cloud-optimized
license: Public Domain
providers:
- name: Monitoring Trends in Burn Severity
description: Monitoring Trends in Burn Severity (MTBS) is an interagency program that includes the USGS, NASA, USFS, USDI, and USDA.
url: https://www.mtbs.gov/
parameters:
year:
description: year
type: int
default: 1984
region:
description: mtbs region
type: str
default: conus
allowed: [conus, ak]
driver: rasterio
args:
# urlpath: "https://storage.googleapis.com/carbonplan-data/raw/mtbs/{{ region }}/30m/{{ '%d' % year }}.tif"
urlpath: "{{env(CARBONPLAN_DATA)}}/raw/mtbs/{{ region }}/30m/{{ '%d' % year }}.tif"
chunks: { 'y': 5120, 'x': 5120 }
raster:
metadata:
title: MTBS (processed)
summary: Annual burn severity mosaics for the continental United States and Alaska.
description: |
Monitoring Trends in Burn Severity (MTBS) is an interagency program whose goal is to
consistently map the burn severity and extent of large fires across all lands of the
United States from 1984 to present. This includes all fires 1000 acres or greater in
the western United States and 500 acres or greater in the eastern Unites States.
The burn severity mosaics consist of thematic raster images of MTBS burn severity
classes for all currently completed MTBS fires for the continental United States,
Alaska, Hawaii and Puerto Rico. Mosaicked burn severity images are compiled annually
for each year by US State and the continental United States.
These data have been processed to CarbonPlan's CONUS and Alaska study domains.
tags: [forests]
type: application/zarr
license: Creative Commons Attribution 4.0 International
providers:
- name: Monitoring Trends in Burn Severity
description: Monitoring Trends in Burn Severity (MTBS) is an interagency program that includes the USGS, NASA, USFS, USDI, and USDA.
url: https://www.mtbs.gov/
parameters:
region:
description: conus or ak
type: str
default: conus
allowed: [conus, ak]
resolution:
description: Pixel resolution in meters
type: str
default: '4000m'
allowed: ['4000m']
driver: zarr
args:
urlpath: '{{env(CARBONPLAN_DATA)}}/processed/mtbs/{{ region }}/{{ resolution }}/raster.zarr'
consolidated: True
rasterized_perims:
metadata:
title: MTBS Rasterized Fire Perimeters (processed)
summary: Monthly burned area rasters for the continental United States and Alaska.
description: |
Monitoring Trends in Burn Severity (MTBS) is an interagency program whose goal is to
consistently map the burn severity and extent of large fires across all lands of the
United States from 1984 to present.
TODO...
tags: [forests]
type: image/tiff; application=geotiff; profile=cloud-optimized
license: Creative Commons Attribution 4.0 International
providers:
- name: Monitoring Trends in Burn Severity
description: Monitoring Trends in Burn Severity (MTBS) is an interagency program that includes the USGS, NASA, USFS, USDI, and USDA.
url: https://www.mtbs.gov/
parameters:
region:
description: conus or ak
type: str
default: conus
allowed: [conus, ak]
resolution:
description: Pixel resolution in meters
type: str
default: '30m'
allowed: ['30m']
size:
description: Fire size
type: str
default: 'lf'
allowed: ['lf', 'vlf']
date:
description: 'Year and month (format: YYYY.MM)'
type: str
default: '2018.11'
driver: rasterio
args:
urlpath: '{{env(CARBONPLAN_DATA)}}/processed/mtbs/{{ region }}/{{ resolution }}/{{ size }}_{{ date }}.tif'
chunks: { 'y': 5120, 'x': 5120 }
fod_shp:
metadata:
title: MTBS Occurance (vector data)
summary: Fire occurance location dataset in vector/point format.
description: |
The fire occurrence location dataset is a vector point ESRI shapefile of the centroids of
all currently completed MTBS fires occurring in the continental United States, Alaska,
Hawaii and Puerto Rico.
tags: [fire, forests]
type: application/octet-stream
license: Public Domain
providers:
- name: Monitoring Trends in Burn Severity
description: Monitoring Trends in Burn Severity (MTBS) is an interagency program that includes the USGS, NASA, USFS, USDI, and USDA.
url: https://www.mtbs.gov/
ci: skip
driver: shapefile
args:
urlpath: '{{env(CARBONPLAN_DATA)}}/raw/mtbs/mtbs_fod_pts_data/mtbs_fod_pts_DD.shp'
perims_shp:
metadata:
title: MTBS Boundaries (vector data)
summary: Burned area boundaries data in vector/polygon format.
description: |
The burned area boundaries dataset is a vector polygon ESRI shapefile of the extent of the
burned areas of all currently completed MTBS fires for the continental United States,
Alaska, Hawaii and Puerto Rico.
tags: [forests]
type: application/octet-stream
license: Public Domain
providers:
- name: Monitoring Trends in Burn Severity
description: Monitoring Trends in Burn Severity (MTBS) is an interagency program that includes the USGS, NASA, USFS, USDI, and USDA.
url: https://www.mtbs.gov/
ci: skip
driver: shapefile
args:
urlpath: '{{env(CARBONPLAN_DATA)}}/raw/mtbs/mtbs_perimeter_data/mtbs_perims_DD.shp'