This package provides functions to interact with the Argos and DRUID Ecotopia APIs, allowing users to authenticate, retrieve device information, and access platform data, such as GPS locations, sensor readings, and more.
You can install the apis
package directly from GitHub:
remotes::install_github("mpio-be/apis")
-
argos_login(un, pwd, wsdl_server)
: Authenticate. -
argos_devlist(login)
: Retrieve a list of devices. -
argos_data(login, platformId, nbDaysFromNow)
: Download data.
-
ecotopia_login(un, pwd, kw1, kw2)
: Authenticate. -
ecotopia_devlist(logstring)
: Retrieve a list of devices. -
ecotopia_data(logstring, id, datetime, what)
: Download data.
MIT License.
Feel free to open issues or submit pull requests for bug fixes or enhancements.