Skip to content

Commit

Permalink
Revert "10m Populated Places: State-Wide Name Updates in Karnataka, I…
Browse files Browse the repository at this point in the history
…ndia nvkelso#448"

This reverts commit a3033c3.
  • Loading branch information
mizmay committed Apr 5, 2021
1 parent d45527c commit f415c6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,68 +104,7 @@ ne_10m_populated_places_modified_metadata <- ne_10m_populated_places %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159148459,
NAME = "Xiangyang",
NAMEASCII = "Xiangyang",
NAMEALT = "Xiangfan")) %>%
# 10m Populated Places: State-Wide Name Updates in Karnataka, India #448
rows_update(by = "NE_ID", tibble(NE_ID = 1159151543,
NAME = "Bengaluru",
NAMEASCII = "Bengaluru",
NAMEPAR = "Bangalore",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159150015,
NAME = "Mangaluru",
NAMEASCII = "Mangaluru",
NAMEPAR = "Mangalore",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159150015,
NAME = "Ballari",
NAMEASCII = "Ballari",
NAMEPAR = "Bellary",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159150015,
NAME = "Ballari",
NAMEASCII = "Ballari",
NAMEPAR = "Bellary",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159147195,
NAME = "Vijayapura",
NAMEASCII = "Vijayapura",
NAMEPAR = "Bijapur",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159147195,
NAME = "Vijayapura",
NAMEASCII = "Vijayapura",
NAMEPAR = "Bijapur",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159148531,
NAME = "Belagavi",
NAMEASCII = "Belagavi",
NAMEPAR = "Belgaum",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159150019,
NAME = "Kalaburagi",
NAMEASCII = "Kalaburagi",
NAMEPAR = "Gulbarga",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159150017,
NAME = "Mysuru",
NAMEASCII = "Mysuru",
NAMEPAR = "Mysore",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159141837,
NAME = "Hosapete",
NAMEASCII = "Hosapete",
NAMEPAR = "Hospet",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159141827,
NAME = "Hubballi",
NAMEASCII = "Hubballi",
NAMEPAR = "Hospet",
NAMEALT = "")) %>%
rows_update(by = "NE_ID", tibble(NE_ID = 1159148523,
NAME = "Tumakuru",
NAMEASCII = "Tumakuru",
NAMEPAR = "Tumkur",
NAMEALT = ""))
NAMEALT = "Xiangfan"))

# WRITE OUTPUT
setwd(write_to)
Expand Down
Binary file not shown.
Loading

0 comments on commit f415c6b

Please sign in to comment.