Scott Henderson
Scott Henderson
I'm surprised that *removing* a dependency does not remove it and sub-dependencies from an existing `conda-lock.yml` (condalock 1.0.5): Steps to reproduce: 1. `conda-lock lock --mamba -f environment.yml` with the following...
## Expected behavior and actual behavior. Currently it seems `rasterio.warp.reproject` does not perform 3D reprojections, for example converting elevation rasters from geoid to ellipsoid heights (CompoundCRS -> CompoundCRS). Below is...
https://github.com/jupyter-widgets/ipyleaflet/pull/598 added the ability to display maps with custom projections, which is highly useful for the polar regions! It's a bit unclear currently what is supported for adding data layers...
xarray 0.18 and rioxarray 0.4 were just released http://xarray.pydata.org/en/stable/whats-new.html#v0-18-0-6-may-2021 , and they included some important changes with backend configuration. Specifically, you can now [load xarray datasets via rioxarray.open_rasterio()](https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html#rioxarray) like so:...
#### Is your feature request related to a problem? Please describe. I'd like to be able to utilize WMTS tiles in a projection other Web Mercator (EPSG:3857), which currently does...
#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) geoviews 1.8.2 py_0 conda-forge bokeh 2.2.1 py37hc8dfbb8_0 conda-forge hvplot 0.6.0 pyh9f0ad1d_0...
#### Is your feature request related to a problem? Please describe. Adding tests against dependency libraries like xarray and pandas can preemptively catch issues like #563 (which came about due...
Currently dask worker pods are spread onto available nodes by the default kubernetes scheduler: ``` [ec2-user@ip-192-168-60-131 ~]$ kubectl get pod -o yaml dask-cgentemann-osm2020tutorial-nqchvhmy-6e9099fc-3k2s6c -n binder-staging | grep schedule schedulerName: default-scheduler...
An issue with the current service account and role [configuration](https://github.com/pangeo-data/helm-chart/blob/master/pangeo/templates/dask-kubernetes-rbac.yaml) of dask-kubernetes (0.10) on a multi-user platform like jupyterhub (1.0) is that authenticated users can interact with the resources of...
Loading small catalogs with intake-stac is very slow. It seems like there is some issue with _load() being called from intake for all items in a catalog, before they are...