Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyngvelundin committed Apr 8, 2021
0 parents commit f7ca3fe
Show file tree
Hide file tree
Showing 2 changed files with 1,757 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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
Loading

0 comments on commit f7ca3fe

Please sign in to comment.