Scott Henderson

Results 119 issues of Scott Henderson

How nodata values are specified in cloud-optimized geotiffs comes up a fair amount https://discourse.pangeo.io/t/nodatavals-attribute-in-geotiffs-and-xarray/1379 wanted to link to this discussion on best practices https://github.com/cogeotiff/www.cogeo.org/issues/37

I've never been clear on whether or not xarray+dask computations using threads are hampered by file locks. It's complicated because GDAL-->rasterio-->xarray-->dask are all involved. Rasterio recently updated their example of...

it's been a while, not sure if folks want to do this. I find myself always using staging on aws.

tried to log into https://aws-uswest2.pangeo.io today but was not getting a server. turns out our core node (running on spot) was shut down and when the cluster-autoscaler pod was recreated...

this is how the current pangeo aws custer was deployed with eksctl and kubectl

I haven't used the dask labextension for a bit, and seem to have forgotten which URL to paste into the labextension URL box to get the widgets to work. @TomAugspurger...

This is an issue for discussing the current staging -> prod workflow and management and testing of Docker images. The original design of hubploy works great for a single image...

The first iteration of dask-gateway allowed easily setting limits per-user. As of 0.7.1 this is no longer the case due to some refactoring. Now we can only directly limit the...

With https://github.com/pangeo-data/pangeo-cloud-federation/pull/675 merged we are automatically admitting Pangeo Cloud Applicants. But the website (https://pangeo.io/cloud.html#sign-up) states: > Access will be granted based on a review of the proposed research project and...

Thanks @rabernat for prototyping authentication with Auth0 - which seems to be working as of https://github.com/pangeo-data/pangeo-cloud-federation/pull/606 with this config (https://github.com/pangeo-data/pangeo-cloud-federation/compare/3d0aee8..ddc49c4?diff=unified). I like the idea of using Auth0, since it seems...