- Learning Geospatial Analysis with Python(Second Edition)
- Joel Lawhead
- 369字
- 2021-07-23 14:45:49
Data structures
Despite dozens of formats, geospatial data have common traits. Understanding these traits can help you approach and understand unfamiliar data formats by identifying the ingredients common to nearly all spatial data. The structure of a given data format is usually driven by its intended use. Some data is optimized for efficient storage or compression, some is optimized for efficient access, some is designed to be lightweight and readable (web formats), while other data formats seek to contain as many different data types as possible.
Interestingly, some of the most popular formats today are also some of the simplest and even lack features found in more capable and sophisticated formats. Ease of use is extremely important to geospatial analysts because so much time is spent integrating data into geographic information systems as well as exchanging data among analysts. Simple data formats facilitate these activities the best.
Common traits
Geospatial analysis is an approach applying information processing techniques to data with geographic context. This definition contains the most important elements of geospatial data: geolocation data and subject information. These two factors are present in every format that can be considered geospatial data. Another common feature of geospatial data is spatial indexing. Overview datasets are also related to indexing.
Geolocation
Geolocation information can be as simple as a single point on the Earth referencing where a photo was taken. It can also be as complex as a satellite camera engineering model and orbital mechanics information to reconstruct the exact conditions and location under which the satellite captured the image.
Subject information
Subject information can also cover a wide range of possibilities. Sometimes, the pixels in an image are the data in terms of a visual representation of the ground. At other times, an image may be processed using multispectral bands, such as infrared light, to provide information not visible in the image. Processed images are often classified using a structured color palette that is linked to a key, describing the information each color represents. Other possibilities include some form of database with rows and columns of information for each geolocated feature, such as the population associated with each city in our SimpleGIS from Chapter 1, Learning Geospatial Analysis with Python.
- JavaScript+DHTML語法與范例詳解詞典
- C++面向對象程序設計(微課版)
- MATLAB 2020 從入門到精通
- Hands-On C++ Game Animation Programming
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Elasticsearch for Hadoop
- ASP.NET程序開發范例寶典
- Visual C#.NET Web應用程序設計
- Java 從入門到項目實踐(超值版)
- 從零學Java設計模式
- H5+移動營銷設計寶典
- Python Social Media Analytics
- 百萬在線:大型游戲服務端開發
- Beginning C# 7 Hands-On:The Core Language
- Getting Started with Windows Server Security