-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f7ca3fe
Showing
2 changed files
with
1,757 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Swedish Cities | ||
|
||
Had to gather this information for a project at work. | ||
List of cities/places is from an internal site. | ||
|
||
I ran it against Wikipedia and Geohack to get population and coordinates. | ||
|
||
Each city has the following: | ||
* checked - Just a marker for the code to know if it has already been checked | ||
* pop - Population from Wikipedia, values of 1 or -1 are placeholders if nothing else was found. | ||
* lat - Latitude from Geohack | ||
* lon - Longitude from Geohack | ||
* time - Travel time by car in minutes to the biggest cities within the same county. Calculated with Google Maps API |
Oops, something went wrong.