Skip to content

Commit

Permalink
ENH: Update from_cf/to_cf to use WKT instead of PROJ strings for
Browse files Browse the repository at this point in the history
internal managemnt
  • Loading branch information
snowman2 committed Feb 11, 2020
1 parent ae074ee commit 8d1f234
Show file tree
Hide file tree
Showing 9 changed files with 1,397 additions and 408 deletions.
9 changes: 9 additions & 0 deletions docs/api/crs/crs.rst
Expand Up @@ -21,6 +21,15 @@ GeographicCRS
:special-members: __init__


DerivedGeographicCRS
------------------------

.. autoclass:: pyproj.crs.DerivedGeographicCRS
:members:
:show-inheritance:
:special-members: __init__


ProjectedCRS
-----------------------

Expand Down
1 change: 1 addition & 0 deletions pyproj/crs/__init__.py
Expand Up @@ -20,6 +20,7 @@
CRS,
BoundCRS,
CompoundCRS,
DerivedGeographicCRS,
GeographicCRS,
ProjectedCRS,
VerticalCRS,
Expand Down

0 comments on commit 8d1f234

Please sign in to comment.