The goal of the extractr
R library is to provide easy to use extraction and summarization functions in R for common datasets (ERDDAP, Google Earth Engine, DataOne, etc).
For an example on how to use the functions, please see Get started.
ERDDAP:
- Basic extraction from polygon for ERDDAP datasets:
get_ed_grds()
- Utility functions for ERDDAP metadata:
get_ed_dates()
,get_ed_dates_all()
, - Improve raster generation for non-rectilinear grids: #3
Google Earth Engine (GEE):
- Basic extraction from polygon for GEE datasets: #4