- 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
- Java應(yīng)用開(kāi)發(fā)與實(shí)踐
- Python Geospatial Development(Second Edition)
- Cassandra Data Modeling and Analysis
- 高級(jí)C/C++編譯技術(shù)(典藏版)
- PySide GUI Application Development(Second Edition)
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第3版)
- PhoneGap:Beginner's Guide(Third Edition)
- Cocos2d-x學(xué)習(xí)筆記:完全掌握Lua API與游戲項(xiàng)目開(kāi)發(fā) (未來(lái)書(shū)庫(kù))
- AppInventor實(shí)踐教程:Android智能應(yīng)用開(kāi)發(fā)前傳
- Instant Nancy Web Development
- MyBatis 3源碼深度解析
- 程序員的英語(yǔ)
- MATLAB計(jì)算機(jī)視覺(jué)實(shí)戰(zhàn)
- Lync Server Cookbook
- Learning Java Lambdas