Kaynağa Gözat

different geocoding

Petra Lamborn 4 yıl önce
ebeveyn
işleme
031d3a746c
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3
    1
      scratch.R

+ 3
- 1
scratch.R Dosyayı Görüntüle

@@ -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)