From 595e2fb7b0c712ec6f50c0c411895f5103cdeb05 Mon Sep 17 00:00:00 2001 From: annaramji Date: Tue, 10 Sep 2024 15:50:49 -0700 Subject: [PATCH] fixing heading format issue with new crs post --- content/news/projecting_spatial_data.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/content/news/projecting_spatial_data.md b/content/news/projecting_spatial_data.md index bed7dee9b..1a2fdb249 100644 --- a/content/news/projecting_spatial_data.md +++ b/content/news/projecting_spatial_data.md @@ -4,8 +4,8 @@ name: "The Challenges of Projecting Spatial Data" bg_image: "/images/crs-examples/dark-globe-angle-3.jpg" card_image: "/images/crs-examples/old-world-map-card.jpg" preview_text: "Have you ever wondered what happens to your data when you project it from one CRS to another? Or whether or not you should convert your data from counts to density..." -Date: 2024-09-10 -author: Anna Ramji +date: 2024-09-10 +author: "Anna Ramji" menu: main: parent: 'News' @@ -13,14 +13,12 @@ menu: ---
-
-{{}}

The Trouble with Transformation

The Challenges of Projecting Spatial Data

- +{{}} ## Introduction @@ -50,10 +48,9 @@ We’ll read the raster into R using `terra`’s `rast()` function and the `{her
`{here}` -


+

To learn more about `{here}`, see their [official website](https://here.r-lib.org/) and the [CRAN documentation](https://cloud.r-project.org/web/packages/here/index.html). -