- 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:

- Spring實戰(第5版)
- ADI DSP應用技術集錦
- HDInsight Essentials(Second Edition)
- 常用工具軟件立體化教程(微課版)
- Android開發三劍客:UML、模式與測試
- Python Essentials
- SQL Server 2016 從入門到實戰(視頻教學版)
- 零基礎學C語言(第4版)
- .NET 4.0面向對象編程漫談:應用篇
- OpenCV 3.0 Computer Vision with Java
- The Statistics and Calculus with Python Workshop
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 金融商業數據分析:基于Python和SAS
- PHP Microservices
- 計算機系統解密:從理解計算機到編寫高效代碼