From 01954ab673b8a7d0c4ae8baad3116ede3379ac94 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Thu, 19 Sep 2024 10:20:32 +0200 Subject: [PATCH] moves code chunk --- chapters/01-spatial-data.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/01-spatial-data.qmd b/chapters/01-spatial-data.qmd index 825cdac..6bdf6d4 100644 --- a/chapters/01-spatial-data.qmd +++ b/chapters/01-spatial-data.qmd @@ -2,6 +2,8 @@ engine: julia --- +# Geographic data in Julia {#sec-spatial-class} + ```{julia} #| include: false using Pkg @@ -9,8 +11,6 @@ Pkg.activate("..") Pkg.instantiate() ``` -# Geographic data in Julia {#sec-spatial-class} - ## Introduction ```{julia} using GeoDataFrames