-
Book Overview & Buying
-
Table Of Contents
Python Geospatial Development - Second Edition - Second Edition
By :
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " The pyproj Geod class allows you to perform various geodetic calculations based on points on the Earth's surface."
A block of code is set as follows:
import mapnik
symbolizer = mapnik.PolygonSymbolizer(
mapnik.Color("darkgreen"))
rule = mapnik.Rule()
rule.symbols.append(symbolizer)When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
import mapnik
symbolizer = mapnik.PolygonSymbolizer(
mapnik.Color("darkgreen"))
rule = mapnik.Rule()
rule.symbols.append(symbolizer)Any command-line input or output is written as follows:
python setup.py build sudo python.setup.py install
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Change the font size
Change margin width
Change background colour