Skip to content

Commit

Permalink
Correct bulk link
Browse files Browse the repository at this point in the history
  • Loading branch information
clampr authored May 30, 2021
1 parent ff51483 commit df33b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bulk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Help Meteostat provide free weather and climate data by donating via [PayPal](ht
The download of full data dumps is dead simple and doesn’t even require an API key:

```sh
curl "https://bulk.meteostat.net/v2/hourly/10637.csv.gz" --output "10637.csv.gz"
curl "https://bulk.meteostat.net/v2/hourly/full/10637.csv.gz" --output "10637.csv.gz"
```

With our [Python library](/python/) we're providing a simple, yet powerful, wrapper for bulk data dumps. If you're into more complex analysis you should definitely have a look at it.
Expand Down

0 comments on commit df33b6a

Please sign in to comment.