Ray Bell

Results 154 issues of Ray Bell

Couldn't see an issue open for this. It may also not be in the roadmap. ``` import xarray as xr ds = xr.open_zarr("s3://era5-pds/zarr/2021/01/data/air_temperature_at_2_metres.zarr").isel(lat=0, lon=0) # coord named time0 with standard_name:...

See https://s3fs.readthedocs.io/en/latest/index.html

I have a partitioned parquet file in Blob Storage. I can copy it to local using a wildcard with `get`. Is there syntax to grab the folder without having to...

Doing some development work. Noticed when running `py.test adlfs/tests` it was very slow as it creates multiple azurite docker images. Should it be pinned to latest? ``` (base) ray@ray-MS-7B43:~$ docker...

```python import xarray as xr import cf_xarray.units import pint_xarray from pint_xarray import unit_registry as ureg xr.set_options(display_expand_data=False) ds = xr.tutorial.open_dataset("air_temperature") data = ds.air quantified = data.pint.quantify() expected = ds.air.where(ds.air.max()) quantified.where(quantified.max()) ```...

This PR adds the version info in the `ImportError` message. I find this useful as in the past I have received the message `ImportError: Numba needs NumPy 1.22 or less`...

3 - Ready for Review

## 🐍 Package Request - Package Name and Version : fiona >= 1.8 e.g. 1.8.12 - Package URL : https://github.com/Toblerity/Fiona - Package Dependencies that needs to be resolved first: Not...

new package request

In https://ipyleaflet.readthedocs.io/en/latest/index.html#try-it-online on ``` import piplite await piplite.install('ipyleaflet') ``` I get `ValueError: Couldn't find a pure Python 3 wheel for 'widgetsnbextension~=4.0'.`

Currently there is https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html#reading-files I would propose to amend the above for a quick example of reading from cloud storage e.g. `xds = xarray.open_dataset("s3://bucket/my.tif", engine="rasterio")` It would be good to...

enhancement
documentation

taken from geopandas https://github.com/geopandas/geopandas/blob/main/.github/workflows/release_to_pypi.yml should simplify the release procedure. This should trigger when a tag is created which start with v. You'll have to add your PYPI_API_TOKEN in the settings...