Ryan Abernathey

Results 1264 comments of Ryan Abernathey

The long term solution here is to get the conda-forge build working as @giswqs is trying to do. @giswqs - you should direct your conda forge build questions to the...

The conda-forge package is now available! It is now trivial to install in linux and mac-os ```python conda install -c conda-forge richdem ``` https://anaconda.org/conda-forge/richdem

Recipe is here: https://github.com/conda-forge/richdem-feedstock

@fujiisoup: this is the issue that I think would help solve the challenge you described on the xarray mailing list

We are considering asking some interns to work on the xarray pydap handler. In the opinion of the pydap developers, would such an integration belong _inside_ pydap or as a...

pydap is a very valuable package for the python geoscience community. Are any of the maintainers at agencies who have a mandate to support such tools (e.g. Unidata, NCAR, NOAA,...

We would like to start working on this again now that pydap is revived. @TanBowen is an intern here at Columbia and might be able to contribute here. But it...

So following up @shoyer's comment, you would probably want to copy the general structure of the netCDF handler (https://github.com/pydap/pydap/blob/master/src/pydap/handlers/netcdf/__init__.py), but replace all calls to the netCDF library with xarray, following...

To my knowledge no one has done further work on this issue. It's really too bad because it is a low-hanging fruit that would open up all kinds of cool...

I am using dask-jobqueue today for the first time. I find myself wishing I could check the status of the worker jobs from the notebook (rather than flipping back to...