- Learn QGIS
- Andrew Cutts Anita Graser
- 214字
- 2021-06-10 19:19:50
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "But what about the remaining 13 rows? They will now have no entry for the small_area field."
A block of code is set as follows:
my_features = v_layer.getFeatures()
for feature in my_features:
print (feature.attributes())
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
my_features = v_layer.getFeatures()
for feature in my_features:
print (feature.attributes())
Any command-line input or output is written as follows:
[1, 18, 78.0, 'NOATAK', 'Other']
[2, 18, 264.0, 'AMBLER', 'Other']
[3, 26, 585.0, 'BETTLES', 'Other']
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "This can be done by going to Layer Properties | Style | Save Style | QGIS Layer Style File, or, alternatively, you can use any other style you like."
- Clojure Data Analysis Cookbook
- 腦動力:Linux指令速查效率手冊
- 極簡AI入門:一本書讀懂人工智能思維與應用
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- MicroPython Projects
- 精通特征工程
- 網絡化分布式系統預測控制
- 電腦主板現場維修實錄
- Red Hat Linux 9實務自學手冊
- 深度學習與目標檢測
- Artificial Intelligence By Example
- 工業機器人集成應用
- Redash v5 Quick Start Guide
- ROS Robotics By Example(Second Edition)
- 系統安裝、維護與數據備份技巧