convertWikipediaTimezoneTable: Convert Wikipedia timezone table to dataframe

View source: R/convertWikipediaTimezoneTable.R

convertWikipediaTimezoneTableR Documentation

Convert Wikipedia timezone table to dataframe

Description

Returns a dataframe version of the Wikipedia timezone table with the following columns:

  • timezone – Olson timezone

  • UTC_offset – hours between local timezone and UTC

  • UTC_DST_offset – hours between local timezone daylight savings and UTC

  • countryCode – ISO 3166-2 country code

  • longitude – longitude of the Olson timezone city

  • latitude – latitude of the Olson timezone city

  • status – either 'Canonical', 'Alias' or 'Deprecated'

  • notes – typically specifying the target of an 'Alias'

Usage

convertWikipediaTimezoneTable()

Details

Older named timezones from the table which are linked to more modern equivalents are not included in the returned dataframe.

Value

Dataframe with 388 rows and 10 columns.

References

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones


MazamaScience/MazamaSpatialUtils documentation built on Sept. 14, 2023, 6 p.m.