Skip to content

Commit

Permalink
ch06 corrections - end
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorman committed Oct 7, 2023
1 parent 613d3c5 commit c0135f7
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 52 deletions.
2 changes: 1 addition & 1 deletion 04-geometry-operations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1366,11 +1366,11 @@ The original raster `dem.tif`, and the two resampling results `dem_resample_near
```{python}
#| label: fig-raster-resample
#| fig-cap: Visual comparison of the original raster and two different resampling methods'
#| layout-ncol: 3
#| fig-subcap:
#| - Input
#| - Nearest neighbor
#| - Maximum
#| layout-ncol: 3
# Input
fig, ax = plt.subplots(figsize=(4,4))
Expand Down
Loading

0 comments on commit c0135f7

Please sign in to comment.