EPSG¶
-
class
pycraf.geospatial.EPSG(value)[source] [edit on github]¶ Bases:
enum.EnumEnum with often used EPSG codes.
Attributes Summary
European Terrestrial Reference System: ETRS89 (GRS80).
International Terrestrial Reference Frame, Datum 2000: ITRF2000 (GRS80).
International Terrestrial Reference Frame, Datum 2005: ITRF2005 (GRS80).
International Terrestrial Reference Frame, Datum 2008: ITRF2008 (GRS80).
Variant of Mercator projection; de facto standard for Web mapping applications: Web Mercator (WGS84).
World Geodetic System: GPS (WGS84).
Attributes Documentation
-
ETRS89= 3035¶ European Terrestrial Reference System: ETRS89 (GRS80). Single CRS for all Europe.
-
ITRF00= 4919¶ International Terrestrial Reference Frame, Datum 2000: ITRF2000 (GRS80). Geocentric system.
-
ITRF05= 4896¶ International Terrestrial Reference Frame, Datum 2005: ITRF2005 (GRS80). Geocentric system.
-
ITRF08= 5332¶ International Terrestrial Reference Frame, Datum 2008: ITRF2008 (GRS80). Geocentric system.
-
WEB_MERC= 3857¶ Variant of Mercator projection; de facto standard for Web mapping applications: Web Mercator (WGS84).
-
WGS84= 4326¶ World Geodetic System: GPS (WGS84). (Simply the geographical longitude and latitude.)
-