You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature was a feedback of a user during the meeting of Apr 20.
I think it's a valid request: managers are sometimes not interested to have information on already managed animals/plants. Or at least they would like to know if it is an observation or a captured animal/eradicated plant.
Yep, same idea than #43: there is no technical difficulty to display the observation status (managed or not), and add filtering for this, but if we want that to be effective the experts and data publishers should first agree and implement non-ambiguous rules and vocabularies so a dumb computer can immediately make the distinction.
Once this is done, I suggest that you assign me the issue so I can implement it in the alert tool!
Hi ! Indeed still in about fixing this important point! I only have one issue : raw exports I receive include both managed populations and survey points on which the species is just absent (they look for it but do not find). With some sources I can make the distinction, but not with most of them (CRS I think). Most of the records are captured when surveying sites or already managed populations, with no infos about the actions taken.
So not sure that the info will be disponible for all records but it's worth a try. Should we could go for a structure like this ?
Case
OccurrenceStatus
SamplingProtocol
survey site with no observation
'absent'
'site survey'
species observed, not managed
'present'
'site survey'
species observed, managed
'present'
'eradicated'
revisiting a managed population, no return
'absent'
'eradication survey'
revisiting a managed population, species came back
This feature was a feedback of a user during the meeting of Apr 20.
I think it's a valid request: managers are sometimes not interested to have information on already managed animals/plants. Or at least they would like to know if it is an observation or a captured animal/eradicated plant.
Of course, the challenge is mapping: do all GBIF datasets containing management information map management in the same way? Probably not. WIthin LIFE RIPARIAS we should try to be consistent. Notice that we use the field
samplingProtocol
, see https://github.com/riparias/vmm-rattenapp-occurrences/blob/ae0926997e9a01e66dbf9a62f4bc7d0f112e07b3/sql/dwc_occurrence.sql#L16-L20@mcoupremanne showed also interest in such way of mapping and was going to implement it for Wallonian data: am I right, @mcoupremanne?
For this reason, we should think about:
samplingProtocol
to the observation pagesamplingProtocol
Any other idea is welcome.
The text was updated successfully, but these errors were encountered: