Stephan Rasp
Stephan Rasp
Thanks a lot for letting me know. I thought I fixed this but apparently I missed some variables. I will try to fix this soon. Also kudos for downloading the...
Hi, I just wanted to quickly reply. Unfortunately, I didn't get around to looking at this this week and will be on vacation next week. Hard for me to say...
Hmm, I think think the issue is that while level is a coordinate it is not actually a dimension of the data variables. `z` and `t` only have time, lat...
Does it work to just remove the .sel from all of these? I think in the version of the data I used for the notebooks, I had a level coordinate...
Yes, I used bilinear interpolation with xesmf. You can use `src/regrid.py`. You can use the download and regridding workflow defined in the snakemake file. The repo README has some brief...
This is amazing. Thank you so much.
I created a pull request to implement keep_attrs. The datatype is not such a big issue for me, since it's just as easy to convert the data afterwards.
Hi Tom, thanks so much for looking at the example. I am a little busy at the moment preparing for my PhD defense in a week. After I will have...
Is there a convenient way for me to share the dataset with you (several 100G). I currently do not have a good option.
This sounds like a great idea. Particularly focusing on the data pipeline up to the ML model. One small comment: I think also catering to less high-performance audiences would probably...