user-1
(User 1)
1
This topic was automatically generated from Slack. You can find the original thread here.
from pipedream.script_helpers import (steps, export)
from meteostat import Daily, Stations
stations = Stations()
stations = stations.region('DE')
print('Stations in Deutschland:', stations.count())
user-1
(User 1)
2
Hi , I think this library is not compatible with Pipedream for now. Could you try to use their SDK in Node.js, or use their API instead?
user-1
(User 1)
3
Hi Leo, many thanks for the wuick feedback
user-1
(User 1)
4
Sure I will try to use this workaround. Best Manuel