rndop
R package for accessing and downloading data from The Species Occurrence Database of NCA CR
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Keywords
Repository
R package for accessing and downloading data from The Species Occurrence Database of NCA CR
Basic Info
Statistics
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 10
- Releases: 3
Topics
Metadata Files
README.md
rndop
rndop is an R package for accessing and downloading data from The Species Occurrence Database of NCA CR (NDOP AOPK).
NDOP is Czech national species occurrence database of NCA CR (Nature Conservation Agency of the Czech Republic). Database includes occurrence records both from professionals (monitorings, inventarisations) and citizen scientists. Use of the database is free and requires free registration. Data itself are published under CC BY-SA 4.0 licence and should be referenced according to AOPK citation rules.
Installation
Development version:
```r
install.packages("remotes")
remotes::install_github("kalab-oto/rndop") ```
Specific version
Use install_github ref argument with desired version number or commit (see ?install_github):
r
remotes::install_github("kalab-oto/rndop", ref = "v0.2.0")
[!WARNING]
This package is under development, and older versions may not work preperly.
Usage
```r library(rndop)
mr <- ndop_download("mantis religiosa") head(mr) ```
Owner
- Name: Oto Kaláb
- Login: kalab-oto
- Kind: user
- Location: Czechia
- Company: Department of Physical Geography and Geoecology / University of Ostrava & @GISMentors / @OpenGeoLabs
- Repositories: 11
- Profile: https://github.com/kalab-oto
ecology - GIS - spatial ecology - biogeography - orthoptera
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: Kaláb given-names: Oto affiliation: Department of Physical Geography and Geoecology, Faculty of Science, University of Ostrava, orcid: 0000-0003-3485-9377 title: "rndop: Access to the Data from The Species Occurrence Database of NCA CR (Czechia) in R" version: 0.2.1 date-released: 2024-04-23 url: "https://github.com/kalab-oto/rndop"
GitHub Events
Total
- Issues event: 4
- Issue comment event: 2
- Push event: 16
- Fork event: 1
Last Year
- Issues event: 4
- Issue comment event: 2
- Push event: 16
- Fork event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| kalab-oto | k****o@g****m | 39 |
| Jindra Lacko | j****o@g****m | 2 |
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 21
- Total pull requests: 1
- Average time to close issues: 6 months
- Average time to close pull requests: about 4 hours
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.38
- Average comments per pull request: 6.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kalab-oto (21)
- richard-bittman (1)
Pull Request Authors
- jlacko (1)