sdtaylor / phenology_forecasts

The backend for http://phenology.naturecast.org
http://phenology.naturecast.org
8 stars 1 forks source link

USGS Tree ranges #8

Closed sdtaylor closed 6 years ago

sdtaylor commented 6 years ago

There is some data processing for this done by hand.

wget https://www.fs.fed.us/nrs/atlas/littlefia/species_table.html
grep IV_Little species_table.html | cut -d"<" -f15 | cut -d"_" -f 3,4 > species_list_cut_output.csv

Go thru and x out the 8 intermediate characters on each line in vim

sort species_list_cut_output.csv | uniq > species_list.csv

go back thru and put in commas. (quicker than it sounds)

sdtaylor commented 6 years ago

final version https://gist.github.com/sdtaylor/fd48ca4f885521b39d72636477b08e39

sdtaylor commented 6 years ago

there is a better version here https://github.com/wpetry/USTreeAtlas