Skip to content

Commit

Permalink
Merge pull request weecology#110 from henrykironde/mtbs_burn_area_bou…
Browse files Browse the repository at this point in the history
…ndary

Add mtbs burn area boundary
  • Loading branch information
henrykironde authored Apr 18, 2021
2 parents cabffc2 + 399e54b commit c2c78c6
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
90 changes: 90 additions & 0 deletions scripts/mtbs_burn_area_boundary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"archived": "zip",
"extract_all": "True",
"format": "vector",
"citation": "United States Department of Agriculture - Forest Service. 20190826. MTBS Burn Area Boundary: MTBS Burn Area Boundary. https://data.fs.usda.gov/geodata/edw/edw_resources/meta/S_USA.MTBS_BURN_AREA_BOUNDARY.xml.",
"description": "The Monitoring Trends in Burn Severity (MTBS) project assesses the frequency, extent, and magnitude (size and severity)",
"driver_name": "ESRI Shapefile",
"extent": {
"xMax": -65.33821026200002,
"xMin": -165.925172265,
"yMax": 70.15892574399999,
"yMin": 17.947361089000026
},
"geom_type": "Polygon",
"homepage": "https://data.fs.usda.gov/geodata/edw/datasets.php",
"keywords": ["Fire Location", "Landsat", "MTBS", "Fire Occurrence", "Wildland Fire", "Prescribed Fire", "Wildfire", "location"],
"licenses": [],
"name": "mtbs-burn-area-boundary",
"resources": [
{
"geom_type": "Polygon",
"name": "mtbs_burn_area_boundary",
"path": "S_USA.MTBS_BURN_AREA_BOUNDARY.shp",
"schema": {
"fields": [
{
"name": "FIRE_ID",
"precision": 0,
"size": 30,
"type": "String"
},
{
"name": "FIRE_NAME",
"precision": 0,
"size": 50,
"type": "String"
},
{
"name": "YEAR",
"precision": 0,
"size": 5,
"type": "Integer"
},
{
"name": "STARTMONTH",
"precision": 0,
"size": 5,
"type": "Integer"
},
{
"name": "STARTDAY",
"precision": 0,
"size": 5,
"type": "Integer"
},
{
"name": "FIRE_TYPE",
"precision": 0,
"size": 254,
"type": "String"
},
{
"name": "ACRES",
"precision": 11,
"size": 19,
"type": "Real"
},
{
"name": "SHAPE_AREA",
"precision": 11,
"size": 19,
"type": "Real"
},
{
"name": "SHAPE_LEN",
"precision": 11,
"size": 19,
"type": "Real"
}
]
},
"url": "https://data.fs.usda.gov/geodata/edw/edw_resources/shp/S_USA.MTBS_BURN_AREA_BOUNDARY.zip"
}
],
"retriever": "True",
"retriever_minimum_version": "2.1.0",
"spatial_ref": "GEOGCS[\"NAD83\",DATUM[\"North_American_Datum_1983\",SPHEROID[\"GRS 1980\",6378137,298.257222101,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6269\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST],AUTHORITY[\"EPSG\",\"4269\"]]",
"title": "The USA MTBS Burn Area Boundary",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ mapped_plant_quads_mt.json,1.2.1
marine_recruitment_data.json,1.0.1
mediter_basin_plant_traits.json,1.0.2
mt_st_helens_veg.json,1.2.3
mtbs_burn_area_boundary.json,1.0.0
mtbs_fire_occurrence.json,1.0.0
nadp_precipitation_chemistry.json,1.0.0
national_pedon_database_summary_layer.json,1.0.0
Expand Down

0 comments on commit c2c78c6

Please sign in to comment.