README.md

tic

ASAPI: AgroSpace API R Packages

OpenAPI Full documentation in api.agrospace.cl

Installation

remotes::install_github('agrospace/ASAPI')

Raster Layer

Satellite information base on pixel size of your farm.

Vectorial Layer

The vectorial layer contains attributable geometries to by assigned as paddocks names or similar information.

Time series

GIF and Dashboards

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

AgroSpace R Packages to use api.agrospace.cl

For work over new features please work in new branches

# create new branch
git checkout -b features
git pull

# push new branch to github
git push origin features

# set tracking
git branch --set-upstream-to=origin/features features

#delete branch locally
git branch -d features

# delete branch remotely
git push origin --delete features

Additional documentation

# https://r-pkgs.org/description.html
# https://kbroman.org/github_tutorial/


agrospace/ASAPI documentation built on Nov. 26, 2021, 3:36 a.m.