KMarkert / hydrate

Python package to setup and run hydrologic models using data from Earth Engine
GNU General Public License v3.0
17 stars 6 forks source link

ValueError: Server returned a bad status of 403:Forbidden #6

Open shrijwal opened 1 year ago

shrijwal commented 1 year ago

Hi @KMarkert

I tried using VIC through hydrate but it threw error at chirps = hyd.Forcing(session, 'earthengine-public', 'UCSB-CHG/CHIRPS/DAILY', bands=['precipitation'])

and the error is ValueError: Server returned a bad status of 403:Forbidden

Could you shed some light on what may be the issue? Thank you very much for your help,

Shri