Skip to content

Commit

Permalink
Update 01-spatial-data.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Sep 23, 2024
1 parent 6d39e86 commit 57afcee
Showing 1 changed file with 1 addition and 1 deletion.
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 57afcee

Please sign in to comment.