Skip to content

Commit e50815c

Browse files
committed
done for now; will refine later
1 parent 9caa807 commit e50815c

File tree

3 files changed

+3
-100
lines changed

3 files changed

+3
-100
lines changed

docs/src/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const navTemp = {
5757
},
5858
{ text: 'Array Operations', link: '/tutorials/array_operations' },
5959
{ text: 'Spatial mean', link: '/tutorials/spatial_mean' },
60-
{ text: 'Reprojection and resampling', link: '/tutorials/resample_warp'},
60+
{ text: 'Reprojection and resampling', link: '/tutorials/resample'},
6161
{ text: 'Species Distribution Modelling', link: '/tutorials/gbif_wflow' },
6262
]
6363
},
@@ -165,7 +165,7 @@ export default defineConfig({
165165
},
166166
{ text: 'Array Operations', link: '/tutorials/array_operations' },
167167
{ text: 'Spatial mean', link: '/tutorials/spatial_mean' },
168-
{ text: 'Reprojection and resampling', link: '/tutorials/resample_warp'},
168+
{ text: 'Reprojection and resampling', link: '/tutorials/resample'},
169169
{ text: 'Species Distribution Modelling', link: '/tutorials/gbif_wflow' },
170170
]
171171
},

docs/src/proje.jl

Lines changed: 0 additions & 97 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ fig
254254

255255
and the corresponding resampled projection
256256

257-
````@ansi modis
257+
````@ansi resample
258258
ras_sin_s = resample(ras_scratch; size=(1440,720), crs=SINUSOIDAL_CRS, method="average")
259259
````
260260

0 commit comments

Comments
 (0)