Olivier Marti
Olivier Marti
Hi, I have an xarray Dataset : ``` >>> inFile Dimensions: (time_counter: 6000, x: 182, y: 149) Coordinates: * time_counter (time_counter) float64 3.02e+07 ... 1.892e+11 Dimensions without coordinates: x, y...
## Description I can not find any key combination that perform an `undo` in a cell. For any kind of cell : python, markdown or raw. I've tried `crtl-z`, `cmd-z`,...
``` # Needed modules import xarray as xr import cftime, matplotlib.pyplot as plt # Open data on ESGF server d_tas = xr.open_dataset ("https://vesg.ipsl.upmc.fr/thredds/dodsC/cmip5/output1/IPSL/IPSL-CM5A-LR/rcp85/day/atmos/day/r1i1p1/v20111103/tas/tas_day_IPSL-CM5A-LR_rcp85_r1i1p1_20060101-22051231.nc", decode_times=True, use_cftime=True) # Define variable tas =...
### What happened? For a season like ["Dec", "Jan", "Feb"], xcdat use Dec value of the year, not of the previous year, at it should for custom seasons ### What...
### Description `cartopy.util.add_cyclic` returns numpy arrays, not xarrays. This is uncomfortable in a lot a cases. For instance one can not use the plot facilities of xarray In cartopy 0.22.0...
### Is your feature request related to a problem? # Short story Custom seasonnal means doesn't work with my model outputs :-( # Long story IPSL Earth System Model raw...
### Description Cartopy does not format longitude/latitude axis #### Code to reproduce ``` import matplotlib.pyplot as plt import cartopy.mpl.ticker, cartopy.crs as ccrs # Describe the model projection in the file...
Hello, On my Android phone, I have a notification from Yaga : "Background Service. Preparing". It came back after a phone restart, and it's still running after 4 days. What...
I want to build a cartopy feature for Antartica in palaeo geography. I have the lon/lat of the coastline. I can't find a way to have a nice plot in...