Link to Medium article

pull/4/head
Václav Dekanovský 2020-07-18 13:48:50 +02:00
parent bd08032578
commit 6b3a7ab287
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
"source": [
"Every one of us has a database of clients with addresses, list of factories or stores, regions and countries we sell our products to or cooperate with. From time to time we are asked to display this information on a map and suddenly we face an issue how to turn the addresses or regions into geospatial data, how to find their latitude and longitude.\n",
"\n",
"Full article: https://towardsdatascience.com/pythons-geocoding-convert-a-list-of-addresses-into-a-map-f522ef513fd6\n",
"\n",
"To solve it you can either buy a database of addresses with the geographical or you have to query one of the many geolocation service providers. Anyone who offers maps usually provides a geolocation API (often for a fee). Let's review some of the major providers: \n",
"* Google Maps Platform - https://developers.google.com/maps/documentation\n",
"* Mapbox API - https://docs.mapbox.com/api/\n",