Jean-Yves Peterschmitt

Results 24 issues of Jean-Yves Peterschmitt

Salut, I'm thinking you should maybe remove the (very) few references to pylab in your tutorial, as the offcial documentation now says "[The pylab API (disapproved)](https://matplotlib.org/api/index.html?highlight=pylab#the-pylab-api-disapproved)"

I have just used `ax_plot.add_feature(cfeature.LAND)` for the first time, which triggered an **external data download** ``` /home/share/unix_files/cdat/miniconda3/envs/cdatm_py2/lib/python2.7/site-packages/cartopy/io/__init__.py:260: DownloadWarning: Downloading: http://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip warnings.warn('Downloading: {}'.format(url), DownloadWarning) ``` This went quite well, but it...

I'm afraid this may be a stupid question, but I have found conflicting information about the latest basemap version and I'd like to know the correct answer. And maybe someone...

I have been trying to plot unstructured data with **contour** and **contourf**, using the **tri=True** parameter. It works fine with contourf, but **I get a huge traceback when using contour**...

Thanks a lot for the nice cheatsheets! I have followed a link to this GH page to get a pdf version (for printing) - The 3 handouts (Beginner, Intermediate and...

This is obviously more a feature than a bug, otherwise it would have been corrected (I'm using numpy 1.20.1). But it has been bothering me for a very long while,...

04 - Documentation
component: numpy.ma

## 📚 Documentation This is a nice and useful extension of `cftime` and `matplolib`! We spent some time this afternoon with @oliviermarti trying to understand why a time series based...

New: Documentation
Type: Documentation

### Describe your documentation update I wonder if there are xCDAT (or xarray) test files that can be (pre)downloaded and can be used for : - testing xCDAT with known...

type: docs

Apologies for a possibly stupid question, but I'm a python+netcdf user, and not a grib user One of our users needs a/the python wrapper for eccodes and I see on...

I have just learned about yet another set of palettes, the [colorspace palettes](https://python-colorspace.readthedocs.io/en/latest/examples/hcl_palettes.html) (from [colorspace](http://colorspace.r-forge.r-project.org/), _A Toolbox for Manipulating and Assessing Colors and Palettes_) I suppose they could be also...