From 42d44b3364104dde32522269887b4422d47ab12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Sun, 17 Mar 2024 20:36:21 +0100 Subject: [PATCH 1/4] Update paper.md I think it makes sense with colons after the headers in the bullet list. --- paper/paper.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index 95523a4..bf7a889 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -38,7 +38,7 @@ the processing of Meta (also known as Facebook) Mobility data [@data4good]. The goal of `quadkeyr` is to: -1. [**Convert a QuadKey to a Simple Features data.frame (and more)**](https://docs.ropensci.org/quadkeyr/articles/quadkey_to_sf_conversion.html) +1. [**Convert a QuadKey to a Simple Features data.frame (and more):**](https://docs.ropensci.org/quadkeyr/articles/quadkey_to_sf_conversion.html) `quadkeyr` provides functions to convert QuadKeys to a `sf` POINT data.frame or `sf` POLYGON data.frame [@sf] (\autoref{fig:fig1}). Additionally, it offers all the R functions @@ -47,7 +47,7 @@ for converting QuadKeys to and from tiles, pixels, and geographic coordinates. ![Convert a QuadKey to a Simple Features data.frame (and more) \label{fig:fig1}](../vignettes/workflow_quadkey.png){height="200pt"} -2. [**Generate Raster Images from Quadkey-Identified Data**](https://docs.ropensci.org/quadkeyr/articles/quadkey_identified_data_to_raster.html) +2. [**Generate Raster Images from Quadkey-Identified Data:**](https://docs.ropensci.org/quadkeyr/articles/quadkey_identified_data_to_raster.html) Complete a grid of QuadKeys within a specified area and zoom level, and create a `stars` raster [@stars]. You can also directly convert QuadKeys in a data.frame column @@ -55,13 +55,13 @@ into an `sf` POLYGON data.frame (\autoref{fig:fig2}). ![Generate a `sf` POLYGON data.frame or a `stars` object from Quadkey-Identified datasets \label{fig:fig2}](../vignettes/workflow_raster.png){height="200pt"} -3. [**Convert Meta (Facebook) Mobility QuadKey-Identified Datasets into Raster Files**](https://docs.ropensci.org/quadkeyr/articles/facebook_mobility_csvs_to_raster_files.html) +3. [**Convert Meta (Facebook) Mobility QuadKey-Identified Datasets into Raster Files:**](https://docs.ropensci.org/quadkeyr/articles/facebook_mobility_csvs_to_raster_files.html) Convert Meta (Facebook) mobility data `.csv` files into `.tif` files by day and hour reported (\autoref{fig:fig3}). ![Convert Meta (Facebook) Mobility QuadKey-Identified Datasets into Raster Files \label{fig:fig3}](../vignettes/workflow_facebook.png){height="200pt"} -4. [**Offer an App for visualizing QuadKeys on a map**](https://docs.ropensci.org/quadkeyr/articles/quadkey_visualization_app.html) +4. [**Offer an App for visualizing QuadKeys on a map:**](https://docs.ropensci.org/quadkeyr/articles/quadkey_visualization_app.html) Introduce a QuadKey visualization application enabling users to validate function outcomes. From bbeb3d4906496648a556c2183181c946f6cfe477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Sun, 17 Mar 2024 20:37:17 +0100 Subject: [PATCH 2/4] Update paper.md Small spelling error. --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 95523a4..0f9c47a 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -40,7 +40,7 @@ The goal of `quadkeyr` is to: 1. [**Convert a QuadKey to a Simple Features data.frame (and more)**](https://docs.ropensci.org/quadkeyr/articles/quadkey_to_sf_conversion.html) `quadkeyr` provides functions to convert QuadKeys -to a `sf` POINT data.frame or `sf` POLYGON data.frame [@sf] (\autoref{fig:fig1}). +to an `sf` POINT data.frame or `sf` POLYGON data.frame [@sf] (\autoref{fig:fig1}). Additionally, it offers all the R functions described in the [official documentation](https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system) [@bing_maps] for converting QuadKeys to and from tiles, pixels, and geographic coordinates. From 0dcff41144d750a5f6dbafa924f5ef09dad3879c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Sun, 17 Mar 2024 20:38:03 +0100 Subject: [PATCH 3/4] Update paper.md Figure 3 should be parenthesized here. --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 95523a4..e419cb4 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -75,7 +75,7 @@ at various zoom levels. QuadKeys represent a location on a map by encoding its hierarchical spatial position -as a sequence of characters \autoref{fig:fig3}. +as a sequence of characters (\autoref{fig:fig3}). They provide an efficient method to address and retrieve specific map tiles, facilitating rapid display within mapping applications. From 17ff5b85da9a0778be556171930355f385ff8b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Sun, 17 Mar 2024 20:41:56 +0100 Subject: [PATCH 4/4] Update paper.md I think it makes more sense to say "the" than "both" here. https://github.com/openjournals/joss-reviews/issues/6500 --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 95523a4..9748133 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -124,7 +124,7 @@ The package `slippymath` [@slippymath] is the sole package in the R ecosystem dedicated to analyzing tile maps. Despite some similarities between `quadkeyr` and `slippymath`, -both packages were developed with different objectives. +the packages were developed with different objectives. The goal of `quadkeyr` is to provide a new tool to facilitate the analysis of Meta (Facebook) Mobility data,