- PostGIS Cookbook
- Paolo Corti Thomas J. Kraft Stephen Vincent Mather Bborie Park
- 227字
- 2021-07-19 18:29:37
Conventions
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, and user input are shown as follows: "We will import the firenews.csv
file that stores a series of web news collected from various RSS feeds".
A block of code is set as follows:
SELECT ROUND(SUM(chp02.proportional_sum(ST_Transform(a.geom,3734), b.geom, b.pop))) AS population FROM nc_walkzone AS a, census_viewpolygon as b WHERE ST_Intersects(ST_Transform(a.geom, 3734), b.geom) GROUP BY a.id;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
SELECT ROUND(SUM(chp02.proportional_sum(ST_Transform(a.geom,3734), b.geom, b.pop))) AS population FROM
nc_walkzone AS a, census_viewpolygon as b
WHERE ST_Intersects(ST_Transform(a.geom, 3734), b.geom)
GROUP BY a.id;
Any command-line input or output is written as follows:
> raster2pgsql -s 4322 -t 100x100 -F -I -C -Y C:\postgis_cookbook\data\chap5\PRISM\us_tmin_2012.*.asc chap5.prism | psql -d postgis_cookbook
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".
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- Cassandra Data Modeling and Analysis
- Instant QlikView 11 Application Development
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- SQL Server從入門到精通(第3版)
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- OpenCV 3計(jì)算機(jī)視覺:Python語言實(shí)現(xiàn)(原書第2版)
- ROS機(jī)器人編程實(shí)戰(zhàn)
- Python面試通關(guān)寶典
- Node.js 6.x Blueprints
- C# 7.0本質(zhì)論
- Learning Alfresco Web Scripts
- Java Web 從入門到項(xiàng)目實(shí)踐(超值版)
- Laravel 5.x Cookbook
- 新手學(xué)ASP動(dòng)態(tài)網(wǎng)頁開發(fā)