diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | docs/source/news.rst | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,10 @@ Updates ------- + + New transformations: + + o Add a +proj=defmodel transformation for multi-component time-based deformation models (#2206) + + New projections: o Add square conformal projections from libproject: diff --git a/docs/source/news.rst b/docs/source/news.rst index a0d49f4c..18f2c409 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -10,6 +10,10 @@ News Updates ------- ++ **New transformations** + + * Add a +proj=defmodel transformation for multi-component time-based deformation models (`#2206 <https://github.com/OSGeo/PROJ/pull/2206>`_): + + **New projections** * Add square conformal projections from libproject (`#2148 <https://github.com/OSGeo/issues/2148>`_): |
