Skip to content

Commit 7e253a0

Browse files
authored
Add docs for accessing cogs with terra (#125)
* Add docs for accessing cogs with terra * Update docs to better illustrate internal tiling * Add more information on gdal configs * Add dependencies for stars and implement stars guide for R
1 parent b0924a1 commit 7e253a0

File tree

4 files changed

+5387
-0
lines changed

4 files changed

+5387
-0
lines changed

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ website:
4040
- cloud-optimized-geotiffs/cogs-examples.ipynb
4141
- cloud-optimized-geotiffs/cogs-overview_resampling.ipynb
4242
- cloud-optimized-geotiffs/writing-cogs-in-python.ipynb
43+
- cloud-optimized-geotiffs/accessing-cogs-in-r-stars.ipynb
44+
- cloud-optimized-geotiffs/accessing-cogs-in-r-terra.ipynb
4345
- section: Zarr
4446
contents:
4547
- zarr/intro.qmd

cloud-optimized-geotiffs/accessing-cogs-in-r-stars.ipynb

Lines changed: 1883 additions & 0 deletions
Large diffs are not rendered by default.

cloud-optimized-geotiffs/accessing-cogs-in-r-terra.ipynb

Lines changed: 3498 additions & 0 deletions
Large diffs are not rendered by default.

cloud-optimized-geotiffs/environment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ dependencies:
1010
- rasterio>=1.3.3
1111
- rio-cogeo>3.5
1212
- libgdal>=3.5
13+
- r-base
14+
- r-essentials
15+
- r-terra
16+
- r-stars

0 commit comments

Comments
 (0)