Collecting Events
A collecting event represents a unique combination of time, space, collector, and method.
Collecting event related tasks
Filter collecting events
Facets
Geographic area
Requires that a GeographicArea be selected.
There are 3 settings:
Exact
- Return all records that have this, and only this, geographic area selected. Searches onCollectingEvent#geographic_area_id
.Descendants
- Return all records that have the geographic area(s) or their descendants selected. Searches onCollectingEvent#geographic_area_id and GeograpihcArea#parent_id
.Spatial
- If the geographic area has a shape tied to it this is permitted. Combine the results of theDescentants
search and a spatial search referencing Georeferences and return all records that match either. In additions to fields inDescendants
also does a spatial search onGeographicItem#<shape or point>
as linked throughGeoreference#geographic_item_id
and further to Collecting event viaGeoreference#collecting_event_id
.