Low-resolution world boundaries, timezones, and cities
Well-known binary versions of the Natural Earth low-resolution world boundaries and timezone boundaries.
s2_data_tbl_countries s2_data_tbl_timezones s2_data_tbl_cities s2_data_countries(name = NULL) s2_data_timezones(utc_offset_min = NULL, utc_offset_max = utc_offset_min) s2_data_cities(name = NULL)
name |
The name of a country, continent, city, or |
utc_offset_min, utc_offset_max |
Minimum and/or maximum timezone offsets. |
A data.frame with columns name
(character), and
geometry
(wk_wkb)
An object of class data.frame
with 120 rows and 2 columns.
An object of class data.frame
with 243 rows and 3 columns.
head(s2_data_countries()) s2_data_countries("Germany") s2_data_countries("Europe") head(s2_data_timezones()) s2_data_timezones(-4) head(s2_data_cities()) s2_data_cities("Cairo")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.