Skip to contents

Filter the climateR catalog based on a set of constraints

Usage

climater_filter(
  id = NULL,
  asset = NULL,
  AOI = NULL,
  startDate = NULL,
  endDate = NULL,
  varname = NULL,
  model = NULL,
  scenario = NULL,
  ensemble = NULL
)

Arguments

id

The resource, agency, or catalog identifier

asset

The subdataset or asset in a given resource

AOI

an sf of SpatVect point or polygon to extract data for

startDate

a start date given as "YYYY-MM-DD" to extract data for

endDate

an end date given as "YYYY-MM-DD" to extract data for

varname

variable name to extract (e.g. tmin)

model

GCM model name generating

scenario

A climate or modeling scenario

ensemble

The model ensemble member used to generate data

Value

data.frame