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.1b.tar.gz (7.8 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for django-triodia-0.1b.tar.gz
Algorithm Hash digest
SHA256 6f1a41c5f823e081dbd750a8646f2293299e8063767a0067bfac2f4d34e76461
MD5 b3ebdd74284fa132793336a13871a314
BLAKE2b-256 07bf4078a97d72567cae421543c4552e8fc51a025a1844d22ec19e31046bc1c3

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