- 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.
推薦閱讀
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 高級C/C++編譯技術(典藏版)
- Visual Basic程序設計實驗指導(第4版)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- 黑莓(BlackBerry)開發從入門到精通
- WordPress Search Engine Optimization(Second Edition)
- Python人工智能項目實戰
- 計算機信息技術實踐教程
- Ajax與jQuery程序設計
- UI設計參考手冊
- 可信軟件基礎研究
- 架構寶典
- Spring MVC:Beginner's Guide(Second Edition)
- ArcGIS Pro 2.x Cookbook