- 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.
- C語言程序設(shè)計(jì)案例教程(第2版)
- 控糖控脂健康餐
- PostgreSQL Cookbook
- Hands-On JavaScript High Performance
- Getting Started with Gulp
- .NET Standard 2.0 Cookbook
- 硬件產(chǎn)品設(shè)計(jì)與開發(fā):從原型到交付
- Android Studio Cookbook
- 貫通Tomcat開發(fā)
- 超簡單:用Python讓Excel飛起來(實(shí)戰(zhàn)150例)
- 例說FPGA:可直接用于工程項(xiàng)目的第一手經(jīng)驗(yàn)
- Python趣味創(chuàng)意編程
- Unreal Engine Game Development Cookbook
- Learning Perforce SCM
- Python AI游戲編程入門:基于Pygame和PyTorch