Data Visualization with Python by Mario Döbler

Data Visualization with Python by Mario Döbler

Author:Mario Döbler
Language: eng
Format: epub
Publisher: Packt Publishing
Published: 2019-04-09T16:00:00+00:00


We won't use any dataset in this exercise, since we want to focus on the map tiles and tile providers. Therefore, the only import we need to do is geoplotlib itself:# importing the necessary dependencies

import geoplotlib

We know that Geoplotlib has a layers approach to plotting. This means that we can simply display the map tiles without adding any plotting layer on top:# displaying the map with the default tile provider

geoplotlib.show()

The following figure shows the output of the preceding code:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.