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 165eacc commit 7996696Copy full SHA for 7996696
blog.qmd
@@ -94,7 +94,8 @@ library(tmap)
94
```
95
96
## Julia
97
-```{julia}
+
98
+```julia
99
using GeoDataFrames
100
101
@@ -163,7 +164,7 @@ if (!dir.exists("data")) {
163
164
165
166
167
168
using Downloads
169
u = "https://github.com/Robinlovelace/opengeohub2023/releases/download/data/data.zip"
170
f = basename(u)
@@ -219,7 +220,8 @@ pol_all
219
220
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