ESRI¶
-
class
pycraf.geospatial.
ESRI
[source] [edit on github]¶ Bases:
enum.Enum
Enum with often used ESRI codes.
Attributes Summary
Attributes Documentation
-
BONNE
= '+ellps=WGS84 +datum=WGS84 +units=m no_defs'¶
-
GALL
= '+proj=gall +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m no_defs'¶
-
MERCATOR
= '+proj=merc +lat_ts=0 +lon_0=0 +k=1.000000 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m no_defs'¶
-
MOLLWEIDE
= '+proj=moll +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m no_defs'¶
-
ROBINSON
= '+proj=robin +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m no_defs'¶
-
SINUSOIDAL
= '+proj=sinu +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m no_defs'¶
-
STEREO
= '+proj=stere +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m no_defs'¶
-