How to Count the Number of Weather Stations in Germany Using Python and Meteostat?

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())

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?

Hi Leo, many thanks for the wuick feedback

Sure I will try to use this workaround. Best Manuel