Create maps of México easily with Python.
Project description
mapsmx
Create maps of Mexico easily with python.
How to install
pip install mapsmx
How to use
State geometries.
state = MapsMX().get_geo('state')
State geometries with centroids.
state_w_centroids = MapsMX().get_geo('state', add_centroids=True)
Municipality geometries.
muns = MapsMX().get_geo('municipality')
Municipality geometries with centroids.
muns_w_centroids = MapsMX().get_geo('municipality', add_centroids=True)
Data
- shp files downloaded from https://www.inegi.org.mx/temas/mg/default.html#Descargas.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mapsmx-0.0.3.tar.gz
(3.0 kB
view hashes)
Built Distribution
mapsmx-0.0.3-py3-none-any.whl
(46.9 MB
view hashes)