Hi,
I tried use the MesoPy precip to get the precipitation for RAWS stations,
e.g.
if I use the ASOS stations as stid it works:
precip = m.precip(stid='KCLL', start='201712131200',
end='201712141200', units='precip|in')
however, If I just changed it to raws station:
precip = m.precip(stid='CDDT2', start='201712131200',
end='201712141200', units='precip|in')
It gives me a MesoPy.MesoPyError: 'No results were found matching your query'
Does that mean the MesoPy doesn't support RAWS stations?
How should I do if I want the pecipitation for the RAWS stations?
Looking forward t hearing from you.
Thanks,
Ping Yang(Peter)
Hi,
I tried use the MesoPy precip to get the precipitation for RAWS stations,
e.g.
if I use the ASOS stations as stid it works:
precip = m.precip(stid='KCLL', start='201712131200',
end='201712141200', units='precip|in')
however, If I just changed it to raws station:
precip = m.precip(stid='CDDT2', start='201712131200',
end='201712141200', units='precip|in')
It gives me a MesoPy.MesoPyError: 'No results were found matching your query'
Does that mean the MesoPy doesn't support RAWS stations?
How should I do if I want the pecipitation for the RAWS stations?
Looking forward t hearing from you.
Thanks,
Ping Yang(Peter)