Scott Henderson
Scott Henderson
thanks @kthyng! If you could please add a small test that demonstrates opening the csv from a STAC item here that would be great https://github.com/intake/intake-stac/blob/e889999d2a3efac835676211ea387ea20eb58a9e/intake_stac/tests/test_catalog.py#L148 You can add an 'item_csv.json'...
Apologies for leaving this so long @kthyng! I think we can get it merged soon, just need to resolve the conflicts (click 'Resolve Conflicts' button below and just delete the...
After talking with @ShashankBice I spent a couple hours with the ASP docker image and ran through the [demcoreg beginners doc](https://github.com/dshean/demcoreg/blob/master/docs/beginners_doc.md). To some extent we already have a nice solution...
I didn't try all the get_*.sh scripts, (just nlcd, rgi, and bareground) and it looks like bareground hosting URL changed: ``` Downloading bare2010.zip --2020-04-29 04:27:35-- http://edcintl.cr.usgs.gov/downloads/sciweb1/shared/gtc/downloads/bare2010.zip Resolving edcintl.cr.usgs.gov (edcintl.cr.usgs.gov)... 152.61.136.26,...
Good catch, it was a a bit of a hack solution to try things out. Anything in `postBuild` (somewhat confusingly) is baked into the image at build time. BinderHub doesn't...
Nice idea @zmoon this would definitely be interesting to try! We're in the midst of a pretty big revamp leading up to a scipy workshop in July, and just switched...
I agree think the major drawback of Jupyter Book right now is the discrepancy between rendered notebooks on the website with lots of extra formatting compared to what is possible...
@dcherian I actually played around with this last week and accidentally opened the PR on my fork! https://github.com/scottyhq/xarray-tutorial/pull/5 But, I think the most straightforward solution is to have a *separate...
Strange. Took me a while to figure this out, but it is a side effect of #83 Adding `kernelspec` back into the notebooks brings back the rocket ship, it's possible...
``` "metadata": { "kernelspec": { }, ``` An empty dictionary doesn't work b/c `jb build` runs `nbformat` to check metadata tags: ```pytb ERROR: Notebook is invalid after preprocessor Exception occurred:...