Scott Henderson
Scott Henderson
> This is how it looks if I use the "tip" syntax In the notebook, I really like that appearance, but unfortunately the jupyterbook rendering is inconsistent: https://xarray-contrib-xarray-tutorial-preview-pr-180.surge.sh/advanced/apply_ufunc/simple_dask_apply_ufunc.html#dimensions-that-change-size
Just wanted to note that jupyterlab-myst 2.0 is nicely solving the problem of a consistent appearance of notebooks in jupyterlab and as rendered by jupyter book. But sharing the notebook...
closed by #270
@rsignell-usgs I'd really like to try this with Icesat-2 data, but don't have time to dig into the 'unsupported filters' issue (https://github.com/intake/fsspec-reference-maker/issues/9). Nevertheless, these files currently have very small chunks,...
Or if you prefer, here is a raster dataset that is not as cumbersome (just 60MB on disk), but small chunks as well: https://grfn.asf.alaska.edu/door/download/S1-GUNW-A-R-137-tops-20200311_20200305-015951-41897N_400275N-PP-8413-v2_0_2.nc ```python h5 = h5py.File('S1-GUNW-A-R-137-tops-20200311_20200305-015951-41897N_400275N-PP-8413-v2_0_2.nc') h5['science/grids/data/amplitude'].shape #...
> 286 out of 962 HDF5 datasets are stored using the compact layout that is a lot of datasets in this single file! ;) @ajelenak and @martindurant thanks for looking...
@martindurant I'm glad you're experimenting with that icesat2 data! Note that the full data documentation is here https://nsidc.org/data/ATL03 and in the interim there was a major version update (The file...
Wanted to point out that while things work well with pystac_client search returns, the `from_file` method is still slow. I don't really understand the root resolution issues. But this affects...
Hi @rmg55 and @TomAugspurger . Very excited about the potential for stac-vrt for both mosaicing and stacking! These ideas are all great. A lot of this discussion has come up...
Thanks for opening up discussion on these things and putting together stac-vrt @TomAugspurger ! I just wanted to link to some discussion I think is relevant here. If I understand...