Skip to content

Commit 5e2331a

Browse files
committed
Run julia again
1 parent e4d44ff commit 5e2331a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ library(tmap)
9595

9696
## Julia
9797

98-
```julia
98+
```{julia}
9999
using GeoDataFrames
100100
```
101101

@@ -164,7 +164,7 @@ if (!dir.exists("data")) {
164164

165165
## Julia
166166

167-
```julia
167+
```{julia}
168168
using Downloads
169169
u = "https://github.com/Robinlovelace/opengeohub2023/releases/download/data/data.zip"
170170
f = basename(u)
@@ -221,7 +221,7 @@ pol_all
221221

222222
## Julia
223223

224-
```julia
224+
```{julia}
225225
df = GeoDataFrames.read("/vsizip/data.zip/data/osm/gis_osm_transport_a_free_1.shp")
226226
df
227227
```

0 commit comments

Comments
 (0)