Ray Bell

Results 101 comments of Ray Bell

I also see in `opt/tljh/installer.log` ``` 2021-12-17 04:31:59,773 Waiting for JupyterHub to come up (1/20 tries) 2021-12-17 04:31:59,788 Done! ``` in the logs so this may not be needed

FYI also occurs on this file ``` import xarray as xr ds = xr.open_dataset("https://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GFS/Global_0p25deg/Best", engine="pydap") UnicodeDecodeError Traceback (most recent call last) /var/folders/rf/26llfhwd68x7cftb1z3h000w0000gp/T/ipykernel_837/4088958308.py in ----> 1 ds = xr.open_dataset(url, engine="pydap") 2...

sounds interesting @krober10nd. Would you mind providing some dummy data and an expected result?

Interesting. I've used https://github.com/hgrecco/pint-pandas for unit conversion. Given geopy is a requirement makes sense to use that.

FYI got a slightly different error message yesterday regarding install via conda. ``` ray@ray-MS-7B43:~$ conda install -c pyviz geoviews Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen...

Copying @anitagraser's comment from https://github.com/anitagraser/movingpandas/pull/87#issuecomment-1008020689 here https://github.com/anitagraser/movingpandas/pull/93 added code for optional installs (inspired from xarray) which looks like: FILE.py: ``` try: from MODULE import CLASS/FUNCTION except ImportError as error: raise...

> Hi Ray, could you add some details on what you are envisioning? As far as I can tell, our tests run against the latest releases on conda-forge already Nightly...

I'll find some better examples when I can but here is one: https://github.com/xarray-contrib/xskillscore/blob/main/.github/workflows/upstream-dev-ci.yml

Can this be closed? The linked issue seems to solve this. There is also https://stackoverflow.com/questions/66229140/xarray-read-remote-grib-file-on-s3-using-cfgrib

My guess is: if cfgrib can't decode it it gets named `paramId_0`. I've been unable to extract a variable out of a grib file which is level: pressureFromGroundLayer (not HRRR...