You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this works well, except that wdm_insert_one cuts the hours from 1 to 24 which causes maybe a 1 hour lag? Either way, wdm2text will NOT export the final year since it is not deemed complete 12/31/2021 23:00:00
Troubleshooting / Debugging
This command: wdmtoolbox csvtowdm --input_ts=./N51165.PRC prad_N51165.wdm 2000 has error:
TypeError: <U24 cannot be converted to a FloatingDtype
Daylight savings time, consecutive entries are non-contiguous, i.e., this fails (lacks hour 3 on the 29th):
Use Examples
Add a new DSN
DSNs must exist before trying to put data in them. So we use wdmtoolbox (a la:
sudo pip install wdmtoolbox
, see more at https://pypi.org/project/wdmtoolbox/ and https://timcera.bitbucket.io/wdmtoolbox/docs/index.html)wdmtoolbox createnewdsn --tstype WATR --tcode 3 river.wdm 10
wdm_insert_one
cuts the hours from 1 to 24 which causes maybe a 1 hour lag? Either way, wdm2text will NOT export the final year since it is not deemed complete 12/31/2021 23:00:00Troubleshooting / Debugging
wdmtoolbox csvtowdm --input_ts=./N51165.PRC prad_N51165.wdm 2000
has error:TypeError: <U24 cannot be converted to a FloatingDtype
The text was updated successfully, but these errors were encountered: