Scott Henderson

Results 271 comments of Scott Henderson

this is awesome. @dcherian you'll have to re-render the lockfile with the new pip package b/c that is what gets used in CI https://github.com/xarray-contrib/xarray-tutorial/tree/main/conda#createupdate-multiplatform-lockfile

gotcha. I'm fine leaving this in draft form and revisiting at some later date, or separate out just the intersphinx piece (maybe just for xarray?) and revisit the code block...

- http://gallery.pangeo.io/repos/pangeo-data/pangeo-tutorial-gallery/xarray.html# - https://geohackweek.github.io/nDarrays/ - https://snowex-hackweek.github.io/website/tutorials/sar/sentinel1.html

We've been using Netlify for this on other projects https://jupyterbook.org/publish/netlify.html, and it is very nice to have It's free, but requires an email account to setup and charges a subscription...

I should clarify, the above approach is for when JupyterBook is *built via github actions* as is currently done. Other hosting options have integrated PR previews via GitHub Apps. But...

Just came across this, as I observed the following cache miss repeatedly happening in the logs: ``` Will fetch Mambaforge 4.11.0-4 from https://github.com/conda-forge/miniforge/releases/download/4.11.0-4/Mambaforge-4.11.0-4-Linux-x86_64.sh Ensuring Installer... Checking for cached [email protected]... Did...

> I am a little concerned with the lack of standardisation of the environment.yml format Just wanted to highlight this concern. conda-lock has been wonderful and the unified lockfile is...

Agreed this would be great to document thoroughly. See also this relevant issue + discussion in rioxarray https://github.com/corteva/rioxarray/issues/253

Thanks for documenting this @alistaireverett, it is a bit surprising. Interestingly the default output Zarr is identical in memory to the starting netCDF dataset: ```python ds = xr.open_dataset("in.nc") ds.to_zarr("out.zarr") dz...

Thanks for raising this issue @Ockenfuss and thoroughly documenting the behavior. > The interpolated value 1 at the beginning is far from any of the given values Agreed that is...