Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pyproj/_crs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,13 @@ cdef class CoordinateSystem(_CRSParts):
"""
.. versionadded:: 2.2.0

Coordinate System for CRS
Coordinate System for CRS.

.. note:: | WKT and CRS are not compatible as standalone element (see `OSGeo/PROJ#1819 <https://github.com/OSGeo/PROJ/issues/1819>`_ for more details).
| We recommend using `to_json`/`from_json` for the import.

.. note:: | WKT does not work on import for CoordinateSystem.
| PROJ JSON is preferred.

Attributes
----------
Expand Down