Introduction¶
Who This Book Is For¶
What This Book Covers¶
Getting the Most Out of This Book¶
Conventions Used in This Book¶
# This is an example of a code block
import leafmap
m = leafmap.Map()
m.add_basemap("OpenTopoMap") # add a basemap to the map
m$ pip install leafmap
$ python script.pyDownloading the Code Examples¶
$ git clone https://github.com/giswqs/intro-gispro.git