Skip to contents

The RADIS package aims to facilitate the extraction of environmental data from various cartographic or spatial sources or APIs. It allows for the retrieval of this information using specific spatial shape. This package also formats the extracted data in a way that makes it easily exploitable for further analysis.

Installation

You can install the stable version of RADIS like so:

install.packages(
  'RADIS',
  repos = c('https://inrae.r-universe.dev', 'https://cloud.r-project.org')
)

The development version can be installed from INRAE’s Forge using the remotes package:

#install.packages("remotes")
remotes::install_git(
  'https://forge.inrae.fr/umr-g-eau/radis.git',
  dependencies = TRUE
)

Documentation of the development version is available at: https://umr-g-eau.pages-forge.inrae.fr/radis/dev/.

Launch the library

Features

RADIS links environmental datasets to polygons in France:

🙏 Acknowledgments

The RADIS package is being developed as part of the PTGE project within the Joint Research Unit “Water Management, Actors, Territories” (UMR G-EAU) and the EACC Chair. It is also supported by the Alliance H@rvest chair.