Skip to content

Calculated the street driving distance between zip codes using Google Cloud API

License

Notifications You must be signed in to change notification settings

alozano-77/zipcode-street-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipcode-street-distance

Calculated the street driving distance between zip codes using Google Cloud API

Ensure all dataset files do not end with a newline otherwise the code will break.

Create Conda ENV

To make a requirements file

pip3 freeze > requirements.txt

To use a requirements file

Replace foo_env with desired environment

conda create --name foo_env --file requirements.txt

Force VS code to use this by default

Make a directory called .vscode inside this directory make one file settings.json containing the following information tailored to your environment.

{
    "python.pythonPath": "/usr/local/anaconda3/envs/foo_env/bin/python"
}

About

Calculated the street driving distance between zip codes using Google Cloud API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages