- QGIS 2 Cookbook
- Alex Mandel Víctor Olaya Ferrero Anita Graser Alexander Bruy
- 344字
- 2021-07-16 11:12:33
What you need for this book
We recommend installing QGIS 2.8 or later; you will need at least QGIS 2.4. During the writing of this book, several new versions were released, approximately every 4 months, and most recently, 2.14 was released. Most of the recipes will work on older versions, but some may require 2.6 or newer. In general, if you can, upgrade to the latest stable release or Long Term Support (LTS) version.
There are also a lot of side interactions with other software throughout many of these recipes, including—but not limited to—Postgis 2+, GRASS 6.4+, SAGA 2.0.8+, and Spatialite 4+. On Windows, most of these can be installed using OSGeo4W; on Mac, you may need some additional frameworks from Kyngchaos, or if you're familiar with Brew, you can use the OSGeo4Mac Tap. For Linux users, in particular Ubuntu and Debian, refer to the UbuntuGIS PPA and the DebianGIS blend.
Does all of this sound a little too complicated? If yes, then consider using a virtual machine that runs OSGeo-Live (http://live.osgeo.org). All the software is preinstalled for you and is known to work together.
Lastly, you will need data. For the most part, we've provided a lot of free and open data from a variety of sources, including the OSGeo Educational dataset (North Carolina), Natural Earth Data, OpenFlights, Wake County, City of Davis, and Armed Conflict Location & Event Data Project (ACLED). A full list of our data sources is provided here if you would like additional data.
We recommend that you try methods with the sample data first, only because we tested it. Feel free to try using your own data to test many of the recipes; however, just remember that you might need to alter the structure to make it work. After all, that's what you'll be working with normally.
The following are the data sources for this book:
- OSGeo Educational Data: http://grass.osgeo.org/download/sample-data/
- Wake County, USA: http://www.wakegov.com/gis/services/pages/data.aspx
- Natural Earth Data: http://www.naturalearthdata.com/
- City of Davis, USA: http://maps.cityofdavis.org/library
- Stamen Designs: http://stamen.com/
- Armed Conflict Location & Event Data Project: http://www.acleddata.com/
- Vue.js 3.x快速入門
- Bootstrap Site Blueprints Volume II
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- 自己動手寫Java虛擬機
- 程序員面試算法寶典
- JavaFX Essentials
- ADI DSP應用技術集錦
- 用戶體驗增長:數字化·智能化·綠色化
- RISC-V體系結構編程與實踐(第2版)
- 低代碼平臺開發實踐:基于React
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- ElasticSearch Cookbook(Second Edition)
- R語言數據可視化:科技圖表繪制
- Android Sensor Programming By Example
- Python Web自動化測試設計與實現