Skip to content

Commit

Permalink
minimize examppes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Sep 22, 2024
1 parent 7198f9d commit 2d0eb62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ book:
- chapters/02-attribute-operations.qmd
- chapters/03-spatial-operations.qmd
- chapters/04-geometry-operations.qmd
- chapters/05-raster-vector.qmd
#- chapters/05-raster-vector.qmd
- chapters/06-reproj.qmd
- chapters/07-read-write.qmd
- chapters/08-mapping.qmd
Expand Down
2 changes: 1 addition & 1 deletion chapters/01-spatial-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkpath("output")
## Introduction
```{julia}
using GeoDataFrames
df = GeoDataFrames.read("data/world.gpkg")
df = GeoDataFrames.read("../data/world.gpkg")
```

```{julia}
Expand Down

0 comments on commit 2d0eb62

Please sign in to comment.