Whyjay Zheng
Whyjay Zheng
**Summary**: This solves [diagnosis #3 described here](https://github.com/orgs/executablebooks/discussions/791). **Explanation**: `conf.py` generated by `jupyter book config` does not include a necessary extension `sphinx_multitoc_numbering` when `use_multitoc_numbering` is set to true. This causes inconsistency...
### Context According to my best knowledge and summary at https://github.com/orgs/executablebooks/discussions/220#discussioncomment-3284310, there is currently no way for Jupyter Book CLI to pass the configuration overrides to sphinx (i.e., all configurations...
### Describe the bug **context and bug** The language support seems not working (or partially working) now when used together with Jupyter Book. No matter what language is set in...
Hi, I have been using ISCE, particularly the Ampcor component, for my feature tracking package [CARST](https://github.com/whyjz/CARST). I run feature tracking using both optical and SAR images. My question is: when...
Hi, It seems to me that importing `isce` changes the environmental logging settings to the debug level. For example, the following code works well: ``` import rasterio ds = rasterio.open('https://download.osgeo.org/geotiff/samples/GeogToWGS84GeoKey/GeogToWGS84GeoKey5.tif')...
As discussed in #243, I edited the rule for finding the VRT -- if the file name is actually a URL, the Data Accessor will read the corresponding VRT file...
Hi, It looks like intake-stac is affected by the [recent deprecation](https://docs.xarray.dev/en/stable/whats-new.html#id226) of `xarray.open_rasterio()` and throws errors while loading geotiff/COG files. Here's a minimum reproducible example: ``` import intake catalog_url =...
As per the discussion thread on Slack, here are some ideas we could consider to improve the cloud-based research activities. - **Including a bash kernel in the default hub image**:...
This issue is based on the discussion at the JMTE meeting this Monday. Suppose we follow the [AGU guidelines](https://zenodo.org/record/4774441#.YN81W-gzY2w). To include Notebooks as part of an academic publication, we push...
@fperez mentioned this at today's project meeting -- this thought came from the Cryosphere working group meeting several weeks ago, and I feel that it might worth sharpening the question...