Skip to main content

A Django app to check taxonomic species names against web based data services such as GBIF.

Project description

Triodia is a Django app for parsing taxonomic names and checking them against the databases of public biodiversity data services. Triodia currently relies on the Global Biodiversity Invormation Facility (GBIF) for its primary API calls and can be considered a partial and incomplete Django/Python wrapper for that API.

Users enter a species name into a form; Triodia queries the GBIF API, parses the results, and returns a list of potential matches, ranked by confidence.

Quick start

  1. Add “triodia” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'triodia',
    )
  2. Include the triodia URLconf in your project urls.py like this:

    url(r'^triodia/', include('triodia.urls')),
  3. Run python manage.py syncdb to create the triodia models.

  4. Visit http://127.0.0.1:8000/triodia/ to check a species name.

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

django-triodia-0.1.tar.gz (7.7 kB view details)

Uploaded Source

File details

Details for the file django-triodia-0.1.tar.gz.

File metadata

  • Download URL: django-triodia-0.1.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-triodia-0.1.tar.gz
Algorithm Hash digest
SHA256 1aa36bc7ffad7bfe801a6607cbeef1ea4ae5a5b681b0ad8390290881274c8805
MD5 3ecd84389efea5780b79fa2374dd20a4
BLAKE2b-256 b4feee13f73fe3de7b0cf118cf19b01acf2cc1d5a8b7bbcb7b67de11b27fd560

See more details on using hashes here.

Supported by

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