Skip to content

To use APIs provided by Google, Here and ArcGIS to retrieve geo coordinates for your data analysis.

License

Notifications You must be signed in to change notification settings

DataDisca/geo_coordinates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Retrieving Longitudes and Latitudes from Map Service Providers

This contains example codes to retrieve geo coordinates from the APIs provided by Google, Here and ArcGIS for your data analysis.

Contributors

  1. Kevin Patel (GitHub Username: PatelKeviin)
    Functions:

    • get_geo_coordinates_from_google
    • get_geo_coordinates_from_here
    • get_geo_coordinates_from_arcgis
  2. Khushbu Patel (GitHub Username: khushbuupatel)

    • get_geo_coordinates_from_arcgis_with_login
    • get_batch_geo_coordinates_from_arcgis_with_login

How to use

The code contains examples for using the APIs from Google, Here and ArcGIS. In practice you might only need one service. Copy only the function for your preferred.

Code

The code is in geo_coordinates.py.
Check the examples given at the end of the file.

Credentials are in the format given in api_keys.json. Put your own in the private_data folder.

Credentials

No credentials are required for the following function.

  • get_geo_coordinates_from_arcgis

For the remaining functions, the access was free for developers.

To use the following functions, you have to get API keys from the respective map service providers.

  • get_geo_coordinates_from_google
  • get_geo_coordinates_from_here
    The API keys were free for testing when this code was developed. Hope they are still free for developers.

To use the following, you have to create an account on ArcGIS.

  • get_geo_coordinates_from_arcgis_with_login
  • get_batch_geo_coordinates_from_arcgis_with_login
    The account was free for testing when this code was developed. Hope it is still free for developers.

Sponsor

DataDisca Pty Ltd, Melbourne, Australia

https://www.datadisca.com

About

To use APIs provided by Google, Here and ArcGIS to retrieve geo coordinates for your data analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages