Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Efecto Airbnb
Efecto Airbnb Valencia
Commits
ccf048db
Commit
ccf048db
authored
Apr 06, 2019
by
numeroteca
Browse files
Merge remote-tracking branch 'origin/geocoding-R'
parents
d7baa1d8
2038e79e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scraping/geocoding-viviendas-turisticas-comunitat-valenciana.R
View file @
ccf048db
...
...
@@ -80,7 +80,7 @@ df2 = df %>%
sep
=
" "
))
%>%
filter
(
!
is.na
(
nomoficial
))
geocoded.df
=
photon
::
geocode
(
df2
$
full_address_ca
,
limit
=
1
,
geocoded.df
=
photon
::
geocode
(
unique
(
df2
$
full_address_ca
)
,
limit
=
1
,
# lang = "es",
key
=
"highway"
,
locbias
=
c
(
-0.3766
,
39.4665
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment