Skip to content

0.5.0

Compare
Choose a tag to compare
@JulieWinchester JulieWinchester released this 20 Nov 21:25
· 7 commits to master since this release
06bd2ad
  • Added field Taxonomy (GBIF) AKA taxonomy_gbif to Media and Physical Object search endpoints as a filter facet field and to Media and Physical Object responses as a response data field. This is an array of individual taxonomy terms ("Animalia", "Chordata", etc.) associated with a Media or Physical Object via a GBIF-aggregated taxonomy record. Around half of the specimens in MorphoSource currently have GBIF taxonomy linkages.
  • Changed field for Media and Physical Objects from taxonomy to taxonomy_name to show the distinction from taxonomy_gbif. This is for binomial names or for taxonomies without genus or species information, it will be a higher order name combined with "indet."
  • Simplified filter facet URL query parameter structure to a simpler f.field_name format. Also simplified filter facet field names significantly.
  • Improved documentation significantly. The Media and Physical Object response schemas now have field definitions and examples. For single-record query endpoints and multiple-record search endpoints, we've added details on query parameters and specifically filter facet fields, with example values in some cases.