Performs basic recoding of collection sheets to yield a standardized spreadsheet format.
Usage: format_collections [OPTIONS]
Reformat and combine collection spreadsheets into a single standardized
file.
Options:
-s, --summary-sheet PATH Paths to an excel sheets of field disecction
records. NOTE: may be used multiple times to
supply more than one input sheet. [required]
-o, --output PATH Path to where you want the combined/standardized
output xls file. [required]
-v, --village-id-map PATH Path to a comma separated file containing the
long village name to short village codes.
[required]
--help Show this message and exit.
For now just
- download and expand the latest release from the releases section of this site
- open a terminal and enter the unzipped release folder
- execute the following commands:
pip install .
OR:
If you have conda there is no nee dto download anything before hand. Simply execute the following:
conda install -c https://conda.anaconda.org/gusdunn format-collection-sheets
Only tested for Python 2.7.x
MIT
format_collection_sheets was written by Gus Dunn.