Skip to content

Commit

Permalink
Fix cli examples in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Oct 28, 2023
1 parent 3448678 commit 1074c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@ Client
.. code-block:: bash
# Get list of all stations for daily climate summary data in JSON format
wetterdienst stations --provider=dwd --network=observations --parameter=kl --resolution=daily
wetterdienst stations --provider=dwd --network=observation --parameter=kl --resolution=daily --all
# Get daily climate summary data for specific stations
wetterdienst values --provider=dwd --network=observations --station=1048,4411 --parameter=kl --resolution=daily
wetterdienst values --provider=dwd --network=observation --station=1048,4411 --parameter=kl --resolution=daily
Further examples (code samples) can be found in the examples_ folder.

Expand Down

0 comments on commit 1074c91

Please sign in to comment.