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
Hi,
I am processing CHRTOUT files from v12 and running into an issue that I suspect is due to a var name change from "station_id" to "feature_id" between v11 and v12.
chrt.valid.v12<-ReadChrtout(outpathv12,gageList=gageIds,rtlinkFile=rtLinkv12,parallel=TRUE,
pattern=glob2rx("*.CHRTOUT_DOMAIN*"))
Error in { : task 1 failed - "object 'station_id' not found"
The text was updated successfully, but these errors were encountered:
Hi,
I am processing CHRTOUT files from v12 and running into an issue that I suspect is due to a var name change from "station_id" to "feature_id" between v11 and v12.
The text was updated successfully, but these errors were encountered: