Especially with Neotoma data, it is possible to return a large number of occurrence results from a few sites.
This would also be applicable for trying to estimate sampling effort, e.g., show me all sites from which data has been collected in some sort of bounding box (that could include time).
I would like to suggest a sites method, which returns:
- site name (or some identifier)
- lat
- long
- age younger
- age older
- database
- number of samples (?) - maybe not, this gets into differences in analysis units & occurrences, for microfossil records I'm not as interested in the total number of occurrences within a dataset/site as I am with the number of analysis units.
so:
/sites?bbox=-127,23,127,24&ageYounger=2&ageOlder=6
would return all sites from the composite data service that match this. We could search with many (all?) of the same parameters that we do with the occurrences.
/sites?bbox=-127,23,127,24&ageYounger=2&ageOlder=6
Especially with Neotoma data, it is possible to return a large number of
occurrenceresults from a few sites.This would also be applicable for trying to estimate sampling effort, e.g., show me all sites from which data has been collected in some sort of bounding box (that could include time).
I would like to suggest a
sitesmethod, which returns:so:
would return all sites from the composite data service that match this. We could search with many (all?) of the same parameters that we do with the occurrences.