gecevar
:package: :earth_americas: :mountain: :sunny: :cloud: :seedling: Get climatic and other environmental variables
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (19.4%) to scientific vocabulary
Keywords
climate
environment-variables
r
species-distribution-models
Last synced: 6 months ago
·
JSON representation
Repository
:package: :earth_americas: :mountain: :sunny: :cloud: :seedling: Get climatic and other environmental variables
Basic Info
- Host: GitHub
- Owner: ghislainv
- Language: R
- Default Branch: main
- Homepage: https://ecology.ghislainv.fr/gecevar
- Size: 2.99 MB
Statistics
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
climate
environment-variables
r
species-distribution-models
Created over 3 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Contributing
Code of conduct
README.Rmd
--- output: github_document --- # `gecevar` R Package[](https://github.com/ghislainv/gecevar/actions) [](https://app.codecov.io/gh/ghislainv/gecevar?branch=main) `gecevar` stands for "GEtting Climatic and other Environmental VARiables". The package contains functions for downloading climate and environmental data from open and free online datasets for any region of the world. The data can be used for ecological studies. The area of interest can be a country, state or project area and is defined by an extent, vector file or country iso-code. Data comes from a variety of sources (e.g. Chelsa, OpenStreetMap, TropicalMoistForest, SRTMv4.1, SoilGrids). Climate and environmental data are available as multiband raster files at a resolution and in the coordinate reference system specified by the user. When possible, the package uses the properties of Cloud Optimized GeoTIFF ([COGs](https://www.cogeo.org/)) files to download only the portion of the global datasets corresponding to the area of interest, reducing download time. The package uses [GDAL](https://gdal.org/) and the R libraries [`terra`](https://rspatial.org/) and [`sf`](https://r-spatial.github.io/sf/) for optimized processing of raster and vector geospatial data. ## System requirements Make sure GDAL and GRASS GIS are installed on your system. ## Installation You can install **gecevar** from [GitHub](https://github.com/ghislainv/gecevar) with: ```{r github, eval=FALSE} devtools::install_github("ghislainv/gecevar") ``` ## Contributing The `gecevar` R package is Open Source and released under the [GNU GPL version 3](https://www.gnu.org/licenses/gpl-3.0.en.html) license. Anybody who is interested can contribute to the package development following our [Contributing guide](CONTRIBUTING.html). Every contributor must agree to follow the project's [Code of conduct](CODE_OF_CONDUCT.html).
Owner
- Name: Ghislain Vieilledent
- Login: ghislainv
- Kind: user
- Location: Pacific / Noumea
- Company: Cirad
- Website: https://ecology.ghislainv.fr
- Twitter: ghislainv
- Repositories: 85
- Profile: https://github.com/ghislainv
Researcher in ecology and applied statistics at Cirad
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ghislain Vieilledent | g****t@c****r | 54 |
| JeanneClement | j****6@l****t | 52 |
| GuillaumontP | p****t@g****m | 35 |
| lamonica-d | d****a@g****m | 21 |
Committer Domains (Top 20 + Academic)
laposte.net: 1
cirad.fr: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total 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
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- benjamindeneu (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/test-coverage.yaml
actions
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 2.10 depends
- RCurl * imports
- countrycode * imports
- geosphere * imports
- glue * imports
- httr * imports
- osmextract * imports
- retry * imports
- rgrass * imports
- rjson * imports
- sf * imports
- sp * imports
- stars * imports
- stats * imports
- stringr * imports
- terra * imports
- utils * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
.github/workflows/check-standard.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite