Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/cog overviews #90

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ website:
- cloud-optimized-geotiffs/intro.qmd
- cloud-optimized-geotiffs/cogs-details.qmd
- cloud-optimized-geotiffs/cogs-examples.ipynb
- cloud-optimized-geotiffs/cogs-overview_resampling.ipynb
- section: Zarr
contents:
- zarr/intro.qmd
Expand Down
10 changes: 8 additions & 2 deletions cloud-optimized-geotiffs/cogs-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@
"The packages needed for this notebook can be installed with `conda` or `mamba`. Using the [`environment.yml` from this folder](./environment.yml) run:\n",
"\n",
"```bash\n",
"conda create -f environment.yml\n",
"conda env create -f environment.yml\n",
"```\n",
"\n",
"or\n",
"\n",
"```bash\n",
"mamba create -f environment.yml\n",
"mamba env create -f environment.yml\n",
"```\n",
"\n",
"then activate and select the kernel in the notebook (running in Jupyter)\n",
"\n",
"```bash\n",
"conda activate coguide-cog\n",
"```\n",
"\n",
"This notebook has been tested to work with the listed Conda environment."
Expand Down
Loading
Loading