- Geospatial Data Science Quick Start Guide
- Abdishakur Hassan Jayakrishnan Vijayaraghavan
- 168字
- 2021-06-24 13:48:16
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
from shapely.geometry import Point
for lat, lon in zip(nyc['Latitude'][:5], nyc['Longtitude'][:5]):
geometry = Point(lat, lon)
print(geometry)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
ax.set_xticklabels([])
ax.set_yticklabels([])
ax.set_title('Foursquare Points')
plt.show()
Any command-line input or output is written as follows:
!pip install networkx
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- Hands-On Internet of Things with MQTT
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時(shí)代不能不說的事
- 教父母學(xué)會上網(wǎng)
- 數(shù)據(jù)運(yùn)營之路:掘金數(shù)據(jù)化時(shí)代
- Visual C# 2008開發(fā)技術(shù)詳解
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)實(shí)訓(xùn)
- 大數(shù)據(jù)平臺異常檢測分析系統(tǒng)的若干關(guān)鍵技術(shù)研究
- INSTANT Drools Starter
- Google SketchUp for Game Design:Beginner's Guide
- TensorFlow Reinforcement Learning Quick Start Guide
- 從零開始學(xué)C++
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·智能制造裝備
- 液壓機(jī)智能故障診斷方法集成技術(shù)
- Cloudera Hadoop大數(shù)據(jù)平臺實(shí)戰(zhàn)指南
- RealFlow流體制作經(jīng)典實(shí)例解析