easysnowdata.hydroclimatology.get_era5#
- easysnowdata.hydroclimatology.get_era5(bbox_input: GeoDataFrame | tuple | BaseGeometry | None = None, version: str = 'ERA5', cadence: str = 'HOURLY', source: str = 'auto', start_date: str | None = None, end_date: str | None = None, variables: str | list | None = None, initialize_ee: bool = True, **kwargs) Dataset[source]#
Deprecated since version 0.1.0: easysnowdata.hydroclimatology.get_era5 is deprecated since easysnowdata 0.1.0 and will be removed in 0.3.0. Use easysnowdata.climate.era5.load instead. The new loader takes aoi= and time= (any AOI/time form), serves hourly ERA5 from ARCO-ERA5 without Earth Engine credentials, and returns the standard attrs.
Deprecated alias of
easysnowdata.climate.era5.load().Every old keyword still works for one release.
initialize_eeis accepted and ignored (Earth Engine is initialised on first use througheasysnowdata.auth), andsourcestill takes"auto","GEE"or"GCS".