Parse more forms of latitude, longitude, including the sexagesimal form. coords.parse('66° 30′ 0″ N'); // 66.5 coords.parse('66° 30′ 0″ S'); // -66.5 coords.parse('66.5'); // 66.5