Skip to content

Commit 7996696

Browse files
committed
Turn off Julia for now, fix #36
1 parent 165eacc commit 7996696

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

blog.qmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ library(tmap)
9494
```
9595

9696
## Julia
97-
```{julia}
97+
98+
```julia
9899
using GeoDataFrames
99100
```
100101

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

164165
## Julia
165166

166-
```{julia}
167+
```julia
167168
using Downloads
168169
u = "https://github.com/Robinlovelace/opengeohub2023/releases/download/data/data.zip"
169170
f = basename(u)
@@ -219,7 +220,8 @@ pol_all
219220
```
220221

221222
## Julia
222-
```{julia}
223+
224+
```julia
223225
df = GeoDataFrames.read("/vsizip/data.zip/data/osm/gis_osm_transport_a_free_1.shp")
224226
df
225227
```

0 commit comments

Comments
 (0)