Skip to content

Commit

Permalink
Merge pull request #455 from ethanwhite/fix-fia-path
Browse files Browse the repository at this point in the history
Fix paths for FIA files
  • Loading branch information
henrykironde committed Apr 19, 2016
2 parents 530d86c + 4afe66c commit 22de163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fia.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def __init__(self, **kwargs):
self.name = "Forest Inventory and Analysis"
self.shortname = "FIA"
self.ref = "http://fia.fs.fed.us/"
self.urls = {"main": "http://apps.fs.fed.us/fiadb-downloads/",
'species': 'http://apps.fs.fed.us/fiadb-downloads/REF_SPECIES.CSV'}
self.urls = {"main": "http://apps.fs.fed.us/fiadb-downloads/CSV/",
'species': 'http://apps.fs.fed.us/fiadb-downloads/CSV/REF_SPECIES.csv'}
self.tags = ["Taxon > Plants", "Spatial Scale > Continental",
"Data Type > Observational"]
self.citation = "DATEOFDOWNLOAD. Forest Inventory and Analysis Database, St. Paul, MN: U.S. Department of Agriculture, Forest Service, Northern Research Station. [Available only on internet: http://apps.fs.fed.us/fiadb-downloads/datamart.html]"
Expand Down

0 comments on commit 22de163

Please sign in to comment.