- Mastering QGIS
- Kurt Menke GISP Dr. Richard Smith Jr. GISP Dr. Luigi Pirelli Dr. John Van Hoesen GISP
- 166字
- 2021-07-23 19:47:34
Summary
This chapter provided you with the steps to handle databases in QGIS. While QGIS can handle multiple databases, we used SpatiaLite as it provides a good amount of functionality with little overhead or administration.
Using the DB Manager you can perform a number of operations on databases. Operations of note are: creating indices, spatial and aspatial views, importing and exporting, and performing queries. From the introduction to DB Manager and SpatiaLite in this chapter, you are now well-equipped to write more complex queries that take full advantage of the SQL commands and SpatiaLite SQL extension commands. A full listing of SQLite SQL commands are available at http://www.sqlite.org/lang.html. A full listing of the SpatialLite SQL extension commands are available at http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.2.0.html.
The next chapter moves us from the storage of geospatial data to the display of geospatial data. The styling capabilities of QGIS will be covered for both vector and raster files. Additionally, the rendering options that were first introduced in QGIS 2.6 will be covered.
- 測試驅(qū)動(dòng)開發(fā):入門、實(shí)戰(zhàn)與進(jìn)階
- x86匯編語言:從實(shí)模式到保護(hù)模式(第2版)
- Internet of Things with Intel Galileo
- MySQL數(shù)據(jù)庫管理與開發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Java應(yīng)用開發(fā)技術(shù)實(shí)例教程
- Python深度學(xué)習(xí):基于TensorFlow
- Python算法指南:程序員經(jīng)典算法分析與實(shí)現(xiàn)
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Instant Debian:Build a Web Server
- SQL Server 2012 數(shù)據(jù)庫應(yīng)用教程(第3版)
- MySQL核心技術(shù)與最佳實(shí)踐
- LibGDX Game Development By Example
- Java EE 程序設(shè)計(jì)