Skip to content

Commit

Permalink
Merge branch 'main' into docs/update_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GratienDSX authored Jan 6, 2025
2 parents 10721b9 + 03b5312 commit 9dbf8ac
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/pages/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ There is one reason for using **Meteole**:
## Before Meteole :cloud_with_rain:

Accessing weather data from Météo-France via Python can be a bit cumbersome and time-consuming.
Accessing weather data from Météo-France via Python could be quite challenging and time-consuming.

It involves:
It involved:

* diving into Météo-France documentation
* handling expiring tokens
* managing XML responses
* explore specificities for every indicator
* parse responses to get a clean dataframe
* Diving into Météo-France documentation
* Handling expiring tokens manually
* Managing XML responses
* Dealing with the specificities of each weather indicator
* Parsing responses to get a clean dataframe

## After Meteole :sunny:

**Meteole** allows to quickly fetch tidy pandas dataframes full of weather-rich data:
**Meteole** simplifies the process, allowing you to quickly fetch tidy pandas dataframes full of weather-rich data:

* By handling the API boilerplate;
* By providing simple and well-documented function;
* By using heuristics when necessary parameters are not provided ;
* By handling the API boilerplate
* By providing simple and well-documented function
* By using heuristics when necessary parameters are not provided
* By providing options to use individual parameters or a coverage_id for weather indicators

0 comments on commit 9dbf8ac

Please sign in to comment.