- Learning Geospatial Analysis with Python(Second Edition)
- Joel Lawhead
- 189字
- 2021-07-23 14:45:50
Overviews
Overview data is most commonly found in raster formats. Overviews are resampled, lower resolution versions of raster datasets that provide thumbnail views or simply faster loading image views at different map scales. They are also known as pyramids and the process of creating them is known as pyramiding an image. These overviews are usually preprocessed and stored with the full resolution data either embedded with the file or in a separate file. The compromise of this convenience is that the additional images add to the overall file size of the dataset; however, they speed up image viewers. Vector data also has a concept of overviews, usually to give a dataset geographic context in an overview map. However, because vector data is scalable, reduced size overviews are usually created on the fly by software using a generalization operation as mentioned in Chapter 1, Learning Geospatial Analysis with Python.
Occasionally, vector data is rasterized by converting it into a thumbnail image, which is stored with or embedded in the image header. The following image demonstrates the concept of image overviews that also shows visually why they are often called pyramids:

- JBoss Weld CDI for Java Platform
- Mastering Selenium WebDriver
- Apache Spark 2.x Machine Learning Cookbook
- Mastering Python Scripting for System Administrators
- Python王者歸來
- Visual Basic程序設(shè)計(jì)教程
- C++編程兵書
- C++ System Programming Cookbook
- 現(xiàn)代CPU性能分析與優(yōu)化
- Drupal Search Engine Optimization
- Clojure Web Development Essentials
- 測(cè)試架構(gòu)師修煉之道:從測(cè)試工程師到測(cè)試架構(gòu)師(第2版)
- 從零開始:Qt可視化程序設(shè)計(jì)基礎(chǔ)教程
- 寫給設(shè)計(jì)師的技術(shù)書:從智能終端到感知交互
- Objective-C入門教程