Skip to content

Commit 8265e09

Browse files
committed
Fix README typo
1 parent ae56fa3 commit 8265e09

File tree

8 files changed

+24
-18
lines changed

8 files changed

+24
-18
lines changed

README.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616
# `quadkeyr` <img src="vignettes/logo.png" align="right" height="200" />
1717

1818
<!-- badges: start -->
19-
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![test-coverage](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/test-coverage.yaml) [![R-CMD-check](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-standard.yaml)
19+
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![test-coverage](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/test-coverage.yaml) [![R-CMD-check](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-release.yaml/badge.svg)](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-release.yaml)
2020
[![pkgcheck](https://github.com/Fernandez-Lab-WSU/quadkeyr/workflows/pkgcheck/badge.svg)](https://github.com/<org>/<repo>/actions?query=workflow%3Apkgcheck)
2121
[![Codecov](https://img.shields.io/codecov/c/github/Fernandez-Lab-WSU/quadkeyr)](https://codecov.io/gh/Fernandez-Lab-WSU/quadkeyr)
2222
[![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/619_status.svg)](https://github.com/ropensci/software-review/issues/619)
@@ -77,6 +77,7 @@ into an `sf` POLYGON data.frame.
7777
```{r w2, echo = FALSE, out.width= "80%", fig.align='center'}
7878
knitr::include_graphics("vignettes/workflow_raster.png")
7979
```
80+
8081
3. [**Convert Facebook Mobility QuadKey-identified Datasets into Raster Files**](https://fernandez-lab-wsu.github.io/quadkeyr/articles/facebook_mobility_csvs_to_raster_files.html)
8182
Convert Facebook mobility data `.csv` files into `.tif` files
8283
by day and hour reported.

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Lifecycle:
99
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
1010
[![test-coverage](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/test-coverage.yaml)
11-
[![R-CMD-check](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-standard.yaml)
11+
[![R-CMD-check](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-release.yaml/badge.svg)](https://github.com/Fernandez-Lab-WSU/quadkeyr/actions/workflows/check-release.yaml)
1212
[![pkgcheck](https://github.com/Fernandez-Lab-WSU/quadkeyr/workflows/pkgcheck/badge.svg)](https://github.com/%3Corg%3E/%3Crepo%3E/actions?query=workflow%3Apkgcheck)
1313
[![Codecov](https://img.shields.io/codecov/c/github/Fernandez-Lab-WSU/quadkeyr)](https://codecov.io/gh/Fernandez-Lab-WSU/quadkeyr)
1414
[![Status at rOpenSci Software Peer
@@ -62,21 +62,22 @@ The goal of `quadkeyr` is to:
6262
to convert QuadKeys to and from tiles, pixels and geographic
6363
coordinates are available.
6464

65-
<img src="vignettes/workflow_quadkey.png" width="70%" style="display: block; margin: auto;" />
65+
<img src="vignettes/workflow_quadkey.png" width="80%" style="display: block; margin: auto;" />
6666

6767
2. [**Generate Raster Images from Quadkey-Identified
6868
Data**](https://fernandez-lab-wsu.github.io/quadkeyr/articles/quadkey_identified_data_to_raster.html)
6969
Complete a grid of QuadKeys within a specified area and zoom level,
7070
and create a `stars` raster. You can also directly convert QuadKeys
7171
in a data.frame column into an `sf` POLYGON data.frame.
7272

73-
<img src="vignettes/workflow_raster.png" width="70%" style="display: block; margin: auto;" />
74-
3. [**Convert Facebook Mobility QuadKey-identified Datasets into Raster
75-
Files**](https://fernandez-lab-wsu.github.io/quadkeyr/articles/facebook_mobility_csvs_to_raster_files.html)
76-
Convert Facebook mobility data `.csv` files into `.tif` files by day and
77-
hour reported.
73+
<img src="vignettes/workflow_raster.png" width="80%" style="display: block; margin: auto;" />
7874

79-
<img src="vignettes/workflow_facebook.png" width="70%" style="display: block; margin: auto;" />
75+
3. [**Convert Facebook Mobility QuadKey-identified Datasets into Raster
76+
Files**](https://fernandez-lab-wsu.github.io/quadkeyr/articles/facebook_mobility_csvs_to_raster_files.html)
77+
Convert Facebook mobility data `.csv` files into `.tif` files by day
78+
and hour reported.
79+
80+
<img src="vignettes/workflow_facebook.png" width="80%" style="display: block; margin: auto;" />
8081

8182
4. [**Offer an App for visualizing QuadKeys on a
8283
map**](https://fernandez-lab-wsu.github.io/quadkeyr/articles/quadkey_visualization_app.html)

docs/articles/facebook_mobility_csvs_to_raster_files.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/quadkey_to_sf_conversion.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/quadkey_visualization_app.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ articles:
66
quadkey_identified_data_to_raster: quadkey_identified_data_to_raster.html
77
quadkey_to_sf_conversion: quadkey_to_sf_conversion.html
88
quadkey_visualization_app: quadkey_visualization_app.html
9-
last_built: 2024-02-23T21:23Z
9+
last_built: 2024-03-05T16:21Z
1010

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)