- Learning Geospatial Analysis with Python(Second Edition)
- Joel Lawhead
- 106字
- 2021-07-23 14:45:42
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The pycsw
Python library implements the CSW standard."
A block of code is set as follows:
<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Placemark> <name>Mockingbird Cafe</name> <description>Coffee Shop</description> <Point> <coordinates>-89.329160,30.310964</coordinates> </Point> </Placemark> </kml>
Any command-line input or output is written as follows:
t.pen(shown=False) t.done()
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- DevOps:軟件架構(gòu)師行動(dòng)指南
- Cocos2D-X權(quán)威指南(第2版)
- Oracle Database In-Memory(架構(gòu)與實(shí)踐)
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- 青少年美育趣味課堂:XMind思維導(dǎo)圖制作
- Learning Neo4j 3.x(Second Edition)
- 秒懂設(shè)計(jì)模式
- Java持續(xù)交付
- Java項(xiàng)目實(shí)戰(zhàn)精編
- Mastering JavaScript Design Patterns(Second Edition)
- 機(jī)器學(xué)習(xí)與R語(yǔ)言實(shí)戰(zhàn)
- Unity 2017 Game AI Programming(Third Edition)
- Mastering OpenStack
- 算法精解:C語(yǔ)言描述
- 產(chǎn)品架構(gòu)評(píng)估原理與方法