You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
This is till open, since I never bothered to actually truncate the list of places. Currently it's useful to see even the non-relevant places to get a feel for the landscape.
CASE category
WHEN 1 THEN -- continent
relevance := 0.35;
WHEN 2 THEN -- country
relevance := 0.45;
WHEN 3 THEN -- region
relevance := 0.45;
WHEN 4 THEN -- county
relevance := 0.5;
WHEN 5 THEN -- locality
relevance := 1;
WHEN 6 THEN -- neighborhood
relevance := 1;
wouldn't it be nice if this scale was continuous?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: