- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 317字
- 2021-07-08 09:21:04
Measuring the world
Spatial data are references for an object's position on the Earth's surface. How can you measure and store them in a numeric format? An elementary model of the Earth could be a sphere. On a sphere's surface, you can measure positions with angular units called latitude (?) and longitude (λ). Latitude measures the angle between the equatorial plane and a line that passes through that point, and is normal to the surface; whereas, longitude measures the east or west angle from a reference meridian (for example, the one passing through Greenwich observatory) to another meridian that passes through that point. Angular measures can be expressed in decimal degrees or in degrees, minutes, and seconds.
If you want to store the location of the Statue of Liberty, you can express it in the decimal degree form, as shown here:
40.689167, -74.044444
Alternatively, you can use the degrees, minutes, and seconds form as follows:
Lat. 40° 41′ 21″ N, Long. 74° 2′ 40″ W
Consider the image of the model of the Earth given as follows:

We normally think of the Earth as a sphere, but this is not its real shape. Geodesy, the science studying the shape of the Earth, defines the Earth, as represented by a geoid, an ideal surface defined by the level of the sea if oceans were to cover all of Earth. For practical purposes, as in projections, the geoid is too complicated to use, and so the Earth is defined by an ellipsoid. The ellipsoid is described by its semi-major axis (equatorial radius) and flattening.
- Objective-C Memory Management Essentials
- C#完全自學教程
- Developing Mobile Web ArcGIS Applications
- Vue.js 3.0源碼解析(微課視頻版)
- Mastering Apache Spark 2.x(Second Edition)
- 第一行代碼 C語言(視頻講解版)
- ASP.NET程序開發范例寶典
- C#程序設計(項目教學版)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Spring Boot+MVC實戰指南
- 深入實踐DDD:以DSL驅動復雜軟件開發
- 深入理解Kafka:核心設計與實踐原理
- 循序漸進Vue.js 3前端開發實戰
- SQL Server 2014數據庫設計與開發教程(微課版)
- Java性能權威指南