Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 376 Bytes

Trinomial Split

WIP set of python scripts that takes Smithsonian Trinomial site numbers, splits them into their individual elements, and looks up the state and county they are associated with.

This project was started mostly because I wanted a venue in which I could learn Python.

##Progress

  • ST Splitting: DONE
  • Lookup state: DONE
  • Lookup county: 0%
  • File I/O 0%