Stations.parse_coordinates_columns

static Stations.parse_coordinates_columns(dat)

Parse 'Degrees Longitude' and 'Degrees Latitude' of the station locations data.

Parameters

dat (pandas.DataFrame) – preprocessed data of the station locations

Returns

data with parsed coordinates

Return type

pandas.DataFrame