Skip to content

Commit

Permalink
Merge 85c918c into ae074ee
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Feb 12, 2020
2 parents ae074ee + 85c918c commit 72e5db3
Show file tree
Hide file tree
Showing 10 changed files with 1,580 additions and 425 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 docs/history.rst
Expand Up @@ -12,6 +12,7 @@ Change Log
* BUG: Fix getting :attr:`pyproj.crs.Ellipsoid.semi_minor_metre` when not computed (issue #457)
* ENH: Added support for custom CRS (issue #389)
* ENH: Added enumeration for WKT2_2019 (issue #526)
* ENH: Update from_cf/to_cf to use WKT instead of PROJ strings for internal management (issue #515)

2.4.2
~~~~~
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 72e5db3

Please sign in to comment.