Skip to content

Commit

Permalink
add docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Jan 14, 2025
1 parent 92104c9 commit 9358400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ dms_to_dd
```@docs
collect_data_ECA
collect_data_INRAE
collect_data_MeteoFrance
download_data_MeteoFrance
clean_data
select_in_range_df
shortname
```
Expand Down
1 change: 1 addition & 0 deletions examples/tuto_add_station_variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dfs = collect_data_MeteoFrance.([49215002, 80557001, 40272002, 63345002])
```
However, the data there does not exactly match the available on CLIMATIK, (less data, different values ...).
For now I stored the CLIMATIK data on a private repo until the Météo France data is fixed.
[^climatik]: Delannoy, David; Maury, Olivier; Décome, Jérémie, 2022, “CLIMATIK : système d’information pour les données du réseau agroclimatique INRAE”, [https://doi.org/10.57745/AJNXEN](https://doi.org/10.57745/AJNXEN), Recherche Data Gouv, V1
"""

Expand Down

0 comments on commit 9358400

Please sign in to comment.