Skip to main content

Aggregation code for Zooniverse panoptes projects.

Project description

DOI Coverage Status

Getting started

This is a collection of external reducers written for caesar and offline use.


Documentation

You can find the latest documentation on the aggregations code's website.


Installing for offline use

With your own python install (python 3 only)

Instal the latest stable release:

pip install panoptes_aggregation

Or for development or testing, you can install the development version directly from GitHub:

pip install -U git+git://github.com/zooniverse/aggregation-for-caesar.git

Upgrade and existing installation:

pip install -U panoptes_aggregation

Install the Graphical User Interface (GUI)

If you would like to use the GUI instead of the command line install the package with:

pip install "panoptes_aggregation[gui]"

Anaconda build of python

If your are using the anaconda version of python some of the dependencies should be installed using the conda package manager before installing panoptes_aggregation:

conda install -c conda-forge python-levenshtein hdbscan
conda install wxpython psutil

Mac Anaconda build

If you are installing this code on a Mac using the anaconda build of python and you want to use the GUI instead of the command line you will have to update one line of the of code in the panoptes_aggregation_gui script. Change the first line from:

#!/path/to/anaconda/python/bin/python

to:

#!/bin/bash /path/to/anaconda/python/bin/python.app

You can find the location of this file with the command:

which panoptes_aggregation_gui

You will also need to run:

conda install python.app

With Docker

https://docs.docker.com/get-started/

Using docker-compose https://docs.docker.com/compose/

docker-compose -f docker-compose.local_scripts.yml build local_scripts

From the root directory of this repository, run the desired python scripts using the docker image, e.g. config_workflow_panoptes --help

docker-compose -f docker-compose.local_scripts.yml run --rm local_scripts panoptes_aggregation --help

Or directly via docker

docker build . -f Dockerfile.bin_cmds -t aggregation_for_caesar

From the root directory of this repository, run the desired python scripts using the docker image, e.g. panoptes_aggregation --help

docker run -it --rm --name config_workflow_panoptes -v "$PWD":/usr/src/aggregation aggregation_for_caesar panoptes_aggregation --help

Note The GUI does not work inside a docker container.


Installing for online use

The docker file included is ready to be deployed on any server. Once deployed, the extractors will be available on the /extractors/<name of extractor function> routes and the reducers will be available on the /reducers/<name of reducer function> routes. Any keywords passed into these functions should be included as url parameters on the route (e.g. https://aggregation-caesar.zooniverse.org/extractors/point_extractor_by_frame?task=T0). For more complex keywords (e.g. detals for subtasks), python's urllib.parse.urlencode can be used to translate a keyword list into the proper url encoding.

The documentation will be built and available on the /docs route.

Build/run the app in docker locally

To run a local version use:

docker-compose build
docker-compose up

and listen on localhost:5000.

Running tests in the docker container

To run the tests use:

docker-compose run --rm aggregation nosetests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

panoptes_aggregation-3.7.0.tar.gz (157.1 kB view details)

Uploaded Source

Built Distribution

panoptes_aggregation-3.7.0-py3-none-any.whl (253.7 kB view details)

Uploaded Python 3

File details

Details for the file panoptes_aggregation-3.7.0.tar.gz.

File metadata

  • Download URL: panoptes_aggregation-3.7.0.tar.gz
  • Upload date:
  • Size: 157.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for panoptes_aggregation-3.7.0.tar.gz
Algorithm Hash digest
SHA256 7855ebf008073c0fde4a03619c1f61976ec1d1fcf873e1557e955cc2488ec3f6
MD5 1b1b16e1f60ef6914de3d90a23d7637c
BLAKE2b-256 f051f16a19232eb45c838809be01a421662ae8546fe2b1550b2d5d38450fe7ef

See more details on using hashes here.

File details

Details for the file panoptes_aggregation-3.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for panoptes_aggregation-3.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 146c083bb85e0a160c01e13da8bb5062a67c2b28a7c0ef05a74859a0736b00f5
MD5 e41e4c7234199712d1bf932fcbf81267
BLAKE2b-256 44d0a8064d01d579b7758f970e0b0a7eb3c6a8fedf24e88f7f3a4551d7335028

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page