Releases
v2.0.0
GUI and unified command line scripts
Changes
All command line scripts are unified under a single command panoptes_aggregation
config_workflow_panoptes
is now panoptes_aggregation config
extract_panoptes_csv
is now panoptes_aggregation extract
reduce_panoptes_csv
is now panoptes_aggregation reduce
All scripts have a new flag to specify the output directory --dir
for the resulting files
Documentation has been updated for installing the package with anaconda builds of python
Scripting example updated
added link to example Penguin Watch data files
minor typos fixed in examples
command help text updated to match the new grouping being used
setup.py
will prevent pip from installing on python version below 3
GUI added
the GUI can be installed with the command pip install -U panoptes_aggregation[gui]
(this is to keep the size of the docker container down)
the GUI can be launched with the command panoptes_aggregation_gui
example documentation added for using the GUI
Bug fixes
Fixed bug in the code that calculates the distance between angles
You can’t perform that action at this time.