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.CRS class

Parameters:

value (obj) – A Python int, dict, or str.

Return type:

CRS