Adding Météo-France radar precipitation dataset#51
Conversation
|
View preview of built jupyterbooks on https://mlcast-community.github.io/mlcast-datasets/pr-preview/pr-51/ |
|
Fixing minor typos on the bucket path to zarr file. |
|
Interestingly, it seems like that the final documentation notebook check passed because of a manual |
|
Conversion reference repository to perform the file conversion available at: https://github.com/mlcast-community/mlcast-dataset-FR-MF |
|
Hi ! I just have 2 questions :
Don't hesitate if you need more information. |
|
Good suggestion about including a link to hugging face @LBerth! Do you want to add that @gzemo? I also just pushed a commit to your branch @gzemo to make sure the notebook is included in the table-of-contents, otherwise it is not rendered (maybe we need a test to ensure all notesbooks are listed in the TOC...) I just had a look at the rendered notebook (https://mlcast-community.github.io/mlcast-datasets/pr-preview/pr-51/), by eye the spatial extent looks quite similar to the one on huggingface @LBerth - where do you see the borders/coastlines being incorrect? One could using the plotting routine on huggingface to really double check, what do you think @gzemo? |
|
Hi @LBerth & @leifdenby! Many thanks for your support and suggestions. Following, some updates on my side regarding some additional details / implementation.
for ax in g.axes.flat: # .axes is deprecated in v3.11.0
ax.coastlines()
ax.gridlines(draw_labels=["top", "left"]) # draw_labels is deprecated in v0.25.0In the last week presentation we had used the plotting code from the Hugging face repository. One can clearly see, as compared with the currently rendered one in the newly-added notebook, that latest plots show that the north most radar coverage is clearly including a broader portion of the southern UK coastlines. |
Ah, I see :) When you say "v2" is that v2 of the plotting script that meteo-france shared or is it something about the WKT string format? Or are you just calling this "v2" because you had to add the bbox info?
Looks good to me, what do you think @LBerth?
Interesting! Do you think this is a bug in I will be on holiday for the next three weeks so I won't be able to look at this then. So maybe we will merge this back when I return, I hope that is ok :) |
I am actually referring to the WKT-CRS data standard version (i.e. the WKT string format). The CRS_WKT provided by Meteo-France as in the original Hugging face repository is in WKT v1. To the best of my knowledge, the only possible way we had to add the required spatial contextual information (BBOX) was to convert the original WKT string from v1 to v2 and then add the said field.
Not really: I simply downgraded both versions to be compliant with the previous notebooks' visualisation command due to some deprecated |
|
Hi, |



Describe your changes
Pull request to start reviewing the addition of Météo-France Radar dataset (from 2020-01-01 to 2024-12-31, 5min, 1km grid-size).
The complete .zarr converted archive will be hosted on the ECMWF EWC S3 bucket.
Conversion pipeline from raw .npz radar data to the stardardised (plus validated via the mlcast-validator) .zarr format will be shared in a dedicated mlcast-community repository.
Issue Link
Original issue (#49).
Type of change
logs and .yaml configuration files updated by now.
Checklist before requesting a review