Hi Tim
I am trying to download NLDAS data using the script and the dataframe that is returned is empty. I am wondering if it is due to Govt. shutdown or error in the script.
df = tsget.ldas_nldas_fora(variables='NLDAS_FORA0125_H_2_0_LWdown',
startDate='2012-01-01', endDate='2016-01-01',
lon = -122.27, lat = 47.78)
print(df.head())
Thank you so much in advance.
Anurag