Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ropensci/quadkeyr
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Mar 21, 2024
2 parents 05973bc + 149544e commit 1751b95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ for converting QuadKeys to and from tiles, pixels, and geographic coordinates.

![Convert a QuadKey to a Simple Features data.frame. \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
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"}
![Generate an `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)
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.

Expand Down

0 comments on commit 1751b95

Please sign in to comment.