PNHP / NHA_Tools

Tools for developing PNHP Natural Heritage Areas
1 stars 3 forks source link

Automatically generate SSOC "decoder" spreadsheet #25

Open Anna-Johnson opened 5 years ago

Anna-Johnson commented 5 years ago

For each Sensitive Species of Concern present in an NHA, create a 'decoder' table which contains the record and the letter it was assigned within its NHA report species table.

This can probably be done on a county level--i.e. write code to automatically pull all the sensitive species in NHAs within each county into a single spreadsheet and assign them letters sorted within each NHA in the same manner as the species table code does. So at the completion of each set of county NHA's, we can run this code once to make the decoder table.

ChristopherTracey commented 5 years ago

Rather than a county level approach, we can build this to run on a selected set of NHAs. So we can run it on one, a geographic subset, or all of them.

Anna-Johnson commented 5 years ago

Cool--yes, I agree, a flexible NHA set would be best.