[PYTHON] Let's display the map using Basemap

ENV Mac anaconda4.4.0(python3.6)

Library Install GEOS geometry engine https://trac.osgeo.org/geos/

**not english lesson service.http://geos.jp/

brew install geos 3.6.2(2017/08/XX)

Basemap(matplotlib basemap toolkit) plotting library of maps https://github.com/matplotlib/basemap/archive/v1.1.0.tar.gz after decompressing the file python setup.py install

https://matplotlib.org/basemap/users/installing.html

pyproj PROJ.4 library pip install pyproj

trial Map display

from mpl_toolkits.basemap import Basemap
import matplotlib.pyplot as plt

m = Basemap(projection='mill')

m.drawcoastlines()
m.fillcontinents()
m.drawmapboundary()

plt.show()

image

Recommended Posts

Let's display the map using Basemap
Django-TodoListâ‘¡ ~ Let's display the details page ~
Django ~ Let's display it in the browser ~
Display the edge
How to display Map using Google Map API (Android)
[Python] Let's execute the module regularly using schedule
Dynamically display epidemic data using the Grafana Dashboard
Let's analyze the emotions of Tweet using Chainer (2nd)
Enlarge the plot display.
Let's analyze the sentiment of Tweet using Chainer (1st)
Follow the XBRL taxonomy display link using the OSS Arrele API
Read the VTK file and display the color map with jupyter.
Let's publish the super resolution API using Google Cloud Platform
[Map display] Display a map from the address registered by the user using the Google Maps JavaScript API and Geocoding API!
Let's search from the procession
Try using the Twitter API
Clone using the dd command
Let's turn the air gacha
Try using the Twitter API
Try using the PeeringDB 2.0 API
Outline the face using Dlib (1)
Let's take a look at the feature map of YOLO v3
Let's automatically collect company information (XBRL data) using the EDINET API (4/10)
Let's do it by dividing numpy without using the for statement