Py_DSSATTools
Py_DSSATTools copied to clipboard
VARIABLE ERROR
Hello @daquinterop I hope you are doing great, we have got this error while creating weather instance, can you give us hint on this ? thanks
TypeError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_7804\2970603011.py in
TypeError: init() got an unexpected keyword argument 'variables'
apologies if its very basic , we are super new to this.
Create a WeatherData instance
WTH_DATA = Weather( dt, variables={ 'Absolute maximum temperature (°C)': 'TMAX', 'Absolute minimum temperature (°C)': 'TMIN', 'Cumulative precipitation(mm)': 'RAIN', 'Cumulative solar radiation(MJ/m2)': 'SRAD', 'Average relative humidity(%)': 'RHUM' } )
Write a weather data file
dt.to_csv('weather.csv')
# Create a WeatherStation instance
wth = WeatherStation( WTH_DATA, { 'ELEV': float(X_data['ELEV'].values[0]), 'LAT': float(X_data['LAT'].values[0]), 'LON': float(X_data['LON'].values[0]), 'INSI': X_data['INSI'].values[0] } )
thanks
Hi. Quick question, what version of the library are you using?
Heyy its 2.1.1
hello @daquinterop I hope you had great day.
changed the version of
error persists even with this older version.
Change the variables argument for vars. Or simply pass the arguments as non-positional arguments, I think that's how I do it in the example notebooks.
On Thu, Oct 12, 2023, 2:56 AM mhwahla @.***> wrote:
hello @daquinterop https://github.com/daquinterop I hope you had great day. changed the version of error persists even with this older version. [image: image] https://user-images.githubusercontent.com/51794945/274524604-80067e5f-561b-4820-abad-518e761c4478.png
— Reply to this email directly, view it on GitHub https://github.com/daquinterop/Py_DSSATTools/issues/20#issuecomment-1759117800, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJXEPKSZMQKZNJ7HTFRHG43X66PDBANCNFSM6AAAAAA535WM3U . You are receiving this because you were mentioned.Message ID: @.***>