from_user_inputο
- classmethod Equi7Grid_projection.from_user_input(value: Any, **kwargs) CRSο
- Initialize a CRS class instance with:
PROJ string
Dictionary of PROJ parameters
PROJ keyword arguments for parameters
JSON string with PROJ parameters
CRS WKT string
An authority string [i.e. βepsg:4326β]
An EPSG integer code [i.e. 4326]
A tuple of (βauth_nameβ: βauth_codeβ) [i.e (βepsgβ, β4326β)]
An object with a to_wkt method.
A
pyproj.crs.CRSclass
- Parameters:
value (obj) β A Python int, dict, or str.
- Return type:
CRS