Is this group still used?
I'm currently working on building a flood level warning model for an island in the californian river delta, but I can't really figure out the right way to download the data from the CDEC website.
So I use this line of code:
data = cdec.historical.get_data(station_ids=['ORO'], sensor_ids=[23], resolutions='hourly', start='2020-02-01', end='2020-02-25')
but the dataframe it pulls remains empty.
{'ORO': {'RESERVOIR OUTFLOW': Empty DataFrame
Columns: [station_id, duration, sensor_number, sensor_type, obs_date, value, data_flag, units]
Index: []}}
It is able to find the station ids and variables available for the station.
Please let me know if this is still being used and if someone would be able to help me.
I want to thank you for your time in advance!