Overview
orbis
is an R package that offers a comprehensive suite of tools for simplifying spatial data analysis.
If you find this project useful, please consider giving it a star!
Installation
You can install orbis
using the remotes
package:
remotes::install_github("danielvartan/orbis")
Usage
orbis
is equipped with several functions to help with your analysis, such as:
-
filter_points_on_land
: Filters latitude/longitude points that intersects with a givensf
geometry. -
get_country_names
: Get names or codes of all countries present in the ISO 3166-1 standard. -
get_brazil_region
: Get Brazilian regions. -
get_brazil_fu
: Get Brazilian federative unit abbreviations. -
get_brazil_state
: Get Brazilian state names. -
get_brazil_municipality
: Get Brazilian municipalities data. -
get_sidra_by_year
: Get and aggregate data by year from SIDRA API (to avoid overloading). -
wc_to_ascii
: Convert WorldClim GeoTIFF files to ASCII raster format.
Click here to see the full list.
License
orbis
code is released under the MIT license. This means you can use, modify, and distribute the code as long as you include the original license in any copies of the software that you distribute.
Contributing
Contributions are welcome, including bug reports. Take a moment to review our Guidelines for Contributing.
You can also support the development of orbis
by becoming a sponsor. Click here to make a donation. Please mention orbis
in your donation message.