- Practical GIS
- Gábor Farkas
- 220字
- 2021-07-02 22:49:15
Using Vector Data Effectively
In the previous chapter, we learned how vector data compares to raster data. Although every feature can only represent one coherent entity, it is a way more powerful and flexible data model. With vectors, we can store a tremendous amount of attributes linked to an arbitrary number of features. There are some limitations but only with some data exchange formats. By using spatial databases, our limitations are completely gone. If you've worked on a study area with rich data, you might have already observed that QGIS has a hard time rendering the four vector layers for their entire extent. As we can store (and often use) much more data than we need for our workflow, we must be able to select our features of interest.
Sometimes, the problem is the complete opposite--we don't have enough data. We have features which lack just the attributes we need to accomplish our work. However, we can find other datasets with the required information, possibly in a less useful format. In those cases, we need to be able to join the attributes of the two layers, giving the correct attributes to the correct geometry types.
In this chapter, we will cover the following topics:
- Querying and filtering vector layers
- Modifying the attribute table
- Joining attributes
- Visual Basic .NET程序設計(第3版)
- 潮流:UI設計必修課
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- .NET 4.0面向?qū)ο缶幊搪劊夯A篇
- Servlet/JSP深入詳解
- 網(wǎng)店設計看這本就夠了
- Visual C#通用范例開發(fā)金典
- Visual C++開發(fā)入行真功夫
- PHP編程基礎與實例教程
- Java SE實踐教程
- Java7程序設計入門經(jīng)典
- Visual Basic語言程序設計基礎(第3版)
- Python數(shù)據(jù)科學實踐指南
- Android智能手機APP界面設計實戰(zhàn)教程
- 深入淺出 HTTPS:從原理到實戰(zhàn)