SkillAgentSearch skills...

Coords

parse and generate decimal and sexagesimal latitude longitude coordinates

Install / Use

/learn @tmcw/Coords
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5y ago
Forks3

Languages

JavaScript

Security Score

70/100

Audited on Jun 10, 2020

No findings