- 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".
- CMDB分步構建指南
- Interactive Data Visualization with Python
- React Native Cookbook
- Linux Device Drivers Development
- Mastering Unity 2D Game Development(Second Edition)
- C++從入門到精通(第5版)
- Visual Foxpro 9.0數據庫程序設計教程
- Orleans:構建高性能分布式Actor服務
- Cocos2d-x Game Development Blueprints
- OpenCV 3 Blueprints
- Unity Character Animation with Mecanim
- Zabbix Performance Tuning
- Vue.js 3應用開發與核心源碼解析
- Arduino Wearable Projects
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)