Skip to content

Commit

Permalink
prepping version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecambon committed Oct 27, 2021
1 parent 4fbfbc4 commit 234f233
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 69 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tidygeocoder
Type: Package
Title: Geocoding Made Easy
Version: 1.0.4.9000
Version: 1.0.5
Authors@R:
c(person(given = "Jesse",
family = "Cambon",
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ some_addresses <- tribble(
lat_longs <- some_addresses %>%
geocode(addr, method = 'osm', lat = latitude , long = longitude)
#> Passing 3 addresses to the Nominatim single address geocoder
#> Query completed in: 3 seconds
#> Query completed in: 3.6 seconds
```

The `geocode()` function geocodes addresses contained in a dataframe.
Expand All @@ -96,7 +96,7 @@ documentation for details.
|:---------------------|:-------------------------------------------|---------:|-----------:|
| White House | 1600 Pennsylvania Ave NW, Washington, DC | 38.89770 | -77.03655 |
| Transamerica Pyramid | 600 Montgomery St, San Francisco, CA 94111 | 37.79520 | -122.40279 |
| Willis Tower | 233 S Wacker Dr, Chicago, IL 60606 | 41.87887 | -87.63591 |
| Willis Tower | 233 S Wacker Dr, Chicago, IL 60606 | 41.87535 | -87.63576 |

Now that we have the longitude and latitude coordinates, we can use
ggplot to plot our addresses on a map.
Expand Down Expand Up @@ -137,11 +137,11 @@ reverse <- lat_longs %>%
#> Query completed in: 3 seconds
```

| name | latitude | longitude | address\_found | place\_id | osm\_type | osm\_id | osm\_lat | osm\_lon | office | house\_number | road | city | state | postcode | country | country\_code | boundingbox | tourism | neighbourhood | county | building | suburb |
|:---------------------|---------:|-----------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------|----------:|:----------|----------:|:-------------------|:--------------------|:------------|:--------------|:------------------------------|:--------------|:---------------------|:---------|:--------------|:--------------|:-----------------------------------------------------|:---------------------|:--------------|:--------------|:-------------|:-------|
| White House | 38.89770 | -77.03655 | White House, 1600, Pennsylvania Avenue Northwest, Washington, District of Columbia, 20500, United States | 147370996 | way | 238241022 | 38.897699700000004 | -77.03655315 | White House | 1600 | Pennsylvania Avenue Northwest | Washington | District of Columbia | 20500 | United States | us | 38.8974908 , 38.897911 , -77.0368537, -77.0362519 | NA | NA | NA | NA | NA |
| Transamerica Pyramid | 37.79520 | -122.40279 | Transamerica Pyramid, 600, Montgomery Street, Chinatown, San Francisco, San Francisco City and County, San Francisco, California, 94111, United States | 95364489 | way | 24222973 | 37.795200550000004 | -122.40279267840137 | NA | 600 | Montgomery Street | San Francisco | California | 94111 | United States | us | 37.7948854 , 37.7954472 , -122.4031399, -122.4024317 | Transamerica Pyramid | Chinatown | San Francisco | NA | NA |
| Willis Tower | 41.87887 | -87.63591 | Willis Tower, 233, South Wacker Drive, Printer’s Row, Loop, Chicago, Cook County, Illinois, 60606, United States | 103673983 | way | 58528804 | 41.878871700000005 | -87.63590893936448 | NA | 233 | South Wacker Drive | Chicago | Illinois | 60606 | United States | us | 41.8785389 , 41.8791932 , -87.6363362, -87.6354746 | NA | Printer’s Row | Cook County | Willis Tower | Loop |
| name | latitude | longitude | address\_found | place\_id | osm\_type | osm\_id | osm\_lat | osm\_lon | office | house\_number | road | city | state | postcode | country | country\_code | boundingbox | tourism | neighbourhood | county | suburb |
|:---------------------|---------:|-----------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------|----------:|:----------|----------:|:-------------------|:--------------------|:------------|:--------------|:------------------------------|:--------------|:---------------------|:---------|:--------------|:--------------|:-----------------------------------------------------|:---------------------|:--------------|:--------------|:-------|
| White House | 38.89770 | -77.03655 | White House, 1600, Pennsylvania Avenue Northwest, Washington, District of Columbia, 20500, United States | 159859857 | way | 238241022 | 38.897699700000004 | -77.03655315 | White House | 1600 | Pennsylvania Avenue Northwest | Washington | District of Columbia | 20500 | United States | us | 38.8974908 , 38.897911 , -77.0368537, -77.0362519 | NA | NA | NA | NA |
| Transamerica Pyramid | 37.79520 | -122.40279 | Transamerica Pyramid, 600, Montgomery Street, Chinatown, San Francisco, San Francisco City and County, San Francisco, California, 94111, United States | 106590650 | way | 24222973 | 37.795200550000004 | -122.40279267840137 | NA | 600 | Montgomery Street | San Francisco | California | 94111 | United States | us | 37.7948854 , 37.7954472 , -122.4031399, -122.4024317 | Transamerica Pyramid | Chinatown | San Francisco | NA |
| Willis Tower | 41.87535 | -87.63576 | South Wacker Drive, Printer’s Row, Loop, Chicago, Cook County, Illinois, 60606, United States | 182316972 | way | 337681342 | 41.8753503 | -87.6357587 | NA | NA | South Wacker Drive | Chicago | Illinois | 60606 | United States | us | 41.8749718 , 41.8757997 , -87.6361005, -87.6354602 | NA | Printer’s Row | Cook County | Loop |

## In the Wild

Expand Down Expand Up @@ -193,22 +193,22 @@ citation('tidygeocoder')
Cambon J, Hernangómez D, Belanger C, Possenriede D (2021).
tidygeocoder: An R package for geocoding. Journal of Open Source
Software, 6(65), 3544, https://doi.org/10.21105/joss.03544 (R package
version 1.0.4)
version 1.0.5)

A BibTeX entry for LaTeX users is

@Article{,
title = {tidygeocoder: An R package for geocoding},
author = {Jesse Cambon and Diego Hernangómez and Christopher Belanger and Daniel Possenriede},
doi = {10.21105/joss.03544},
url = {https://doi.org/10.21105/joss.03544},
year = {2021},
journal = {Journal of Open Source Software},
publisher = {The Open Journal},
year = {2021},
doi = {10.21105/joss.03544},
url = {https://doi.org/10.21105/joss.03544},
volume = {6},
number = {65},
pages = {3544},
note = {R package version 1.0.4},
note = {R package version 1.0.5},
}

</blockquote>
Expand Down
4 changes: 3 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ reference:
- extract_results
- extract_reverse_results
- title: Deprecated Functions
desc: Use `geo()` instead.
desc: <a href="https://lifecycle.r-lib.org/articles/lifecycle.html">
<img src='figures/lifecycle-deprecated.svg' alt='Deprecated lifecycle'/>
</a> Use `geo()` instead
contents:
- geo_census
- geo_osm
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 234f233

Please sign in to comment.