- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 192字
- 2021-07-08 09:21:06
Spatial Reference Identifier (SRID)
A spatial reference system identifier is a code to easily reference a spatial reference system (SRS). An SRS contains parameters about projection, ellipsoid, and datum. It can be defined using the Open Geospatial Consortium's (OGC) well-known text (WKT) representation. The SRS for the geographic WGS84 reference system is as follows:
GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4326"]]
The last line contains the number 4326; this is the SRID uniquely identifying this SRS. The long form should also contain the authority, that is EPSG:4326, but you will often find it indicated only by the number.
EPSG is the acronym for European Petroleum Survey Group. Several European Oil companies founded it in 1986 to collect and maintain geodetic information. In 2005, EPSG was absorbed by OGP (an international forum for Oil and Gas producers) that formed the OGP Geomatics Committee. The committee maintains the registry and publishes it as a public web interface or a downloadable database.
It is very important that you know what SRID your data is in. Without it, you can't represent data on a map without the risk of great errors.
推薦閱讀
- Mastering Visual Studio 2017
- Testing with JUnit
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- 區(qū)塊鏈架構(gòu)與實現(xiàn):Cosmos詳解
- OpenNI Cookbook
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- R語言與網(wǎng)絡(luò)輿情處理
- scikit-learn Cookbook(Second Edition)
- 產(chǎn)品架構(gòu)評估原理與方法
- Python Django Web從入門到項目實戰(zhàn)(視頻版)
- Python 3.6從入門到精通(視頻教學(xué)版)
- Serverless從入門到進階:架構(gòu)、原理與實踐
- Slick2D Game Development
- JavaScript重難點實例精講
- Mastering Assembly Programming