This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#used in jupyter notebook with Python 2 | |
!apt-get install python-cairocffi | |
!pip install mapnik | |
import mapnik | |
import cairocffi as cairo | |
map = mapnik.Map (1750 ,1185) | |
mapnik.load_map ( map ,'wallmap.xml') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
"""GenerateGmap.ipynb | |
Automatically generated by Colaboratory. | |
Original file is located at | |
https://colab.research.google.com/drive/1hYhnGYPXMtxpGCklj9YTcthOYW8PdaKL | |
""" | |
!pip install Image |