Jean-Yves Peterschmitt

Results 38 comments of Jean-Yves Peterschmitt

Another _data sample_ example from [xoa](https://github.com/xCDAT/xcdat/discussions/295) ``` >>> import xoa >>> xoa.show_data_samples() gdp-6203641.csv hycom.gdp.u.nc hycom.gdp.v.nc hycom.gdp.h.nc croco.south-africa.surf.nc hycom.cfg croco.cfg gdp.cfg mercator.cfg argo.cfg croco.south-africa.zonal.nc croco.south-africa.meridional.nc ibi-argo-7900573.nc argo-7900573.nc >>> xoa.get_data_sample('hycom.gdp.u.nc') '/home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm_py3/lib/python3.8/site-packages/xoa/_samples/hycom.gdp.u.nc' >...

Note: see example usage of `vcs.sample_data + '/tas_mo.nc'` in https://github.com/xCDAT/xcdat/issues/310#issuecomment-1212866276

I have added an [Easy to use datasets](https://wiki.lsce.ipsl.fr/pmip3/doku.php/other:python:jyp_steps#easy_to_use_datasets) section to my _python_ page, with test/tutorials datasets from several packages @tomvothecoder It seems that xarray uses [xarray.tutorial.load_dataset](https://docs.xarray.dev/en/stable/generated/xarray.tutorial.load_dataset.html#xarray-tutorial-load-dataset). Maybe xcdat could have...

Is this why I'm getting the following _altered file_ information? ``` $ conda doctor -n base Environment Health Report for: /home/share/unix_files/cdat/miniconda3_2024-03 Altered Files: python-3.12.3-hab00c5b_0_cpython: 1 Environment listed in environments.txt file:...

I have just ran into the same problem with the latest version of conda (`24.3.0`). **Search with wildcards fails in a tcsh shell**, but works fine in a bash shell....

@chengzhuzhang the document you probably want about the _slices_, is page 9 of `Unlocking_CDATs_Best_Kept_Secrets.pdf`, available through https://github.com/xCDAT/xcdat/discussions/170. The option is probably also described in `cdms5.pdf`, but I think the figure...

This _standard_ feature seems like a good idea

Thanks! So, the bindings we get with `import eccodes` actually comes from the `python-eccodes` package? About the python documentation, is the [ecCodes Namespace Reference page](http://download.ecmwf.int/test-data/eccodes/html/namespaceec_codes.html) the right/best page to check?