easysnowdata.remote_sensing.authenticate_all#

easysnowdata.remote_sensing.authenticate_all()[source]#

Interactively authenticate with all credentialed data providers.

Runs the one-time credential setup for NASA EarthData and Google Earth Engine, then saves credentials locally so subsequent sessions require no further authentication.

Providers that require no credentials (Planetary Computer, anonymous GCS) are skipped.

Notes

Call this function once before using any function that requires requires_earthengine or requires_earthaccess. Credentials are stored in ~/.netrc (EarthData) and ~/.config/earthengine/credentials (Earth Engine).