easysnowdata.climate.era5.search#
- easysnowdata.climate.era5.search(aoi: Any = None, time: Any = None, *, source: str | None = None, version: str = 'ERA5', cadence: str = 'hourly') DataFrame[source]#
Inventory of the selected route: one row per variable.
ERA5 is a continuous store, not a granule archive, so
searchreturns the variables (name, units, long name) with the route’s time span. For the ARCO store the span comes from its metadata; for Earth Engine from the collection. aoi is accepted for symmetry and only validated.