easysnowdata.hydroclimatology.get_snodas#

easysnowdata.hydroclimatology.get_snodas(bbox_input: GeoDataFrame | tuple | BaseGeometry | None = None, start_date: str = '2003-10-01', end_date: str = None, variables: str | list | None = None, initialize_ee: bool = True, **kwargs) Dataset[source]#

Deprecated since version 0.1.0: easysnowdata.hydroclimatology.get_snodas is deprecated since easysnowdata 0.1.0 and will be removed in 0.3.0. Use easysnowdata.snow.snodas.load instead. The new loader defaults to the authoritative NSIDC G02158 archive, which needs no Earth Engine account; pass source=’gee-climate-engine’ for the mirror this function used.

Deprecated alias of easysnowdata.snow.snodas.load().

Keeps the Earth Engine route this function has always used, so the data and the credentials are unchanged; initialize_ee is accepted and ignored. The new default route (source="nsidc") needs no account.