Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.0%) to scientific vocabulary
Repository
R client for the OBIS API
Basic Info
- Host: GitHub
- Owner: iobis
- License: other
- Language: R
- Default Branch: master
- Homepage: https://iobis.github.io/robis
- Size: 504 KB
Statistics
- Stars: 44
- Watchers: 10
- Forks: 13
- Open Issues: 21
- Releases: 8
Metadata Files
README.md
robis: an R client for the OBIS API 
robis is an R package that allows accessing data from the Ocean Biodiversity Information System (OBIS) directly from R. OBIS is a global open-access data and information clearing-house on marine biodiversity for science, conservation and sustainable development.
With robis users can:
- Download data from OBIS
- Create a checklist of taxa that met a set of filters
- Download measurements and facts associated with occurrences
- Create maps from occurrences (including
leafletmaps)
Installation
robis is available from CRAN.
```R
CRAN
install.packages("robis")
latest development version
remotes::install_github("iobis/robis") ```
Getting started
The main functions of the robis package are occurrences and checklist. You can easily download data for one species using:
R
records <- occurrence(scientificname = "Abra sibogai")
Then you can plot the occurrences with:
R
map_leaflet(records)
Or you can create a ggplot map using:
R
map_ggplot(records)

With the function checklist it's possible to obtain a checklist of all taxa in OBIS that met a certain filter. For example, here we obtain all species from the family "Tellinidae"
R
taxa <- checklist(scientificname = "Tellinidae")
See the Getting started vignette for more details on how to download data according to filters and how to extract measurements or facts from occurrence data using the function measurements.
Spatial Filtering
There are a variety of ways to add a spatial filter to your query:
- Filter by geography using
areaidfilters.
OBIS provides polygon filters for about 800 areas of interest, like the Southern Ocean or the Bay of Bengal. These can be viewed via the
areafunction. The correspondingidvalues can be used in theareaidparameter of theoccurrenceandchecklistfunctions.
- Filter with Well-Known Text (WKT) strings.
Both the
occurrenceandchecklistfunctions allow spatial filtering with Well-Known Text (WK) strings, via thegeometryparameter. Following this example from the OBIS Manual, here is an example of how to obtain a checklist of Mollusc species in a certain area:
mollcheck<-checklist(scientificname="Mollusca", geometry = "POLYGON ((2.3 51.8, 2.3 51.6, 2.6 51.6, 2.6 51.8, 2.3 51.8))")If you're unsure how to construct WKT,
robisincludes the functionget_geometry, which provides an interactive tool to draw shapes and return WKT than can be plugged into queries.To use it, run:
wkt <- get_geometry(). This will open up the tool in the Viewer of RStudio. You can zoom, pan, and use the shapes to draw on the map. Once you are satisfied with what you've drawn, click the 'Done' button in the bottom right hand corner, and it will assign the WKT to the objectwkt. If you aren't happy with what you've drawn, you can click the trashcan icon to clear the shape from the tool.
How to use OBIS data
OBIS holds a large collection of biodiversity information, with more than 100 million presence records and almost 200 measurements and facts. This information is powering research in areas like taxonomy, phylogeny and ecology, and is being used as an important tool in conservation and management. You can learn more about OBIS with the OBIS manual. You can also explore some of our use cases or the many publications that applied OBIS data.
obistools package
There is a companion package, obistools, available from GitHub: github.com/iobis/obistools
obistools provide several tools for cleaning data downloaded from OBIS, like:
- Checking points on land
- Checking depths
- Checking dates
Owner
- Name: OBIS
- Login: iobis
- Kind: organization
- Email: p.provoost@unesco.org
- Location: Belgium
- Website: https://obis.org
- Twitter: OBISNetwork
- Repositories: 179
- Profile: https://github.com/iobis
Ocean Biodiversity Information System
GitHub Events
Total
- Issues event: 10
- Watch event: 6
- Issue comment event: 17
- Push event: 3
- Pull request review event: 1
- Pull request event: 1
- Fork event: 1
Last Year
- Issues event: 10
- Watch event: 6
- Issue comment event: 17
- Push event: 3
- Pull request review event: 1
- Pull request event: 1
- Fork event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Pieter Provoost | p****t@g****m | 157 |
| Samuel Bosch | m****l@s****m | 44 |
| sformel | s****e@f****m | 9 |
| silasprincipe | 5****e | 2 |
| Ben Best | b****t | 1 |
| ironholds | i****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 85
- Total pull requests: 9
- Average time to close issues: over 1 year
- Average time to close pull requests: 3 months
- Total issue authors: 28
- Total pull request authors: 6
- Average comments per issue: 1.38
- Average comments per pull request: 2.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 9 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 4.67
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pieterprovoost (34)
- samuelbosch (8)
- ekleins (7)
- sckott (4)
- wardappeltans (3)
- haniehsaeedi (2)
- sformel (2)
- goldsoundz80 (2)
- tomjwebb (2)
- jebyrnes (2)
- 7yl4r (2)
- miriamgrace (1)
- sformel-usgs (1)
- diodon (1)
- Enchufa2 (1)
Pull Request Authors
- sformel (4)
- samuelbosch (2)
- bbest (1)
- roliveros-ramos (1)
- Ironholds (1)
- silasprincipe (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 792 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 9
(may contain duplicates) - Total versions: 21
- Total maintainers: 1
cran.r-project.org: robis
Ocean Biodiversity Information System (OBIS) Client
- Homepage: https://github.com/iobis/robis
- Documentation: http://cran.r-project.org/web/packages/robis/robis.pdf
- License: MIT + file LICENSE
-
Latest release: 2.11.3
published almost 4 years ago
Rankings
Maintainers (1)
conda-forge.org: r-robis
- Homepage: https://github.com/iobis/robis
- License: MIT
-
Latest release: 2.11.3
published almost 4 years ago
Rankings
Dependencies
- R >= 3.1.3 depends
- curl * imports
- data.table * imports
- dplyr * imports
- ggplot2 * imports
- glue * imports
- httpcache * imports
- httr * imports
- jsonlite * imports
- leaflet * imports
- mapedit * imports
- purrr * imports
- rlang * imports
- sf * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- tidyselect * imports
- xml2 * imports
- knitr * suggests
- rmarkdown * suggests
- spelling * suggests
- testthat * suggests