We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d44ff commit 5e2331aCopy full SHA for 5e2331a
blog.qmd
@@ -95,7 +95,7 @@ library(tmap)
95
96
## Julia
97
98
-```julia
+```{julia}
99
using GeoDataFrames
100
```
101
@@ -164,7 +164,7 @@ if (!dir.exists("data")) {
164
165
166
167
168
using Downloads
169
u = "https://github.com/Robinlovelace/opengeohub2023/releases/download/data/data.zip"
170
f = basename(u)
@@ -221,7 +221,7 @@ pol_all
221
222
223
224
225
df = GeoDataFrames.read("/vsizip/data.zip/data/osm/gis_osm_transport_a_free_1.shp")
226
df
227
0 commit comments