Giter Club home page Giter Club logo

google_apis's Introduction

google_apis

This repository is used to contain all of the edited versions of the Google Maps APIs (eg Google Distance Matrix, Geocoding, etc) tailored for my individual projects. Data is stored locally, so must pay attention to how to parse the inputted data for generalizability.

Currently there are two different APIs in use: the reverse geocoder and the distance matrix. The reverse geocoder takes in the latitude and longitudes and returns the state (if in the US) of the location. The distance matrix takes in the lat and long and returns the distnace of all possible comibinations of starting and ending.

Dependancies

This repository uses the Google Maps Service Python (https://github.com/googlemaps/google-maps-services-python), so make sure to clone that into the repository before starting.

Reverse Geolocation

Parameters: -in_file: the csv file from which to read the latitude and longitude, under the headers of 'Latitude' and 'Longitude' -api: designates the script to use the reverse geocoder api, enter rev_geo -api_key: enter your api key

Distance Matrix

wrote this a while ago, so have to go back through and check

google_apis's People

Contributors

austinwindsor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.