mattrossman/forecaswatch2

support lat/long in override location and avoid location lookup

Closed this issue · 0 comments

From #57

Use a regex to id that latitude and longitude have been specified (rather than a place name).

E.g.:

/([-+]?[\d\.]*),([-+]?[\d\.]*)/gm

Test data set:

123.45,987.654
123.45,-987.654
-123.45,987.654
-123.45,-987.654
123.45,987.654
123.45,+987.654
+123.45,987.654
+123.45,+987.654