Charles Stern

Results 443 comments of Charles Stern

Awesome! I'll follow-up on #87. Re: licensing/attribution, I wasn't sure what best practice would be. As our [Browse.vue](https://github.com/pangeo-forge/pangeo-forge-vue-website/blob/main/src/components/Browse.vue) is nearly identical to your example for `stac-index`, would it be best...

Fwiw, the presence of the execution counters actually gives me more confidence that the code will work

The official python docs have this cool `>>>` button in the top right corner of their examples that lets you toggle the dots on/off. There's some examples if you scroll...

Yes, this is possible with `graphviz`. Here is a very simple graph I embedded in the `pangeo-forge-recipes` docs: > https://pangeo-forge.readthedocs.io/en/latest/pangeo_forge_cloud/pr_checks_reference.html Here's where that graph is defined in the docs markdown:...

Hmm I just realized that your aim is to include this in a HTML repr, not sphinx docs. That I haven't done before. And if you're using HTML, I wonder...

> For better or worse, the test suite passes with those lines removed... xref https://github.com/pangeo-forge/pangeo-forge-recipes/issues/173

Great catch! We should add this to the documentation, but for your reference now: https://github.com/pangeo-forge/noaa-oisst-avhrr-only-feedstock/blob/main/feedstock/meta.yaml

> shall I make the edit? Yes! Would be great to have a PR from you, @jkingslake! This is the file with the bad link: https://github.com/pangeo-forge/pangeo-forge-recipes/blob/master/docs/intro_tutorial.md One caveat: I don't...

> the chunkwise view depends on random access in the original files, which may not be possible for some HTTP/FTP servers Martin, do I understand this correctly to mean that...