소스 검색

different geocoding

Petra Lamborn 4 년 전
부모
커밋
031d3a746c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      scratch.R

+ 3
- 1
scratch.R 파일 보기

@@ -45,4 +45,6 @@ gp_new <- filter(gp_prac, is.na(gp_prac$calculated_address)) %>%
45 45
 table(newFacil$facility_type_name)
46 46
 table(Geo2017$facility_type_name)
47 47
 
48
-newcoded <- osm_geocode(gp_new$address[1:5])
48
+# newcoded <- osm_geocode("21 Ruakura Road, Hamilton East, Hamilton 3216")
49
+
50
+newcoded <- geocode(gp_new$address, limit = 1)