Skip to content
Snippets Groups Projects
Commit 83102407 authored by screbec's avatar screbec
Browse files

add average and maximum spread

parent dfd58901
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,8 @@ def make_gdf_fperim(allfires,heritage,valid_ids,gdf_lakes,ted):
gdf.loc[fid,'farea'] = allfires.fires[fid_idx].farea
gdf.loc[fid,'fperim'] = allfires.fires[fid_idx].fperim
gdf.loc[fid,'flinelen'] = allfires.fires[fid_idx].flinelen
gdf.loc[fid,'avgspread'] = allfires.fires[fid_idx].spreadavg
gdf.loc[fid,'spread95'] = allfires.fires[fid_idx].spread95
gdf.loc[fid,'duration'] = allfires.fires[fid_idx].duration
gdf.loc[fid,'pixden'] = allfires.fires[fid_idx].pixden
gdf.loc[fid,'meanFRP'] = allfires.fires[fid_idx].meanFRP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment