-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occurrence processing for Belgium (CUBE BE) #1
Comments
@peterdesmet: For step 1, filtering on alien species |
I would say: querying from GBIF. |
Here below how I get three data cubes, one for each of the three filters mentioned above.
Occurrences referring to species synonyms, subspecies/varieties and their synonyms are automatically included.
Occurrences referring to synonyms have been included in the query, that means searching occurrences where
Occurrences where QuestionHow to call the column name containing Possible solutionMy suggestion is to use column name
@peterdesmet: what do you think? |
Discussed with @peterdesmet : we use |
Done. Documentation about structure and workflow added in README.md of the repo. Issue can be closed or left for informative reasons. |
Preprocessing
country=BE
coordinateUncertainty
circlegrid cell
(51.726)Baseline data
kingdom
year
grid cell
occ_count
:count(occurrences)
Years/grid cells without occurrences are not included.
Alien data
SPECIES
=> query onspeciesKey
(will include species synonyms, subspecies/varieties and their synonyms)SUBSPECIES
andVARIETY
=> query onacceptedKey
(will include synonyms))SYNONYM
=> query ontaxonKey
)species
(ortaxon
)kingdom
year
grid cell
occ_count
:count(occurrences)
Note for step 1: as initial step, we could only work with
SPECIES
The text was updated successfully, but these errors were encountered: