Xin Zhang
Xin Zhang
Maybe it's better to add these two to menu. It's easier to read articles and find specific one.
I'm using M2 Macbook Air and can't find the "Closed-Display Mode Fail-Safe" option: 
The `conservative` resampler is > The value of a destination cell is calculated as the weighted sum of the values of the source cells that it overlaps. according to [ESMPy](https://earthsystemmodeling.org/esmpy_doc/release/latest/html/RegridMethod.html?highlight=conservative)....
The `get_sum()` function doesn't accept the `fill_value` kwarg and will raise error. We can set it as kwrgs with the `np.nan` default value. So, if there's no input of `fill_value`,...
#### Code ```python import proplot as plot import pyresample import xarray as xr from satpy import Scene from pyresample import create_area_def from pyresample.bucket import BucketResampler abi_dir = '../data/GOES-16/ABI_L2/' channel =...
### Description The labels of longitude show correctly in v0.19.0, but do not work well in v0.20.1. #### Code to reproduce ``` import numpy as np import cartopy.crs as ccrs...
Currently, calculation of **tropopause** isn't available from the [Reference Guide](https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.html#soundings). If someone can add that feature, it could benefit a lot for people dealing with common sondes and ozone sondes....
- [x] Tests added - [x] Fully documented Sometimes when we save datasets to NetCDF as groups, it will be useful to add the group attributes. In this PR, I...
Add `bucket_min` and `bucket_max` functions, once the pyresample [PR](https://github.com/pytroll/pyresample/pull/368) is merged. - [x] Tests added
**Describe the bug** I tried to read the MODIS_L2 HDF files and got this error: ``` [ValueError: No supported files found]() ``` When I turned the debug on, I found...