Skip to content
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

gbif data and annotation #2

Open
xhdong-umd opened this issue Mar 1, 2021 · 2 comments
Open

gbif data and annotation #2

xhdong-umd opened this issue Mar 1, 2021 · 2 comments

Comments

@xhdong-umd
Copy link
Collaborator

@chfleming @jmcalabrese I checked out some details about gbif and rgbif. Looks like

  • we can use rgbif to download occurrence data (this require a gbif account, and some condition/filtering using rgbif)
  • If we had some data with location and times, we can try to annotate them with Movebank EnVData service.

I haven't really download some data yet, is this what you you have in mind for this direction?

rgbif looks to be a powerful and flexible package, how should we design the workflow with the annotation step?

My first impression is I can write some function to extract bounding box and time range from the downloaded data, then it'll use the same function to request annotation.

The first steps are to build some scripts into the package. Then with some usage we can have some ideas about possible web app structure, and I can start to design and implement a web app if needed.

@xhdong-umd
Copy link
Collaborator Author

I downloaded some example data. We can set a condition to only download observations with location. I got a 3849 rows, 250 columns data.frame, with time range from 1770 to 2020.

I guess this kind of occurrence data often have a long time span.

  • Since the MODIS satellite data only started from 2000, we may need to first filter by satellite data range. This reduce to 2543 rows.
  • Though this is still too much. How should we request annotation for this kind sparse occurrence data?

@chfleming
Copy link

That all sounds reasonable to me. You are filtering by species, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants