Digital Herbarium: Basic Usage¶
Features¶
Accessing to the Digital Herbarium’s data is provided via the web-page on the official website of the Botanical Garden Institute or HTTP API service. The latter approach is used for making search queries automatically (from R, Python or other computational environment).
Main features of the search service:
search in a given time interval either by date of collection or date of identification fields;
accounting species synonyms when searching;
search in a given rectangular region;
search within additional species (only for multispecies herbarium records);
search by record codes (e.g. field number, inventory number etc.);
search by the country of origin;
search by taxonomic name, e.g. family, genus or species epithet;
Filtering search results¶
Standard filtering interface allows to restrict results of searching by Herbarium’s acronym, Herbarium’s subdivision or select desired number of items showed per page Fig. 2.
It has the following fields:
Amount — the number of records showed per page;
Herbarium acronym — filtering by Herbarium’s acronym;
Herbarium subdivision — filtering by Herbarium’s subdivision;
Order by — ordering rule (choose field you want to perform ordering the results);
Results of search request with applied filter (records only under VBGI-acronym are shown) are presented on the Fig. 3.
In the tab Common Info a table with the records satisfying current search and filtering conditions is shown (if no searching/filtering conditions were provided all published records are shown, by default the number-per-page is equal to 20).
The Details tab activates when a specific Herbarium’s record is clicked. It shows minified version of the Personal web-page of the record.
The Map tab is a copy of Common Info tab excluding records with no coordinates (records with coordinates are rendered on the Google map as clickable markers).
One can click Previous or Next (switch page) to get another portion of search results.
The Automatization tools tab includes general information on performing queries using automatization possibilies provided by the web-application.
Working with the map, one can filter search results by user-defined rectangular area. To do that, just initialize a rectangular area by pressing , edit the appeared rectangular region, and press again to activate the search (See Fig. 4, Fig. 5).
To clear particular search condition click small-trash icon near the corresponding search field.
To clear all search conditions press the button.
Search within polygonal regions isn’t supported by current database backend, but such behavior could be emulated programmatically with the help of the HTTP API Service.