Skip to content

Aetf/pyplot_google_map

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Plot Google Map using Matplotlib

ported from Matlab version: https://www.mathworks.com/matlabcentral/fileexchange/27627-zoharby-plot-google-map

Requirements and Dependencies

Only tested using python3.

  • Pillow
  • requests
  • matplotlib
  • numpy
  • scipy

Usage

Mostly the same as its Matlab version. Properties are passed in using keyword arguments.

Limitation

autoAxis doesn't work, and should be left as False.

Others

getLatLonViaYql.py is a little helper to get geo-location of cities from Yahoo Query. Also ported from its Matlab version.

About

plot_google_map ported to python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages