Skip to content

Commit

Permalink
Add Grenville to land_coords in geo provider and rename Kiev to Kyiv (
Browse files Browse the repository at this point in the history
#2003)

Fix Kyiv correct name
  • Loading branch information
lozik4 authored Mar 6, 2024
1 parent c6da195 commit 1a180a4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions faker/providers/geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,17 +809,17 @@ class Provider(BaseProvider):
("-7.76667", "35.7", "Iringa", "TZ", "Africa/Dar_es_Salaam"),
("-5.41667", "38.01667", "Chanika", "TZ", "Africa/Dar_es_Salaam"),
("-10.33333", "39.28333", "Nyangao", "TZ", "Africa/Dar_es_Salaam"),
("49.07866", "30.96755", "Zvenihorodka", "UA", "Europe/Kiev"),
("47.56494", "31.33078", "Voznesensk", "UA", "Europe/Kiev"),
("49.07866", "30.96755", "Zvenihorodka", "UA", "Europe/Kyiv"),
("47.56494", "31.33078", "Voznesensk", "UA", "Europe/Kyiv"),
("49.41029", "38.15035", "Svatove", "UA", "Europe/Zaporozhye"),
("50.18545", "27.06365", "Shepetivka", "UA", "Europe/Kiev"),
("50.18545", "27.06365", "Shepetivka", "UA", "Europe/Kyiv"),
("47.48444", "36.25361", "Polohy", "UA", "Europe/Zaporozhye"),
("46.75451", "33.34864", "Nova Kakhovka", "UA", "Europe/Kiev"),
("50.75932", "25.34244", "Lutsk", "UA", "Europe/Kiev"),
("49.65186", "26.97253", "Krasyliv", "UA", "Europe/Kiev"),
("46.65581", "32.6178", "Kherson", "UA", "Europe/Kiev"),
("51.67822", "33.9162", "Hlukhiv", "UA", "Europe/Kiev"),
("45.99194", "29.41824", "Artsyz", "UA", "Europe/Kiev"),
("46.75451", "33.34864", "Nova Kakhovka", "UA", "Europe/Kyiv"),
("50.75932", "25.34244", "Lutsk", "UA", "Europe/Kyiv"),
("49.65186", "26.97253", "Krasyliv", "UA", "Europe/Kyiv"),
("46.65581", "32.6178", "Kherson", "UA", "Europe/Kyiv"),
("51.67822", "33.9162", "Hlukhiv", "UA", "Europe/Kyiv"),
("45.99194", "29.41824", "Artsyz", "UA", "Europe/Kyiv"),
("2.41669", "30.98551", "Paidha", "UG", "Africa/Kampala"),
("3.27833", "32.88667", "Kitgum", "UG", "Africa/Kampala"),
("3.02013", "30.91105", "Arua", "UG", "Africa/Kampala"),
Expand Down Expand Up @@ -999,6 +999,7 @@ class Provider(BaseProvider):
("-27.76952", "30.79165", "Vryheid", "ZA", "Africa/Johannesburg"),
("-26.93366", "29.24152", "Standerton", "ZA", "Africa/Johannesburg"),
("-24.19436", "29.00974", "Mokopane", "ZA", "Africa/Johannesburg"),
("12.12278", "-61.62498", "Grenville", "GD", "America/Grenada"),
)

def coordinate(self, center: Optional[float] = None, radius: Union[float, int] = 0.001) -> Decimal:
Expand Down

0 comments on commit 1a180a4

Please sign in to comment.