generated from Greenstand/treetracker-microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
The botany team has a workflow: 1. sampling images from particular places and organizations, 2. checking for new species, 3. documenting them in the GS herbarium. Currently we access the DB directly via ssh and psql. It would be great to get the information via an API. The immediate API needs are thus:
- Query the
treesendpoint, requesting tree lists (minimum results:image_url,id, species and long and lat), filtering by:- long/lat bounding box
- capture date range
- by organization (this requires a double join in the DB via the planters table)
- by species
- by uuid
- by tree id (
trees.idfield)
- Query the
organizationsendpoint to get the organization ID needed for 1. Filtering on:- Organization name
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels