Jean-Yves Peterschmitt

Results 38 comments of Jean-Yves Peterschmitt

Trouble is that I only use PowerShell as a terminal (in a [Windows Terminal](https://github.com/microsoft/terminal)) I mostly use Linux related shells and programming tools on remote servers, and I'm not going...

I have directly pasted the command in a PS, but I'm getting a `command not found` error. Am I doing something wrong, or do I have to install some extra...

Thanks @stephengillie ! I have succesfully used the `Install-Module Microsoft.WinGet.Client` and` Import-Module Microsoft.WinGet.Client` commands **I had to use an elevated PS and accept something called `NuGet`**. I hope all of...

@stephengillie Do not worry, I think your answer was quite relevant and I have added it to my small winget documentation! But I do hope some winget developper (@denelon ?)...

Maybe an example will help As an example, I have put 3 jpg below, based on the [cheatsheets.pdf](https://matplotlib.org/cheatsheets/cheatsheets.pdf) and the [beginner handout](https://matplotlib.org/cheatsheets/handout-beginner.pdf) files - a jpg taken directly from a...

My thanks to all the people trying to find a clean solution!

Well, it's certainly not `nc-time-axis`' fault! We don't know how long it will take for a fix to be added to matplotlib, and then when we will use this updated...

You are right, most people unfortunately don't know about `nc-time-axis` (and possible non-standard calendars related problems)! It took @oliviermarti and I some time to identify the problem and try to...

This is the [up-to-date link for toy data](https://xarray.pydata.org/en/v2022.06.0/examples/weather-data.html) you mentioned, but I'd rather have data coming from **actual netCDF files** than toy data generated in memory! Some not-too-big test data...

Hmmm, I had a quick look at the `pooch` GH page. It looks really nice and fancy but: - it may be an overkill for our purpose, from the end...