The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
event_id: string
fire_name: string
state: string
mtbs_post_id: string
ignition_date: timestamp[s]
total_acres: double
days_to_post: int64
orbit_direction: string
post_source: string
temporal_gaps: struct<S1_days: double, S2_days: double>
child 0, S1_days: double
child 1, S2_days: double
sensor_time_difference_hours: struct<pre_fire: double, post_fire: double>
child 0, pre_fire: double
child 1, post_fire: double
spatial_bounds: list<item: double>
child 0, item: double
spatial_coverage: struct<S1_pre: double, S2_pre: double, S1_post: double, S2_post: double, ERA5: double>
child 0, S1_pre: double
child 1, S2_pre: double
child 2, S1_post: double
child 3, S2_post: double
child 4, ERA5: double
contents: struct<S1_post: string, S2_post: string, S1_pre: string, S2_pre: string, ERA5: string>
child 0, S1_post: string
child 1, S2_post: string
child 2, S1_pre: string
child 3, S2_pre: string
child 4, ERA5: string
matched_fire_event_id: string
control_id: string
control_date: timestamp[s]
to
{'control_id': Value('string'), 'matched_fire_event_id': Value('string'), 'fire_name': Value('string'), 'state': Value('string'), 'control_date': Value('timestamp[s]'), 'total_acres': Value('float64'), 'orbit_direction': Value('string'), 'temporal_gaps': {'S1_days': Value('float64'), 'S2_days': Value('float64')}, 'sensor_time_difference_hours': {'pre_fire': Value('float64'), 'post_fire': Value('float64')}, 'spatial_bounds': List(Value('float64')), 'spatial_coverage': {'S1_pre': Value('float64'), 'S2_pre': Value('float64'), 'S1_post': Value('float64'), 'S2_post': Value('float64'), 'ERA5': Value('float64')}, 'contents': {'S1_pre': Value('string'), 'S2_pre': Value('string'), 'S2_post': Value('string'), 'ERA5': Value('string'), 'S1_post': Value('string')}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
event_id: string
fire_name: string
state: string
mtbs_post_id: string
ignition_date: timestamp[s]
total_acres: double
days_to_post: int64
orbit_direction: string
post_source: string
temporal_gaps: struct<S1_days: double, S2_days: double>
child 0, S1_days: double
child 1, S2_days: double
sensor_time_difference_hours: struct<pre_fire: double, post_fire: double>
child 0, pre_fire: double
child 1, post_fire: double
spatial_bounds: list<item: double>
child 0, item: double
spatial_coverage: struct<S1_pre: double, S2_pre: double, S1_post: double, S2_post: double, ERA5: double>
child 0, S1_pre: double
child 1, S2_pre: double
child 2, S1_post: double
child 3, S2_post: double
child 4, ERA5: double
contents: struct<S1_post: string, S2_post: string, S1_pre: string, S2_pre: string, ERA5: string>
child 0, S1_post: string
child 1, S2_post: string
child 2, S1_pre: string
child 3, S2_pre: string
child 4, ERA5: string
matched_fire_event_id: string
control_id: string
control_date: timestamp[s]
to
{'control_id': Value('string'), 'matched_fire_event_id': Value('string'), 'fire_name': Value('string'), 'state': Value('string'), 'control_date': Value('timestamp[s]'), 'total_acres': Value('float64'), 'orbit_direction': Value('string'), 'temporal_gaps': {'S1_days': Value('float64'), 'S2_days': Value('float64')}, 'sensor_time_difference_hours': {'pre_fire': Value('float64'), 'post_fire': Value('float64')}, 'spatial_bounds': List(Value('float64')), 'spatial_coverage': {'S1_pre': Value('float64'), 'S2_pre': Value('float64'), 'S1_post': Value('float64'), 'S2_post': Value('float64'), 'ERA5': Value('float64')}, 'contents': {'S1_pre': Value('string'), 'S2_pre': Value('string'), 'S2_post': Value('string'), 'ERA5': Value('string'), 'S1_post': Value('string')}}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
control_id string | matched_fire_event_id string | fire_name string | state string | control_date timestamp[s] | total_acres float64 | orbit_direction string | temporal_gaps dict | sensor_time_difference_hours dict | spatial_bounds list | spatial_coverage dict | contents dict |
|---|---|---|---|---|---|---|---|---|---|---|---|
control_AK_65N161W_20220701 | AK6596714285020170709 | BEAR_MOUNTAIN_fire | AK | 2022-07-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 61.01
} | {
"pre_fire": 19.03,
"post_fire": 5.3
} | [
-160.9925223535157,
65.24636800931322,
-160.81234217333554,
65.42654818949339
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_65N161W_20220604_pre.SAFE",
"S2_pre": "S2_AK_65N161W_20220603_pre.SAFE",
"S2_post": "S2_AK_65N161W_20220803_post.SAFE",
"ERA5": "ERA5_AK_65N161W_20220701.grib",
"S1_post": "S1_AK_65N161W_20220803_post.SAFE"
} |
control_AK_67N144W_20230705 | AK6596714285020170709 | BEAR_MOUNTAIN_fire | AK | 2023-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 61.99
} | {
"pre_fire": 18.6,
"post_fire": 29.23
} | [
-143.71745268112798,
67.20402266548956,
-143.5372725009478,
67.38420284566973
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N144W_20230607_pre.SAFE",
"S2_pre": "S2_AK_67N144W_20230606_pre.SAFE",
"S2_post": "S2_AK_67N144W_20230807_post.SAFE",
"ERA5": "ERA5_AK_67N144W_20230705.grib",
"S1_post": "S1_AK_67N144W_20230806_post.SAFE"
} |
control_AK_68N142W_20220630 | AK6596714285020170709 | BEAR_MOUNTAIN_fire | AK | 2022-06-30T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 56.99
} | {
"pre_fire": 29.51,
"post_fire": 5.07
} | [
-142.10152702964209,
68.07764595640487,
-141.9213468494619,
68.25782613658504
] | {
"S1_pre": 100,
"S2_pre": 90.64,
"S1_post": 100,
"S2_post": 90.64,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N142W_20220602_pre.SAFE",
"S2_pre": "S2_AK_68N142W_20220603_pre.SAFE",
"S2_post": "S2_AK_68N142W_20220730_post.SAFE",
"ERA5": "ERA5_AK_68N142W_20220630.grib",
"S1_post": "S1_AK_68N142W_20220730_post.SAFE"
} |
control_AK_61N141W_20230823 | AK6262714211020210721 | BLACK_HILLS_fire | AK | 2023-08-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.06,
"post_fire": 5.09
} | [
-141.42210338664333,
60.882070515183536,
-141.24192320646316,
61.06225069536372
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_61N141W_20230727_pre.SAFE",
"S2_pre": "S2_AK_61N141W_20230727_pre.SAFE",
"S2_post": "S2_AK_61N141W_20230925_post.SAFE",
"ERA5": "ERA5_AK_61N141W_20230823.grib",
"S1_post": "S1_AK_61N141W_20230925_post.SAFE"
} |
control_AK_61N142W_20230823 | AK6262714211020210721 | BLACK_HILLS_fire | AK | 2023-08-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.06,
"post_fire": 5.09
} | [
-142.3650044547331,
61.0594291982297,
-142.18482427455294,
61.23960937840989
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_61N142W_20230727_pre.SAFE",
"S2_pre": "S2_AK_61N142W_20230727_pre.SAFE",
"S2_post": "S2_AK_61N142W_20230925_post.SAFE",
"ERA5": "ERA5_AK_61N142W_20230823.grib",
"S1_post": "S1_AK_61N142W_20230925_post.SAFE"
} |
control_AK_62N143W_20230823 | AK6262714211020210721 | BLACK_HILLS_fire | AK | 2023-08-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.06,
"post_fire": 5.09
} | [
-142.90135867922024,
61.61180784530571,
-142.72117849904006,
61.7919880254859
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_62N143W_20230727_pre.SAFE",
"S2_pre": "S2_AK_62N143W_20230727_pre.SAFE",
"S2_post": "S2_AK_62N143W_20230925_post.SAFE",
"ERA5": "ERA5_AK_62N143W_20230823.grib",
"S1_post": "S1_AK_62N143W_20230925_post.SAFE"
} |
control_AK_66N147W_20210701 | AK6698114657120190622 | CHANDALAR_RIVER_fire | AK | 2021-07-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.29,
"post_fire": 29.29
} | [
-146.9595821709322,
66.28273742375953,
-146.77940199075204,
66.4629176039397
] | {
"S1_pre": 100,
"S2_pre": 98.73,
"S1_post": 100,
"S2_post": 98.73,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N147W_20210603_pre.SAFE",
"S2_pre": "S2_AK_66N147W_20210604_pre.SAFE",
"S2_post": "S2_AK_66N147W_20210803_post.SAFE",
"ERA5": "ERA5_AK_66N147W_20210701.grib",
"S1_post": "S1_AK_66N147W_20210802_post.SAFE"
} |
control_AK_67N143W_20230703 | AK6698114657120190622 | CHANDALAR_RIVER_fire | AK | 2023-07-03T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.6,
"post_fire": 18.6
} | [
-143.49166863695967,
66.49733677795469,
-143.3114884567795,
66.67751695813486
] | {
"S1_pre": 100,
"S2_pre": 97.41,
"S1_post": 100,
"S2_post": 97.41,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N143W_20230607_pre.SAFE",
"S2_pre": "S2_AK_67N143W_20230606_pre.SAFE",
"S2_post": "S2_AK_67N143W_20230805_post.SAFE",
"ERA5": "ERA5_AK_67N143W_20230703.grib",
"S1_post": "S1_AK_67N143W_20230806_post.SAFE"
} |
control_AK_67N145W_20230706 | AK6698114657120190622 | CHANDALAR_RIVER_fire | AK | 2023-07-06T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 61.99
} | {
"pre_fire": 18.6,
"post_fire": 29.23
} | [
-144.78004813844956,
66.71030685768301,
-144.59986795826939,
66.89048703786318
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N145W_20230607_pre.SAFE",
"S2_pre": "S2_AK_67N145W_20230606_pre.SAFE",
"S2_post": "S2_AK_67N145W_20230807_post.SAFE",
"ERA5": "ERA5_AK_67N145W_20230706.grib",
"S1_post": "S1_AK_67N145W_20230806_post.SAFE"
} |
control_AK_67N145W_20230703 | AK6440214950420220622 | CLEAR_fire | AK | 2023-07-03T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.6,
"post_fire": 18.6
} | [
-144.84687008507726,
67.19899765947744,
-144.66668990489708,
67.37917783965761
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N145W_20230607_pre.SAFE",
"S2_pre": "S2_AK_67N145W_20230606_pre.SAFE",
"S2_post": "S2_AK_67N145W_20230805_post.SAFE",
"ERA5": "ERA5_AK_67N145W_20230703.grib",
"S1_post": "S1_AK_67N145W_20230806_post.SAFE"
} |
control_AK_67N146W_20230728 | AK6440214950420220622 | CLEAR_fire | AK | 2023-07-28T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.01
} | {
"pre_fire": 5.4,
"post_fire": 5.29
} | [
-146.4645585453726,
67.07926594331575,
-146.28437836519242,
67.25944612349592
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N146W_20230701_pre.SAFE",
"S2_pre": "S2_AK_67N146W_20230701_pre.SAFE",
"S2_post": "S2_AK_67N146W_20230828_post.SAFE",
"ERA5": "ERA5_AK_67N146W_20230728.grib",
"S1_post": "S1_AK_67N146W_20230828_post.SAFE"
} |
control_AK_67N151W_20190723 | AK6440214950420220622 | CLEAR_fire | AK | 2019-07-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 58.99
} | {
"pre_fire": 5.63,
"post_fire": 18.7
} | [
-151.45450824393095,
66.9626486956761,
-151.27432806375077,
67.14282887585627
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N151W_20190626_pre.SAFE",
"S2_pre": "S2_AK_67N151W_20190626_pre.SAFE",
"S2_post": "S2_AK_67N151W_20190824_post.SAFE",
"ERA5": "ERA5_AK_67N151W_20190723.grib",
"S1_post": "S1_AK_67N151W_20190825_post.SAFE"
} |
control_AK_65N141W_20190805 | AK6522214290620210617 | CULTAS_CREEK_fire | AK | 2019-08-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.22,
"post_fire": 29.22
} | [
-141.37248093688694,
64.67068987899292,
-141.19230075670677,
64.85087005917309
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_65N141W_20190707_pre.SAFE",
"S2_pre": "S2_AK_65N141W_20190708_pre.SAFE",
"S2_post": "S2_AK_65N141W_20190906_post.SAFE",
"ERA5": "ERA5_AK_65N141W_20190805.grib",
"S1_post": "S1_AK_65N141W_20190905_post.SAFE"
} |
control_AK_65N145W_20230705 | AK6522214290620210617 | CULTAS_CREEK_fire | AK | 2023-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.61,
"post_fire": 18.61
} | [
-145.4910496282824,
64.70622587797104,
-145.31086944810224,
64.88640605815121
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_65N145W_20230607_pre.SAFE",
"S2_pre": "S2_AK_65N145W_20230606_pre.SAFE",
"S2_post": "S2_AK_65N145W_20230805_post.SAFE",
"ERA5": "ERA5_AK_65N145W_20230705.grib",
"S1_post": "S1_AK_65N145W_20230806_post.SAFE"
} |
control_AK_65N147W_20230705 | AK6522214290620210617 | CULTAS_CREEK_fire | AK | 2023-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.61,
"post_fire": 18.61
} | [
-146.7284397212641,
64.71608911450814,
-146.54825954108392,
64.89626929468831
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_65N147W_20230607_pre.SAFE",
"S2_pre": "S2_AK_65N147W_20230606_pre.SAFE",
"S2_post": "S2_AK_65N147W_20230805_post.SAFE",
"ERA5": "ERA5_AK_65N147W_20230705.grib",
"S1_post": "S1_AK_65N147W_20230806_post.SAFE"
} |
control_AK_66N152W_20190723 | AK6687215052120220621 | DOUGLAS_fire | AK | 2019-07-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 58.99
} | {
"pre_fire": 5.63,
"post_fire": 18.71
} | [
-151.74086466484022,
65.99647249700617,
-151.56068448466004,
66.17665267718634
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N152W_20190626_pre.SAFE",
"S2_pre": "S2_AK_66N152W_20190626_pre.SAFE",
"S2_post": "S2_AK_66N152W_20190824_post.SAFE",
"ERA5": "ERA5_AK_66N152W_20190723.grib",
"S1_post": "S1_AK_66N152W_20190825_post.SAFE"
} |
control_AK_67N147W_20220708 | AK6687215052120220621 | DOUGLAS_fire | AK | 2022-07-08T00:00:00 | 0 | DESCENDING | {
"S1_days": 61.99,
"S2_days": 61.99
} | {
"pre_fire": 18.71,
"post_fire": 18.6
} | [
-147.06956264121402,
67.13644746589357,
-146.88938246103385,
67.31662764607374
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N147W_20220610_pre.SAFE",
"S2_pre": "S2_AK_67N147W_20220609_pre.SAFE",
"S2_post": "S2_AK_67N147W_20220810_post.SAFE",
"ERA5": "ERA5_AK_67N147W_20220708.grib",
"S1_post": "S1_AK_67N147W_20220811_post.SAFE"
} |
control_AK_67N149W_20200813 | AK6687215052120220621 | DOUGLAS_fire | AK | 2020-08-13T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.29,
"post_fire": 5.29
} | [
-149.11881244204875,
67.06912416140364,
-148.93863226186858,
67.24930434158381
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N149W_20200714_pre.SAFE",
"S2_pre": "S2_AK_67N149W_20200714_pre.SAFE",
"S2_post": "S2_AK_67N149W_20200912_post.SAFE",
"ERA5": "ERA5_AK_67N149W_20200813.grib",
"S1_post": "S1_AK_67N149W_20200912_post.SAFE"
} |
control_AK_64N148W_20180720 | AK6594014221020220705 | FANNY_MOUNTAIN_fire | AK | 2018-07-20T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.99
} | {
"pre_fire": 18.44,
"post_fire": 4.95
} | [
-148.31166778815168,
64.13747588751819,
-148.1314876079715,
64.31765606769837
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_64N148W_20180621_pre.SAFE",
"S2_pre": "S2_AK_64N148W_20180620_pre.SAFE",
"S2_post": "S2_AK_64N148W_20180818_post.SAFE",
"ERA5": "ERA5_AK_64N148W_20180720.grib",
"S1_post": "S1_AK_64N148W_20180818_post.SAFE"
} |
control_AK_66N150W_20210701 | AK6594014221020220705 | FANNY_MOUNTAIN_fire | AK | 2021-07-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.29,
"post_fire": 29.29
} | [
-149.7353795324118,
65.94528511415169,
-149.55519935223163,
66.12546529433186
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N150W_20210603_pre.SAFE",
"S2_pre": "S2_AK_66N150W_20210604_pre.SAFE",
"S2_post": "S2_AK_66N150W_20210803_post.SAFE",
"ERA5": "ERA5_AK_66N150W_20210701.grib",
"S1_post": "S1_AK_66N150W_20210802_post.SAFE"
} |
control_AK_67N161W_20180822 | AK6594014221020220705 | FANNY_MOUNTAIN_fire | AK | 2018-08-22T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.17,
"post_fire": 29.17
} | [
-161.0425792506421,
67.3794349813068,
-160.86239907046192,
67.55961516148697
] | {
"S1_pre": 100,
"S2_pre": 99.9,
"S1_post": 100,
"S2_post": 99.9,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N161W_20180724_pre.SAFE",
"S2_pre": "S2_AK_67N161W_20180725_pre.SAFE",
"S2_post": "S2_AK_67N161W_20180923_post.SAFE",
"ERA5": "ERA5_AK_67N161W_20180822.grib",
"S1_post": "S1_AK_67N161W_20180922_post.SAFE"
} |
control_AK_67N142W_20190707 | AK6728614313020190710 | GRAYLING_CREEK_fire | AK | 2019-07-07T00:00:00 | 0 | ASCENDING | {
"S1_days": 59.01,
"S2_days": 56.99
} | {
"pre_fire": 18.48,
"post_fire": 29.82
} | [
-142.40666817789207,
67.1372314876358,
-142.2264879977119,
67.31741166781597
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N142W_20190609_pre.SAFE",
"S2_pre": "S2_AK_67N142W_20190609_pre.SAFE",
"S2_post": "S2_AK_67N142W_20190805_post.SAFE",
"ERA5": "ERA5_AK_67N142W_20190707.grib",
"S1_post": "S1_AK_67N142W_20190807_post.SAFE"
} |
control_AK_67N142W_20190709 | AK6728614313020190710 | GRAYLING_CREEK_fire | AK | 2019-07-09T00:00:00 | 0 | ASCENDING | {
"S1_days": 59.01,
"S2_days": 56.99
} | {
"pre_fire": 18.48,
"post_fire": 29.82
} | [
-142.5407583166314,
67.33495653284754,
-142.36057813645124,
67.51513671302772
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N142W_20190609_pre.SAFE",
"S2_pre": "S2_AK_67N142W_20190609_pre.SAFE",
"S2_post": "S2_AK_67N142W_20190805_post.SAFE",
"ERA5": "ERA5_AK_67N142W_20190709.grib",
"S1_post": "S1_AK_67N142W_20190807_post.SAFE"
} |
control_AK_67N155W_20200721 | AK6728614313020190710 | GRAYLING_CREEK_fire | AK | 2020-07-21T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.3,
"post_fire": 18.3
} | [
-154.74678851334812,
66.87918261507583,
-154.56660833316795,
67.059362795256
] | {
"S1_pre": 100,
"S2_pre": 76.41,
"S1_post": 100,
"S2_post": 78.91,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N155W_20200622_pre.SAFE",
"S2_pre": "S2_AK_67N155W_20200622_pre.SAFE",
"S2_post": "S2_AK_67N155W_20200821_post.SAFE",
"ERA5": "ERA5_AK_67N155W_20200721.grib",
"S1_post": "S1_AK_67N155W_20200821_post.SAFE"
} |
control_AK_64N152W_20190722 | AK6756014404320170706 | HELMET_fire | AK | 2019-07-22T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.71,
"post_fire": 18.72
} | [
-151.79601554052374,
63.87804883239624,
-151.61583536034357,
64.05822901257642
] | {
"S1_pre": 100,
"S2_pre": 71.8,
"S1_post": 100,
"S2_post": 71.8,
"ERA5": 100
} | {
"S1_pre": "S1_AK_64N152W_20190626_pre.SAFE",
"S2_pre": "S2_AK_64N152W_20190625_pre.SAFE",
"S2_post": "S2_AK_64N152W_20190824_post.SAFE",
"ERA5": "ERA5_AK_64N152W_20190722.grib",
"S1_post": "S1_AK_64N152W_20190825_post.SAFE"
} |
control_AK_67N142W_20200707 | AK6756014404320170706 | HELMET_fire | AK | 2020-07-07T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.06,
"post_fire": 5.06
} | [
-142.14037930947228,
66.96619281687292,
-141.9601991292921,
67.14637299705309
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N142W_20200610_pre.SAFE",
"S2_pre": "S2_AK_67N142W_20200610_pre.SAFE",
"S2_post": "S2_AK_67N142W_20200809_post.SAFE",
"ERA5": "ERA5_AK_67N142W_20200707.grib",
"S1_post": "S1_AK_67N142W_20200809_post.SAFE"
} |
control_AK_67N160W_20220703 | AK6756014404320170706 | HELMET_fire | AK | 2022-07-03T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.01
} | {
"pre_fire": 5.41,
"post_fire": 5.3
} | [
-159.82636716386364,
66.74787623746091,
-159.64618698368346,
66.92805641764109
] | {
"S1_pre": 98.25,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N160W_20220606_pre.SAFE",
"S2_pre": "S2_AK_67N160W_20220606_pre.SAFE",
"S2_post": "S2_AK_67N160W_20220803_post.SAFE",
"ERA5": "ERA5_AK_67N160W_20220703.grib",
"S1_post": "S1_AK_67N160W_20220803_post.SAFE"
} |
control_AK_67N142W_20230706 | AK6585414957920200605 | ISOM_CREEK_fire | AK | 2023-07-06T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.49,
"post_fire": 18.49
} | [
-141.97107075045767,
67.39411497300911,
-141.7908905702775,
67.57429515318928
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N142W_20230609_pre.SAFE",
"S2_pre": "S2_AK_67N142W_20230608_pre.SAFE",
"S2_post": "S2_AK_67N142W_20230807_post.SAFE",
"ERA5": "ERA5_AK_67N142W_20230706.grib",
"S1_post": "S1_AK_67N142W_20230808_post.SAFE"
} |
control_AK_67N160W_20220703 | AK6585414957920200605 | ISOM_CREEK_fire | AK | 2022-07-03T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.01
} | {
"pre_fire": 5.41,
"post_fire": 5.3
} | [
-159.85090295149072,
66.98384933061249,
-159.67072277131055,
67.16402951079266
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N160W_20220606_pre.SAFE",
"S2_pre": "S2_AK_67N160W_20220606_pre.SAFE",
"S2_post": "S2_AK_67N160W_20220803_post.SAFE",
"ERA5": "ERA5_AK_67N160W_20220703.grib",
"S1_post": "S1_AK_67N160W_20220803_post.SAFE"
} |
control_AK_68N143W_20230705 | AK6585414957920200605 | ISOM_CREEK_fire | AK | 2023-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.49,
"post_fire": 18.49
} | [
-142.6458118695413,
67.78421541318971,
-142.46563168936112,
67.96439559336989
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N143W_20230609_pre.SAFE",
"S2_pre": "S2_AK_68N143W_20230608_pre.SAFE",
"S2_post": "S2_AK_68N143W_20230807_post.SAFE",
"ERA5": "ERA5_AK_68N143W_20230705.grib",
"S1_post": "S1_AK_68N143W_20230808_post.SAFE"
} |
control_AK_67N150W_20180822 | AK6687014945020220621 | LANSING_CREEK_fire | AK | 2018-08-22T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.3,
"post_fire": 5.3
} | [
-150.36009895774174,
66.50287668737288,
-150.17991877756157,
66.68305686755305
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N150W_20180725_pre.SAFE",
"S2_pre": "S2_AK_67N150W_20180725_pre.SAFE",
"S2_post": "S2_AK_67N150W_20180923_post.SAFE",
"ERA5": "ERA5_AK_67N150W_20180822.grib",
"S1_post": "S1_AK_67N150W_20180923_post.SAFE"
} |
control_AK_68N144W_20230705 | AK6687014945020220621 | LANSING_CREEK_fire | AK | 2023-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.24,
"post_fire": 29.23
} | [
-143.61559376078426,
67.79230670510383,
-143.4354135806041,
67.972486885284
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N144W_20230607_pre.SAFE",
"S2_pre": "S2_AK_68N144W_20230608_pre.SAFE",
"S2_post": "S2_AK_68N144W_20230807_post.SAFE",
"ERA5": "ERA5_AK_68N144W_20230705.grib",
"S1_post": "S1_AK_68N144W_20230806_post.SAFE"
} |
control_AK_68N146W_20220708 | AK6687014945020220621 | LANSING_CREEK_fire | AK | 2022-07-08T00:00:00 | 0 | DESCENDING | {
"S1_days": 61.99,
"S2_days": 61.99
} | {
"pre_fire": 18.7,
"post_fire": 18.59
} | [
-145.65021118874776,
67.62961034034862,
-145.4700310085676,
67.8097905205288
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N146W_20220610_pre.SAFE",
"S2_pre": "S2_AK_68N146W_20220609_pre.SAFE",
"S2_post": "S2_AK_68N146W_20220810_post.SAFE",
"ERA5": "ERA5_AK_68N146W_20220708.grib",
"S1_post": "S1_AK_68N146W_20220811_post.SAFE"
} |
control_AK_68N143W_20220830 | AK6725814869120220621 | NORTH_FORK_fire | AK | 2022-08-30T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.07,
"post_fire": 5.07
} | [
-143.3530020411263,
67.52912707032073,
-143.17282186094613,
67.7093072505009
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N143W_20220730_pre.SAFE",
"S2_pre": "S2_AK_68N143W_20220730_pre.SAFE",
"S2_post": "S2_AK_68N143W_20220928_post.SAFE",
"ERA5": "ERA5_AK_68N143W_20220830.grib",
"S1_post": "S1_AK_68N143W_20220928_post.SAFE"
} |
control_AK_68N143W_20230706 | AK6725814869120220621 | NORTH_FORK_fire | AK | 2023-07-06T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.49,
"post_fire": 18.49
} | [
-142.8761800361656,
67.94842341946776,
-142.69599985598543,
68.12860359964793
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N143W_20230609_pre.SAFE",
"S2_pre": "S2_AK_68N143W_20230608_pre.SAFE",
"S2_post": "S2_AK_68N143W_20230807_post.SAFE",
"ERA5": "ERA5_AK_68N143W_20230706.grib",
"S1_post": "S1_AK_68N143W_20230808_post.SAFE"
} |
control_AK_68N143W_20240724 | AK6725814869120220621 | NORTH_FORK_fire | AK | 2024-07-24T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.51,
"post_fire": 5.51
} | [
-142.77789084955975,
68.15787274246793,
-142.59771066937958,
68.3380529226481
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N143W_20240627_pre.SAFE",
"S2_pre": "S2_AK_68N143W_20240627_pre.SAFE",
"S2_post": "S2_AK_68N143W_20240826_post.SAFE",
"ERA5": "ERA5_AK_68N143W_20240724.grib",
"S1_post": "S1_AK_68N143W_20240826_post.SAFE"
} |
control_AK_66N148W_20210701 | AK6607114291220220619 | PADDLE_fire | AK | 2021-07-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.29,
"post_fire": 29.29
} | [
-148.56874277146244,
66.34775282042096,
-148.38856259128227,
66.52793300060114
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N148W_20210603_pre.SAFE",
"S2_pre": "S2_AK_66N148W_20210604_pre.SAFE",
"S2_post": "S2_AK_66N148W_20210803_post.SAFE",
"ERA5": "ERA5_AK_66N148W_20210701.grib",
"S1_post": "S1_AK_66N148W_20210802_post.SAFE"
} |
control_AK_66N156W_20190818 | AK6607114291220220619 | PADDLE_fire | AK | 2019-08-18T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 61.99
} | {
"pre_fire": 18.31,
"post_fire": 29.52
} | [
-155.8213305352812,
66.39092316802461,
-155.64115035510102,
66.57110334820479
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N156W_20190718_pre.SAFE",
"S2_pre": "S2_AK_66N156W_20190717_pre.SAFE",
"S2_post": "S2_AK_66N156W_20190917_post.SAFE",
"ERA5": "ERA5_AK_66N156W_20190818.grib",
"S1_post": "S1_AK_66N156W_20190916_post.SAFE"
} |
control_AK_67N155W_20190628 | AK6607114291220220619 | PADDLE_fire | AK | 2019-06-28T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 58.01
} | {
"pre_fire": 29.35,
"post_fire": 18.48
} | [
-155.08564573633214,
66.67835783403001,
-154.90546555615197,
66.85853801421018
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N155W_20190531_pre.SAFE",
"S2_pre": "S2_AK_67N155W_20190601_pre.SAFE",
"S2_post": "S2_AK_67N155W_20190729_post.SAFE",
"ERA5": "ERA5_AK_67N155W_20190628.grib",
"S1_post": "S1_AK_67N155W_20190730_post.SAFE"
} |
control_AK_64N151W_20190705 | AK6394514603420230729 | PONDS_fire | AK | 2019-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 58.99
} | {
"pre_fire": 29.45,
"post_fire": 5.12
} | [
-151.2037239129504,
64.01805156795325,
-151.02354373277024,
64.19823174813342
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_64N151W_20190602_pre.SAFE",
"S2_pre": "S2_AK_64N151W_20190603_pre.SAFE",
"S2_post": "S2_AK_64N151W_20190801_post.SAFE",
"ERA5": "ERA5_AK_64N151W_20190705.grib",
"S1_post": "S1_AK_64N151W_20190801_post.SAFE"
} |
control_AK_65N149W_20180722 | AK6394514603420230729 | PONDS_fire | AK | 2018-07-22T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.99
} | {
"pre_fire": 18.44,
"post_fire": 4.95
} | [
-148.59779017145928,
64.4175375210229,
-148.4176099912791,
64.59771770120307
] | {
"S1_pre": 96.88,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_65N149W_20180621_pre.SAFE",
"S2_pre": "S2_AK_65N149W_20180620_pre.SAFE",
"S2_post": "S2_AK_65N149W_20180818_post.SAFE",
"ERA5": "ERA5_AK_65N149W_20180722.grib",
"S1_post": "S1_AK_65N149W_20180818_post.SAFE"
} |
control_AK_65N152W_20190723 | AK6394514603420230729 | PONDS_fire | AK | 2019-07-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.71,
"post_fire": 18.72
} | [
-152.09542130017672,
64.71496315138641,
-151.91524111999655,
64.89514333156659
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_65N152W_20190626_pre.SAFE",
"S2_pre": "S2_AK_65N152W_20190625_pre.SAFE",
"S2_post": "S2_AK_65N152W_20190824_post.SAFE",
"ERA5": "ERA5_AK_65N152W_20190723.grib",
"S1_post": "S1_AK_65N152W_20190825_post.SAFE"
} |
control_AK_62N163W_20200718 | AK6527615509520220621 | RADIO_CREEK_fire | AK | 2020-07-18T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 61.01
} | {
"pre_fire": 19.18,
"post_fire": 5.15
} | [
-163.36089444788593,
62.05346314666843,
-163.18071426770575,
62.233643326848615
] | {
"S1_pre": 100,
"S2_pre": 91.66,
"S1_post": 100,
"S2_post": 91.66,
"ERA5": 100
} | {
"S1_pre": "S1_AK_62N163W_20200619_pre.SAFE",
"S2_pre": "S2_AK_62N163W_20200618_pre.SAFE",
"S2_post": "S2_AK_62N163W_20200818_post.SAFE",
"ERA5": "ERA5_AK_62N163W_20200718.grib",
"S1_post": "S1_AK_62N163W_20200818_post.SAFE"
} |
control_AK_66N149W_20210701 | AK6527615509520220621 | RADIO_CREEK_fire | AK | 2021-07-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.29,
"post_fire": 29.29
} | [
-149.13963356436335,
65.87011052276813,
-148.95945338418318,
66.0502907029483
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N149W_20210603_pre.SAFE",
"S2_pre": "S2_AK_66N149W_20210604_pre.SAFE",
"S2_post": "S2_AK_66N149W_20210803_post.SAFE",
"ERA5": "ERA5_AK_66N149W_20210701.grib",
"S1_post": "S1_AK_66N149W_20210802_post.SAFE"
} |
control_AK_66N155W_20200718 | AK6527615509520220621 | RADIO_CREEK_fire | AK | 2020-07-18T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.52,
"post_fire": 5.52
} | [
-154.63482580281072,
66.278775203976,
-154.45464562263055,
66.45895538415617
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N155W_20200618_pre.SAFE",
"S2_pre": "S2_AK_66N155W_20200618_pre.SAFE",
"S2_post": "S2_AK_66N155W_20200817_post.SAFE",
"ERA5": "ERA5_AK_66N155W_20200718.grib",
"S1_post": "S1_AK_66N155W_20200817_post.SAFE"
} |
control_AK_66N155W_20190817 | AK6688314248320170629 | RAT_CREEK_fire | AK | 2019-08-17T00:00:00 | 0 | DESCENDING | {
"S1_days": 61.99,
"S2_days": 63.01
} | {
"pre_fire": 5.08,
"post_fire": 29.52
} | [
-155.50423740946303,
66.04128846947113,
-155.32405722928286,
66.2214686496513
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N155W_20190716_pre.SAFE",
"S2_pre": "S2_AK_66N155W_20190716_pre.SAFE",
"S2_post": "S2_AK_66N155W_20190917_post.SAFE",
"ERA5": "ERA5_AK_66N155W_20190817.grib",
"S1_post": "S1_AK_66N155W_20190916_post.SAFE"
} |
control_AK_67N146W_20220708 | AK6688314248320170629 | RAT_CREEK_fire | AK | 2022-07-08T00:00:00 | 0 | DESCENDING | {
"S1_days": 61.99,
"S2_days": 61.99
} | {
"pre_fire": 18.71,
"post_fire": 18.6
} | [
-146.07598066576864,
67.33360953184635,
-145.89580048558847,
67.51378971202652
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N146W_20220610_pre.SAFE",
"S2_pre": "S2_AK_67N146W_20220609_pre.SAFE",
"S2_post": "S2_AK_67N146W_20220810_post.SAFE",
"ERA5": "ERA5_AK_67N146W_20220708.grib",
"S1_post": "S1_AK_67N146W_20220811_post.SAFE"
} |
control_AK_68N141W_20210705 | AK6688314248320170629 | RAT_CREEK_fire | AK | 2021-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.32,
"post_fire": 18.32
} | [
-141.561186823821,
68.0995030297464,
-141.38100664364083,
68.27968320992657
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_68N141W_20210607_pre.SAFE",
"S2_pre": "S2_AK_68N141W_20210606_pre.SAFE",
"S2_post": "S2_AK_68N141W_20210805_post.SAFE",
"ERA5": "ERA5_AK_68N141W_20210705.grib",
"S1_post": "S1_AK_68N141W_20210806_post.SAFE"
} |
control_AK_63N163W_20200711 | AK6710514784220220617 | SCHILLING_CREEK_fire | AK | 2020-07-11T00:00:00 | 0 | DESCENDING | {
"S1_days": 66.99,
"S2_days": 66.01
} | {
"pre_fire": 28.82,
"post_fire": 5.29
} | [
-163.0235218382478,
62.72498156404203,
-162.84334165806763,
62.90516174422222
] | {
"S1_pre": 100,
"S2_pre": 98.43,
"S1_post": 100,
"S2_post": 98.43,
"ERA5": 100
} | {
"S1_pre": "S1_AK_63N163W_20200607_pre.SAFE",
"S2_pre": "S2_AK_63N163W_20200608_pre.SAFE",
"S2_post": "S2_AK_63N163W_20200813_post.SAFE",
"ERA5": "ERA5_AK_63N163W_20200711.grib",
"S1_post": "S1_AK_63N163W_20200813_post.SAFE"
} |
control_AK_66N150W_20210701 | AK6710514784220220617 | SCHILLING_CREEK_fire | AK | 2021-07-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.29,
"post_fire": 29.29
} | [
-150.21358013967097,
65.82037871201824,
-150.0333999594908,
66.00055889219841
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N150W_20210603_pre.SAFE",
"S2_pre": "S2_AK_66N150W_20210604_pre.SAFE",
"S2_post": "S2_AK_66N150W_20210803_post.SAFE",
"ERA5": "ERA5_AK_66N150W_20210701.grib",
"S1_post": "S1_AK_66N150W_20210802_post.SAFE"
} |
control_AK_67N159W_20220703 | AK6710514784220220617 | SCHILLING_CREEK_fire | AK | 2022-07-03T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.01
} | {
"pre_fire": 5.41,
"post_fire": 5.3
} | [
-159.53283538328697,
67.23292079647536,
-159.3526552031068,
67.41310097665553
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N159W_20220606_pre.SAFE",
"S2_pre": "S2_AK_67N159W_20220606_pre.SAFE",
"S2_post": "S2_AK_67N159W_20220803_post.SAFE",
"ERA5": "ERA5_AK_67N159W_20220703.grib",
"S1_post": "S1_AK_67N159W_20220803_post.SAFE"
} |
control_AK_61N141W_20210731 | AK6283014236020180723 | TAIXTSALDA_HILL_fire | AK | 2021-07-31T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.92,
"post_fire": 29.92
} | [
-141.45956421050175,
61.337360665341045,
-141.27938403032158,
61.51754084552123
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_61N141W_20210704_pre.SAFE",
"S2_pre": "S2_AK_61N141W_20210702_pre.SAFE",
"S2_post": "S2_AK_61N141W_20210831_post.SAFE",
"ERA5": "ERA5_AK_61N141W_20210731.grib",
"S1_post": "S1_AK_61N141W_20210902_post.SAFE"
} |
control_AK_62N141W_20210801 | AK6283014236020180723 | TAIXTSALDA_HILL_fire | AK | 2021-08-01T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.92,
"post_fire": 29.92
} | [
-141.3318881697914,
61.50934185661538,
-141.15170798961123,
61.689522036795566
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_62N141W_20210704_pre.SAFE",
"S2_pre": "S2_AK_62N141W_20210702_pre.SAFE",
"S2_post": "S2_AK_62N141W_20210831_post.SAFE",
"ERA5": "ERA5_AK_62N141W_20210801.grib",
"S1_post": "S1_AK_62N141W_20210902_post.SAFE"
} |
control_AK_62N143W_20210801 | AK6283014236020180723 | TAIXTSALDA_HILL_fire | AK | 2021-08-01T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 6.05,
"post_fire": 6.05
} | [
-142.6412215754678,
61.82390291272844,
-142.46104139528762,
62.00408309290863
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_62N143W_20210703_pre.SAFE",
"S2_pre": "S2_AK_62N143W_20210702_pre.SAFE",
"S2_post": "S2_AK_62N143W_20210831_post.SAFE",
"ERA5": "ERA5_AK_62N143W_20210801.grib",
"S1_post": "S1_AK_62N143W_20210901_post.SAFE"
} |
control_AK_66N144W_20200805 | AK6653814167720190702 | TETTJAJIK_CREEK_fire | AK | 2020-08-05T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.52,
"post_fire": 5.52
} | [
-143.79596838983443,
65.60151675252962,
-143.61578820965426,
65.78169693270979
] | {
"S1_pre": 100,
"S2_pre": 99.64,
"S1_post": 100,
"S2_post": 99.64,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N144W_20200709_pre.SAFE",
"S2_pre": "S2_AK_66N144W_20200708_pre.SAFE",
"S2_post": "S2_AK_66N144W_20200906_post.SAFE",
"ERA5": "ERA5_AK_66N144W_20200805.grib",
"S1_post": "S1_AK_66N144W_20200907_post.SAFE"
} |
control_AK_66N149W_20230828 | AK6653814167720190702 | TETTJAJIK_CREEK_fire | AK | 2023-08-28T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 5.44,
"post_fire": 5.44
} | [
-149.42931993818982,
66.3338658270804,
-149.24913975800965,
66.51404600726057
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N149W_20230802_pre.SAFE",
"S2_pre": "S2_AK_66N149W_20230801_pre.SAFE",
"S2_post": "S2_AK_66N149W_20230930_post.SAFE",
"ERA5": "ERA5_AK_66N149W_20230828.grib",
"S1_post": "S1_AK_66N149W_20231001_post.SAFE"
} |
control_AK_66N153W_20200720 | AK6653814167720190702 | TETTJAJIK_CREEK_fire | AK | 2020-07-20T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 18.3,
"post_fire": 18.3
} | [
-153.0591028789827,
65.83789844360778,
-152.87892269880254,
66.01807862378796
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N153W_20200622_pre.SAFE",
"S2_pre": "S2_AK_66N153W_20200622_pre.SAFE",
"S2_post": "S2_AK_66N153W_20200821_post.SAFE",
"ERA5": "ERA5_AK_66N153W_20200720.grib",
"S1_post": "S1_AK_66N153W_20200821_post.SAFE"
} |
control_AK_66N145W_20230705 | AK6745314131820170703 | WHITE_MOUNTAIN_CREEK_fire | AK | 2023-07-05T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 61.99
} | {
"pre_fire": 18.61,
"post_fire": 29.22
} | [
-145.40242238410576,
65.76112813146628,
-145.2222422039256,
65.94130831164645
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N145W_20230607_pre.SAFE",
"S2_pre": "S2_AK_66N145W_20230606_pre.SAFE",
"S2_post": "S2_AK_66N145W_20230807_post.SAFE",
"ERA5": "ERA5_AK_66N145W_20230705.grib",
"S1_post": "S1_AK_66N145W_20230806_post.SAFE"
} |
control_AK_66N150W_20210701 | AK6745314131820170703 | WHITE_MOUNTAIN_CREEK_fire | AK | 2021-07-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 29.29,
"post_fire": 29.29
} | [
-150.033625629554,
66.2988064347486,
-149.85344544937382,
66.47898661492877
] | {
"S1_pre": 80.21,
"S2_pre": 100,
"S1_post": 80.11,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N150W_20210603_pre.SAFE",
"S2_pre": "S2_AK_66N150W_20210604_pre.SAFE",
"S2_post": "S2_AK_66N150W_20210803_post.SAFE",
"ERA5": "ERA5_AK_66N150W_20210701.grib",
"S1_post": "S1_AK_66N150W_20210802_post.SAFE"
} |
control_AK_66N152W_20190723 | AK6745314131820170703 | WHITE_MOUNTAIN_CREEK_fire | AK | 2019-07-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 58.99
} | {
"pre_fire": 5.63,
"post_fire": 18.71
} | [
-151.63382940946636,
66.36141449890555,
-151.45364922928619,
66.54159467908572
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N152W_20190626_pre.SAFE",
"S2_pre": "S2_AK_66N152W_20190626_pre.SAFE",
"S2_post": "S2_AK_66N152W_20190824_post.SAFE",
"ERA5": "ERA5_AK_66N152W_20190723.grib",
"S1_post": "S1_AK_66N152W_20190825_post.SAFE"
} |
control_AK_66N159W_20240824 | AK6431815217120190620 | WILDERNESS_fire | AK | 2024-08-24T00:00:00 | 0 | DESCENDING | {
"S1_days": 61.99,
"S2_days": 61.99
} | {
"pre_fire": 5.3,
"post_fire": 5.4
} | [
-159.38072835323234,
66.08104859077079,
-159.20054817305217,
66.26122877095096
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_66N159W_20240723_pre.SAFE",
"S2_pre": "S2_AK_66N159W_20240723_pre.SAFE",
"S2_post": "S2_AK_66N159W_20240923_post.SAFE",
"ERA5": "ERA5_AK_66N159W_20240824.grib",
"S1_post": "S1_AK_66N159W_20240923_post.SAFE"
} |
control_AK_67N143W_20190714 | AK6431815217120190620 | WILDERNESS_fire | AK | 2019-07-14T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.99
} | {
"pre_fire": 18.33,
"post_fire": 5.07
} | [
-143.5315902995128,
66.83903137325771,
-143.35141011933263,
67.01921155343788
] | {
"S1_pre": 87.55,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N143W_20190618_pre.SAFE",
"S2_pre": "S2_AK_67N143W_20190617_pre.SAFE",
"S2_post": "S2_AK_67N143W_20190815_post.SAFE",
"ERA5": "ERA5_AK_67N143W_20190714.grib",
"S1_post": "S1_AK_67N143W_20190815_post.SAFE"
} |
control_AK_67N159W_20220704 | AK6431815217120190620 | WILDERNESS_fire | AK | 2022-07-04T00:00:00 | 0 | DESCENDING | {
"S1_days": 58.01,
"S2_days": 58.01
} | {
"pre_fire": 5.41,
"post_fire": 5.3
} | [
-159.00253573439556,
67.10107636470666,
-158.8223555542154,
67.28125654488683
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_AK_67N159W_20220606_pre.SAFE",
"S2_pre": "S2_AK_67N159W_20220606_pre.SAFE",
"S2_post": "S2_AK_67N159W_20220803_post.SAFE",
"ERA5": "ERA5_AK_67N159W_20220704.grib",
"S1_post": "S1_AK_67N159W_20220803_post.SAFE"
} |
control_CA_34N117W_20200821 | CA3399211696420200731 | APPLE_fire | CA | 2020-08-21T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.65,
"post_fire": 16.65
} | [
-117.37546740100588,
34.12594484466936,
-117.1952872208257,
34.30612502484955
] | {
"S1_pre": 75.26,
"S2_pre": 100,
"S1_post": 75.2,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_34N117W_20200722_pre.SAFE",
"S2_pre": "S2_CA_34N117W_20200722_pre.SAFE",
"S2_post": "S2_CA_34N117W_20200920_post.SAFE",
"ERA5": "ERA5_CA_34N117W_20200821.grib",
"S1_post": "S1_CA_34N117W_20200920_post.SAFE"
} |
control_CA_34N119W_20210707 | CA3399211696420200731 | APPLE_fire | CA | 2021-07-07T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.69,
"post_fire": 16.69
} | [
-119.22761268283914,
34.40481409184439,
-119.04743250265896,
34.58499427202458
] | {
"S1_pre": 100,
"S2_pre": 86.44,
"S1_post": 100,
"S2_post": 86.44,
"ERA5": 100
} | {
"S1_pre": "S1_CA_34N119W_20210610_pre.SAFE",
"S2_pre": "S2_CA_34N119W_20210610_pre.SAFE",
"S2_post": "S2_CA_34N119W_20210809_post.SAFE",
"ERA5": "ERA5_CA_34N119W_20210707.grib",
"S1_post": "S1_CA_34N119W_20210809_post.SAFE"
} |
control_CA_35N119W_20190728 | CA3399211696420200731 | APPLE_fire | CA | 2019-07-28T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 31.31,
"post_fire": 31.31
} | [
-119.32042355663752,
34.725964020288785,
-119.14024337645735,
34.90614420046897
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_35N119W_20190703_pre.SAFE",
"S2_pre": "S2_CA_35N119W_20190701_pre.SAFE",
"S2_post": "S2_CA_35N119W_20190830_post.SAFE",
"ERA5": "ERA5_CA_35N119W_20190728.grib",
"S1_post": "S1_CA_35N119W_20190901_post.SAFE"
} |
control_CA_35N118W_20230804 | CA3551511868420240724 | BOREL_fire | CA | 2023-08-04T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.64,
"post_fire": 16.64
} | [
-118.5025949897582,
34.93586333549297,
-118.32241480957802,
35.116043515673155
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_35N118W_20230707_pre.SAFE",
"S2_pre": "S2_CA_35N118W_20230707_pre.SAFE",
"S2_post": "S2_CA_35N118W_20230905_post.SAFE",
"ERA5": "ERA5_CA_35N118W_20230804.grib",
"S1_post": "S1_CA_35N118W_20230905_post.SAFE"
} |
control_CA_39N120W_20190714 | CA3551511868420240724 | BOREL_fire | CA | 2019-07-14T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.81,
"post_fire": 16.81
} | [
-120.11106667483097,
39.17031177113064,
-119.93088649465079,
39.35049195131083
] | {
"S1_pre": 74.76,
"S2_pre": 100,
"S1_post": 74.49,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_39N120W_20190616_pre.SAFE",
"S2_pre": "S2_CA_39N120W_20190616_pre.SAFE",
"S2_post": "S2_CA_39N120W_20190815_post.SAFE",
"ERA5": "ERA5_CA_39N120W_20190714.grib",
"S1_post": "S1_CA_39N120W_20190815_post.SAFE"
} |
control_CA_39N121W_20220827 | CA3551511868420240724 | BOREL_fire | CA | 2022-08-27T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 7.18,
"post_fire": 7.14
} | [
-120.97759301031547,
39.151908143487766,
-120.7974128301353,
39.33208832366795
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_39N121W_20220729_pre.SAFE",
"S2_pre": "S2_CA_39N121W_20220728_pre.SAFE",
"S2_post": "S2_CA_39N121W_20220926_post.SAFE",
"ERA5": "ERA5_CA_39N121W_20220827.grib",
"S1_post": "S1_CA_39N121W_20220927_post.SAFE"
} |
control_CA_35N118W_20200722 | CA3858612053820210815 | CALDOR_fire | CA | 2020-07-22T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.65,
"post_fire": 16.65
} | [
-118.14801153964419,
35.378091235329784,
-117.96783135946401,
35.55827141550997
] | {
"S1_pre": 100,
"S2_pre": 85.35,
"S1_post": 100,
"S2_post": 85.35,
"ERA5": 100
} | {
"S1_pre": "S1_CA_35N118W_20200622_pre.SAFE",
"S2_pre": "S2_CA_35N118W_20200622_pre.SAFE",
"S2_post": "S2_CA_35N118W_20200821_post.SAFE",
"ERA5": "ERA5_CA_35N118W_20200722.grib",
"S1_post": "S1_CA_35N118W_20200821_post.SAFE"
} |
control_CA_37N118W_20200725 | CA3858612053820210815 | CALDOR_fire | CA | 2020-07-25T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 7.36,
"post_fire": 7.36
} | [
-118.44119302370831,
36.84204760189822,
-118.26101284352814,
37.02222778207841
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_37N118W_20200628_pre.SAFE",
"S2_pre": "S2_CA_37N118W_20200627_pre.SAFE",
"S2_post": "S2_CA_37N118W_20200826_post.SAFE",
"ERA5": "ERA5_CA_37N118W_20200725.grib",
"S1_post": "S1_CA_37N118W_20200827_post.SAFE"
} |
control_CA_40N121W_20200802 | CA3858612053820210815 | CALDOR_fire | CA | 2020-08-02T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.82,
"post_fire": 16.82
} | [
-121.20491215941104,
39.43952961393184,
-121.02473197923086,
39.619709794112026
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_40N121W_20200703_pre.SAFE",
"S2_pre": "S2_CA_40N121W_20200703_pre.SAFE",
"S2_post": "S2_CA_40N121W_20200901_post.SAFE",
"ERA5": "ERA5_CA_40N121W_20200802.grib",
"S1_post": "S1_CA_40N121W_20200901_post.SAFE"
} |
control_CA_41N121W_20240712 | CA4169912147720200722 | CALDWELL_fire | CA | 2024-07-12T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.81,
"post_fire": 16.81
} | [
-120.73284432211946,
40.71371126910395,
-120.55266414193929,
40.89389144928414
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_41N121W_20240612_pre.SAFE",
"S2_pre": "S2_CA_41N121W_20240612_pre.SAFE",
"S2_post": "S2_CA_41N121W_20240811_post.SAFE",
"ERA5": "ERA5_CA_41N121W_20240712.grib",
"S1_post": "S1_CA_41N121W_20240811_post.SAFE"
} |
control_CA_42N121W_20220827 | CA4169912147720200722 | CALDWELL_fire | CA | 2022-08-27T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 7.19,
"post_fire": 7.16
} | [
-121.16799677019797,
41.58890117128441,
-120.9878165900178,
41.7690813514646
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_42N121W_20220729_pre.SAFE",
"S2_pre": "S2_CA_42N121W_20220728_pre.SAFE",
"S2_post": "S2_CA_42N121W_20220926_post.SAFE",
"ERA5": "ERA5_CA_42N121W_20220827.grib",
"S1_post": "S1_CA_42N121W_20220927_post.SAFE"
} |
control_CA_42N122W_20230706 | CA4169912147720200722 | CALDWELL_fire | CA | 2023-07-06T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.97,
"post_fire": 16.97
} | [
-122.40819168569304,
41.72476115004063,
-122.22801150551287,
41.904941330220815
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_42N122W_20230606_pre.SAFE",
"S2_pre": "S2_CA_42N122W_20230606_pre.SAFE",
"S2_post": "S2_CA_42N122W_20230805_post.SAFE",
"ERA5": "ERA5_CA_42N122W_20230706.grib",
"S1_post": "S1_CA_42N122W_20230805_post.SAFE"
} |
control_CA_40N123W_20190722 | CA4090712359920220805 | CAMPBELL_fire | CA | 2019-07-22T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 31.3,
"post_fire": 31.31
} | [
-122.92053751180589,
39.79659012317693,
-122.74035733162572,
39.976770303357114
] | {
"S1_pre": 100,
"S2_pre": 96.62,
"S1_post": 100,
"S2_post": 96.22,
"ERA5": 100
} | {
"S1_pre": "S1_CA_40N123W_20190626_pre.SAFE",
"S2_pre": "S2_CA_40N123W_20190624_pre.SAFE",
"S2_post": "S2_CA_40N123W_20190823_post.SAFE",
"ERA5": "ERA5_CA_40N123W_20190722.grib",
"S1_post": "S1_CA_40N123W_20190825_post.SAFE"
} |
control_CA_40N123W_20210721 | CA4090712359920220805 | CAMPBELL_fire | CA | 2021-07-21T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.85,
"post_fire": 16.85
} | [
-123.22447226494384,
40.408244770938936,
-123.04429208476367,
40.58842495111912
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 93.03,
"ERA5": 100
} | {
"S1_pre": "S1_CA_40N123W_20210621_pre.SAFE",
"S2_pre": "S2_CA_40N123W_20210621_pre.SAFE",
"S2_post": "S2_CA_40N123W_20210820_post.SAFE",
"ERA5": "ERA5_CA_40N123W_20210721.grib",
"S1_post": "S1_CA_40N123W_20210820_post.SAFE"
} |
control_CA_41N122W_20190724 | CA4090712359920220805 | CAMPBELL_fire | CA | 2019-07-24T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.99,
"post_fire": 16.98
} | [
-122.19936153953986,
40.7320494710838,
-122.01918135935969,
40.912229651263985
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_41N122W_20190627_pre.SAFE",
"S2_pre": "S2_CA_41N122W_20190627_pre.SAFE",
"S2_post": "S2_CA_41N122W_20190826_post.SAFE",
"ERA5": "ERA5_CA_41N122W_20190724.grib",
"S1_post": "S1_CA_41N122W_20190826_post.SAFE"
} |
control_CA_36N118W_20240709 | CA3982012144020181108 | CAMP_fire | CA | 2024-07-09T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 19.52,
"post_fire": 19.52
} | [
-118.31452901637819,
35.68660338388658,
-118.13434883619801,
35.866783564066765
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_36N118W_20240612_pre.SAFE",
"S2_pre": "S2_CA_36N118W_20240611_pre.SAFE",
"S2_post": "S2_CA_36N118W_20240810_post.SAFE",
"ERA5": "ERA5_CA_36N118W_20240709.grib",
"S1_post": "S1_CA_36N118W_20240811_post.SAFE"
} |
control_CA_40N120W_20230824 | CA3982012144020181108 | CAMP_fire | CA | 2023-08-24T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 19.31,
"post_fire": 19.27
} | [
-120.43063108871571,
39.87112730808641,
-120.25045090853554,
40.051307488266595
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_40N120W_20230729_pre.SAFE",
"S2_pre": "S2_CA_40N120W_20230728_pre.SAFE",
"S2_post": "S2_CA_40N120W_20230926_post.SAFE",
"ERA5": "ERA5_CA_40N120W_20230824.grib",
"S1_post": "S1_CA_40N120W_20230927_post.SAFE"
} |
control_CA_40N121W_20200708 | CA3982012144020181108 | CAMP_fire | CA | 2020-07-08T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 4.71,
"post_fire": 4.71
} | [
-120.83345421766865,
39.882522368192824,
-120.65327403748847,
40.06270254837301
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_40N121W_20200608_pre.SAFE",
"S2_pre": "S2_CA_40N121W_20200608_pre.SAFE",
"S2_post": "S2_CA_40N121W_20200807_post.SAFE",
"ERA5": "ERA5_CA_40N121W_20200708.grib",
"S1_post": "S1_CA_40N121W_20200807_post.SAFE"
} |
control_CA_40N123W_20190702 | CA4065012263020180723 | CARR_fire | CA | 2019-07-02T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 28.74,
"post_fire": 28.73
} | [
-123.53322551577969,
40.35555670275472,
-123.35304533559952,
40.535736882934906
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_40N123W_20190601_pre.SAFE",
"S2_pre": "S2_CA_40N123W_20190602_pre.SAFE",
"S2_post": "S2_CA_40N123W_20190801_post.SAFE",
"ERA5": "ERA5_CA_40N123W_20190702.grib",
"S1_post": "S1_CA_40N123W_20190731_post.SAFE"
} |
control_CA_41N123W_20240804 | CA4065012263020180723 | CARR_fire | CA | 2024-08-04T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 28.73,
"post_fire": 28.73
} | [
-123.12434057539387,
40.93766807110838,
-122.9441603952137,
41.117848251288564
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_41N123W_20240704_pre.SAFE",
"S2_pre": "S2_CA_41N123W_20240705_pre.SAFE",
"S2_post": "S2_CA_41N123W_20240903_post.SAFE",
"ERA5": "ERA5_CA_41N123W_20240804.grib",
"S1_post": "S1_CA_41N123W_20240902_post.SAFE"
} |
control_CA_41N124W_20180811 | CA4065012263020180723 | CARR_fire | CA | 2018-08-11T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 4.74,
"post_fire": 4.74
} | [
-123.69223783610995,
41.17391975274129,
-123.51205765592978,
41.35409993292148
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_41N124W_20180712_pre.SAFE",
"S2_pre": "S2_CA_41N124W_20180712_pre.SAFE",
"S2_post": "S2_CA_41N124W_20180910_post.SAFE",
"ERA5": "ERA5_CA_41N124W_20180811.grib",
"S1_post": "S1_CA_41N124W_20180910_post.SAFE"
} |
control_CA_37N119W_20210804 | CA3616111845220200819 | CASTLE_fire | CA | 2021-08-04T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 28.67,
"post_fire": 28.67
} | [
-119.12060854234194,
37.188452124175775,
-118.94042836216177,
37.36863230435596
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_37N119W_20210704_pre.SAFE",
"S2_pre": "S2_CA_37N119W_20210705_pre.SAFE",
"S2_post": "S2_CA_37N119W_20210903_post.SAFE",
"ERA5": "ERA5_CA_37N119W_20210804.grib",
"S1_post": "S1_CA_37N119W_20210902_post.SAFE"
} |
control_CA_38N119W_20210715 | CA3616111845220200819 | CASTLE_fire | CA | 2021-07-15T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 19.34,
"post_fire": 19.34
} | [
-119.44231116434386,
37.9301341459766,
-119.26213098416369,
38.11031432615679
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_38N119W_20210616_pre.SAFE",
"S2_pre": "S2_CA_38N119W_20210615_pre.SAFE",
"S2_post": "S2_CA_38N119W_20210814_post.SAFE",
"ERA5": "ERA5_CA_38N119W_20210715.grib",
"S1_post": "S1_CA_38N119W_20210815_post.SAFE"
} |
control_CA_38N120W_20230824 | CA3616111845220200819 | CASTLE_fire | CA | 2023-08-24T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 19.31,
"post_fire": 19.28
} | [
-120.41280849072383,
38.021452530723664,
-120.23262831054366,
38.20163271090385
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_38N120W_20230729_pre.SAFE",
"S2_pre": "S2_CA_38N120W_20230728_pre.SAFE",
"S2_post": "S2_CA_38N120W_20230926_post.SAFE",
"ERA5": "ERA5_CA_38N120W_20230824.grib",
"S1_post": "S1_CA_38N120W_20230927_post.SAFE"
} |
control_CA_34N116W_20200823 | CA3606211763420200821 | COLES_FLAT_fire | CA | 2020-08-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 28.6,
"post_fire": 28.62
} | [
-116.11120614602318,
33.65902608301556,
-115.931025965843,
33.83920626319575
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_34N116W_20200723_pre.SAFE",
"S2_pre": "S2_CA_34N116W_20200724_pre.SAFE",
"S2_post": "S2_CA_34N116W_20200922_post.SAFE",
"ERA5": "ERA5_CA_34N116W_20200823.grib",
"S1_post": "S1_CA_34N116W_20200921_post.SAFE"
} |
control_CA_35N115W_20200729 | CA3606211763420200821 | COLES_FLAT_fire | CA | 2020-07-29T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 4.6,
"post_fire": 4.6
} | [
-115.06906209155913,
34.902689720016006,
-114.88888191137896,
35.082869900196194
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_35N115W_20200629_pre.SAFE",
"S2_pre": "S2_CA_35N115W_20200629_pre.SAFE",
"S2_post": "S2_CA_35N115W_20200828_post.SAFE",
"ERA5": "ERA5_CA_35N115W_20200729.grib",
"S1_post": "S1_CA_35N115W_20200828_post.SAFE"
} |
control_CA_36N116W_20190901 | CA3606211763420200821 | COLES_FLAT_fire | CA | 2019-09-01T00:00:00 | 0 | DESCENDING | {
"S1_days": 54,
"S2_days": 55
} | {
"pre_fire": 4.59,
"post_fire": 28.64
} | [
-115.92989701759488,
35.78640755265212,
-115.74971683741471,
35.96658773283231
] | {
"S1_pre": 89.17,
"S2_pre": 81.09,
"S1_post": 89,
"S2_post": 81.09,
"ERA5": 100
} | {
"S1_pre": "S1_CA_36N116W_20190804_pre.SAFE",
"S2_pre": "S2_CA_36N116W_20190804_pre.SAFE",
"S2_post": "S2_CA_36N116W_20190928_post.SAFE",
"ERA5": "ERA5_CA_36N116W_20190901.grib",
"S1_post": "S1_CA_36N116W_20190927_post.SAFE"
} |
control_CA_36N120W_20190716 | CA3881012220020180630 | COUNTY_fire | CA | 2019-07-16T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 28.66,
"post_fire": 28.66
} | [
-120.09023127281131,
35.690524324230765,
-119.91005109263114,
35.87070450441095
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_36N120W_20190615_pre.SAFE",
"S2_pre": "S2_CA_36N120W_20190616_pre.SAFE",
"S2_post": "S2_CA_36N120W_20190815_post.SAFE",
"ERA5": "ERA5_CA_36N120W_20190716.grib",
"S1_post": "S1_CA_36N120W_20190814_post.SAFE"
} |
control_CA_36N120W_20210710 | CA3881012220020180630 | COUNTY_fire | CA | 2021-07-10T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 4.66,
"post_fire": 4.66
} | [
-120.26503778049754,
35.43032971078876,
-120.08485760031736,
35.61050989096895
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_36N120W_20210610_pre.SAFE",
"S2_pre": "S2_CA_36N120W_20210610_pre.SAFE",
"S2_post": "S2_CA_36N120W_20210809_post.SAFE",
"ERA5": "ERA5_CA_36N120W_20210710.grib",
"S1_post": "S1_CA_36N120W_20210809_post.SAFE"
} |
control_CA_38N122W_20200807 | CA3881012220020180630 | COUNTY_fire | CA | 2020-08-07T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 4.69,
"post_fire": 4.69
} | [
-122.39836228423059,
37.733741443320774,
-122.21818210405041,
37.91392162350096
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_38N122W_20200708_pre.SAFE",
"S2_pre": "S2_CA_38N122W_20200708_pre.SAFE",
"S2_post": "S2_CA_38N122W_20200906_post.SAFE",
"ERA5": "ERA5_CA_38N122W_20200807.grib",
"S1_post": "S1_CA_38N122W_20200906_post.SAFE"
} |
control_CA_35N121W_20190830 | CA3761912020720170716 | DETWILER_fire | CA | 2019-08-30T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 31.32,
"post_fire": 31.28
} | [
-120.59465854006898,
34.46986283585031,
-120.4144783598888,
34.650043016030494
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_35N121W_20190802_pre.SAFE",
"S2_pre": "S2_CA_35N121W_20190731_pre.SAFE",
"S2_post": "S2_CA_35N121W_20190929_post.SAFE",
"ERA5": "ERA5_CA_35N121W_20190830.grib",
"S1_post": "S1_CA_35N121W_20191001_post.SAFE"
} |
control_CA_35N121W_20220814 | CA3761912020720170716 | DETWILER_fire | CA | 2022-08-14T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 31.33,
"post_fire": 31.32
} | [
-120.653804090416,
34.68841998890424,
-120.47362391023583,
34.86860016908443
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_35N121W_20220717_pre.SAFE",
"S2_pre": "S2_CA_35N121W_20220715_pre.SAFE",
"S2_post": "S2_CA_35N121W_20220913_post.SAFE",
"ERA5": "ERA5_CA_35N121W_20220814.grib",
"S1_post": "S1_CA_35N121W_20220915_post.SAFE"
} |
control_CA_36N121W_20190820 | CA3761912020720170716 | DETWILER_fire | CA | 2019-08-20T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 31.29,
"post_fire": 31.27
} | [
-121.44842390219264,
36.165880500078494,
-121.26824372201247,
36.34606068025868
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_36N121W_20190726_pre.SAFE",
"S2_pre": "S2_CA_36N121W_20190724_pre.SAFE",
"S2_post": "S2_CA_36N121W_20190922_post.SAFE",
"ERA5": "ERA5_CA_36N121W_20190820.grib",
"S1_post": "S1_CA_36N121W_20190924_post.SAFE"
} |
control_CA_34N116W_20220724 | CA3530111559820200815 | DOME_fire | CA | 2022-07-24T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 19.41,
"post_fire": 19.42
} | [
-115.95105972089743,
34.36106822317568,
-115.77087954071726,
34.541248403355866
] | {
"S1_pre": 100,
"S2_pre": 81.15,
"S1_post": 100,
"S2_post": 81.14,
"ERA5": 100
} | {
"S1_pre": "S1_CA_34N116W_20220625_pre.SAFE",
"S2_pre": "S2_CA_34N116W_20220624_pre.SAFE",
"S2_post": "S2_CA_34N116W_20220823_post.SAFE",
"ERA5": "ERA5_CA_34N116W_20220724.grib",
"S1_post": "S1_CA_34N116W_20220824_post.SAFE"
} |
control_CA_35N115W_20200823 | CA3530111559820200815 | DOME_fire | CA | 2020-08-23T00:00:00 | 0 | DESCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 28.6,
"post_fire": 28.63
} | [
-115.21967942292335,
34.62895925636809,
-115.03949924274318,
34.80913943654828
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_35N115W_20200723_pre.SAFE",
"S2_pre": "S2_CA_35N115W_20200724_pre.SAFE",
"S2_post": "S2_CA_35N115W_20200922_post.SAFE",
"ERA5": "ERA5_CA_35N115W_20200823.grib",
"S1_post": "S1_CA_35N115W_20200921_post.SAFE"
} |
control_CA_37N118W_20200712 | CA3530111559820200815 | DOME_fire | CA | 2020-07-12T00:00:00 | 0 | DESCENDING | {
"S1_days": 66,
"S2_days": 65
} | {
"pre_fire": 4.81,
"post_fire": 19.21
} | [
-117.96911904706141,
37.214841311421836,
-117.78893886688124,
37.39502149160202
] | {
"S1_pre": 100,
"S2_pre": 100,
"S1_post": 100,
"S2_post": 100,
"ERA5": 100
} | {
"S1_pre": "S1_CA_37N118W_20200610_pre.SAFE",
"S2_pre": "S2_CA_37N118W_20200610_pre.SAFE",
"S2_post": "S2_CA_37N118W_20200814_post.SAFE",
"ERA5": "ERA5_CA_37N118W_20200712.grib",
"S1_post": "S1_CA_37N118W_20200815_post.SAFE"
} |
control_CA_36N118W_20200720 | CA3834911992920180801 | DONNELL_fire | CA | 2020-07-20T00:00:00 | 0 | ASCENDING | {
"S1_days": 60,
"S2_days": 60
} | {
"pre_fire": 16.65,
"post_fire": 16.65
} | [
-118.21378459607416,
36.02955848383868,
-118.03360441589399,
36.209738664018865
] | {
"S1_pre": 100,
"S2_pre": 88.16,
"S1_post": 100,
"S2_post": 88.16,
"ERA5": 100
} | {
"S1_pre": "S1_CA_36N118W_20200622_pre.SAFE",
"S2_pre": "S2_CA_36N118W_20200622_pre.SAFE",
"S2_post": "S2_CA_36N118W_20200821_post.SAFE",
"ERA5": "ERA5_CA_36N118W_20200720.grib",
"S1_post": "S1_CA_36N118W_20200821_post.SAFE"
} |
Curated Wildfire Detection & Analysis Dataset
This dataset consists of 125 fire and 375 control 'scenes', where every scene includes a Sentinel-1 pre image, Sentinel-1 post image, Sentinel-2 pre image, Sentinel-2 post image, ERA5 re-analysis data series, and a json file with metadata on each piece of data. Each fire is paired with three controls that match the fires EPA Level III Eco-region of the fire. 125 fires and 375 control scenes are collected over seven United States states (Alaska, California, Idaho, Montana, Nevada, Oregon, Washington) comprise the full dataset. The full dataset totals roughly 2.1 TB so plan accordingly before just clicking download, see the Dataset Structure section below if you only need a subset.
Data Sources
Sentinel-1 is a satellite that uses Synthetic Aperture Radar (SAR) to image the ground at 20m resolution. You can obtain a Sentinel-1 scene through the Copernicus Open Access Hub (https://dataspace.copernicus.eu/).
Sentinel-2 is a satellite that uses high-res optics to image the ground at 10m resolution. You can obtain a Sentinel-2 scene through the Copernicus Open Access Hub (https://dataspace.copernicus.eu/).
ERA5 uses ECMWF reanalysis to collect periodic weather data, such as temperature, humidity, windspeed, etc. You can obtain an ERA5 data package from the Copernicus Climate Data Store (https://cds.climate.copernicus.eu/).
MTBS (Monitoring Trends in Burn Severity) is a joint USGS/USDA Forest Service program that maps and assesses the burn severity of large fires across the United States. It's the ground truth source of each fire's ignition date, acreage, and burn severity assessment used to define and label the fires in this dataset. You can browse the MTBS data here (https://www.mtbs.gov/).
License & Attribution
This dataset (the compilation, processing, and derived model/associated tools) is released under CC-BY-4.0. That license covers my own added work; it doesn't replace the terms of the underlying sources, which require their own attribution regardless of how the derived dataset is licensed: Sentinel-1 and Sentinel-2 imagery is provided under the Copernicus Sentinel Data Terms and Conditions. Required notice: "Contains modified Copernicus Sentinel data 2016-2024." ERA5 data is provided under the CC-BY-4.0 licence used by the Copernicus Climate Data Store. Required notice: "Contains modified Copernicus Climate Change Service information 2016-2024. Neither the European Commission nor ECMWF is responsible for any use that may be made of the Copernicus information or data it contains." MTBS data is a US federal government product and is in the public domain. No formal citation is legally required, but MTBS requests acknowledgment; see (https://www.mtbs.gov/) for suggested citation formatting.
Scene Constraints
All fires have a total acreage >10k acres. Fire and control ignition dates range from 2016 to present. Orbital direction between Sentinel-1 pre and post images is consistent (eg. either both ascending or descending). Temporal gaps, or the time difference between images of the same Sentinel type, are limited to 180 days or less. Sensor time difference hours, or the time difference between a Sentinel-1 pre and a Sentinel-2 pre image (and likewise for a Sentinel-1 post image and a Sentinel-2 post image), are limited to 18 hours or less. The fire spatial coverage of each source is at least 70%, meaning that each source covers a geographical area that accounts for at least 70% of the fire's boundary box. A scene's ERA5 package includes at least 30 days of reanalysis data leading up to, but not including, the fire ignition date. The reanalysis data includes 2-meter temperature (t2m), 2-meter dewpoint (d2m), eastward wind speed (u10), northward wind speed (v10), and total precipitation (tp) variables. All specific information on a scene can be found in it's metadata.json.
Dataset Structure
Scenes are organized as fires/{state}/{scene_id}/ and controls/{state}/{scene_id}/, where {state} is the two-letter US state abbreviation and {scene_id} is the fire or control's name. Each scene folder contains six files: a Sentinel-1 pre-fire SAFE product, a Sentinel-1 post-fire SAFE product, a Sentinel-2 pre-fire SAFE product, a Sentinel-2 post-fire SAFE product, an ERA5 grib file, and a metadata.json describing all of the above. Sentinel files are named {sensor}_{state}_{grid_coordinates}_{date}_{pre_or_post}.SAFE (eg. S1_CA_34N117W_20200728_pre.SAFE), and the ERA5 file is named ERA5_{state}_{grid_coordinates}_{ignition_date}.grib. Each metadata.json includes: event_id and mtbs_post_id (identifiers tying the scene back to its MTBS record), fire_name, state, ignition_date, total_acres, days_to_post (days between ignition_date and the post-fire reference date used for assessment), orbit_direction, post_source, temporal_gaps (days between a sensor's own pre- and post-fire acquisition dates, S1_days and S2_days), sensor_time_difference_hours (hours between the Sentinel-1 and Sentinel-2 acquisitions for the pre and post pairs), spatial_bounds (the scene's bounding box), spatial_coverage (percent of the fire's boundary box covered by each source), and contents (the filenames of each of the five files in the scene folder).
Control Selection & Validation
Each fire's three controls are drawn from locations sharing the fire's EPA Level III eco-region, so that vegetation, climate, and terrain are comparable to the paired fire rather than an arbitrary site elsewhere in the country. Controls were verified that they did not experience an undocumented fire during the collection window by cross-referencing against MTBS records. Additionally, the difference in NBR was checked between a control's pre/post Sentinel-2 pair to catch any small fires or conflagrations that may have not been recorded by MTBS.
Limitations
This dataset only covers seven western/northwestern US states (Alaska, California, Idaho, Montana, Nevada, Oregon, Washington), so it doesn't generalize to other fire-prone regions (the Southeast, the Mediterranean, Australia, etc.) without further validation. Fires are restricted to a >10k acre minimum, so the dataset is biased toward large fires and may not help with predicting smaller conflagrations. The fire-to-control ratio is 1:3, an intentional class imbalance rather than a natural ratio of fires/non-fires. T here is no pre-defined train/validation/test split; users should partition the data themselves, ideally by fire event and eco-region to avoid spatial leakage between splits.
Motivation
For a summer project, I decided to build a wildfire detection model that sought to predict an area's risk of wildfire within 1, 3, and 6 month periods. The model processes and aggregates data from each of the three data sources above, feeds this aggregated data into a hybrid convolutional-transformer and then outputs a risk score. After collecting and curating such a large dataset for model training and inference over ~1 month, I decided it'd be a waste not to make my data publicly available for other ML practitioners and climate scientists. You can find the repository for my model here (https://github.com/AroonSankoh/alaska-wildfire-pred/). I still have some finishing touches to add, which you can read about in that project's README.MD. I plan to write a full substack article about my project's design process soon, I'll link it here when it's finished!
Citation
If you use this dataset, please cite it as:
@dataset{sankoh2026wildfire,
author = {Sankoh, Aroon},
title = {Curated Wildfire Detection & Analysis Dataset},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/aroon-sankoh/wildfire-prediction}
}
- Downloads last month
- 1,008