Xianxiang Li

Results 6 issues of Xianxiang Li

### Description `io.shapereader` currently does not support `encoding` specification. It relies on `pyshp` under the hood, but `pyshp` supported `encoding` ever since v2.0 (back in the year of 2018). It...

## Rationale close #1782 by changing LineString geometries facecolor to None. ## Implications

Type: Enhancement
Component: Feature source

## Rationale Close #1734 ## Implications None as far as I can see. ## Example ```python import matplotlib.pyplot as plt import cartopy.crs as ccrs fig = plt.figure(figsize=[4, 6]) ax1 =...

Type: Enhancement
Component: Raster source

On AWS pangeo deployment, I chose the first option 'Pangeo-notebook', but it does not pull the latest pangeo notebook image. As a result, the package seaborn can't be found. The...

In `using-intake-catalog.ipynb`, we need to specify `storage_options` for `to_dataset_dict`, in addition to the `zarr__kwargs`. Otherwise, an 'Access denied' error will appear. In the other notebook `kay-et-al-2015.v3.ipynb`, this option is specified...

In `using-intake-catalog.ipynb`, the catalog returned only includes a column `long_name` rather than `variable_long_name`, which was referenced in the code many times and will result in runtime error. If there is...