aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/community/rfc/rfc-6.rst2
-rw-r--r--docs/source/conf.py6
-rw-r--r--docs/source/download.rst29
-rw-r--r--docs/source/news.rst78
-rw-r--r--docs/source/operations/projections/col_urban.rst49
-rw-r--r--docs/source/operations/projections/index.rst1
-rw-r--r--docs/source/operations/projections/tmerc.rst2
7 files changed, 150 insertions, 17 deletions
diff --git a/docs/source/community/rfc/rfc-6.rst b/docs/source/community/rfc/rfc-6.rst
index a4437962..ed8115df 100644
--- a/docs/source/community/rfc/rfc-6.rst
+++ b/docs/source/community/rfc/rfc-6.rst
@@ -182,7 +182,7 @@ single triangle:
"authority": {
"name": "Authority name",
"url": "http://example.com",
- "address": "Adress",
+ "address": "Address",
"email": "test@example.com"
},
"links": [
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 31b81d3f..fbf4358a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -69,8 +69,8 @@ copyright = u'1983-{0}'.format(now.year)
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
-version = '7.2.0'
-data_version = '1.2'
+version = '8.0.0'
+data_version = '1.3'
# use same |release| as |version|
release = version
@@ -194,7 +194,7 @@ html_context = {
'github_user': 'OSGeo',
'github_repo': 'PROJ',
# TODO: edit when switching active branch
- 'github_version': '/7.1/docs/source/',
+ 'github_version': '/7.2/docs/source/',
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],
diff --git a/docs/source/download.rst b/docs/source/download.rst
index 12d9d913..f33733fb 100644
--- a/docs/source/download.rst
+++ b/docs/source/download.rst
@@ -13,17 +13,8 @@ distribution of the source code and various resource file archives. See
Current Release
--------------------------------------------------------------------------------
-* **2020-09-01** `proj-7.1.1.tar.gz`_ (`md5`_)
-* **2020-07-01** `proj-7.1.0.tar.gz`_
-* **2020-05-01** `proj-6.3.2.tar.gz`_
-* **2020-09-01** `proj-data-1.2.tar.gz`_
-* **2020-05-01** `proj-data-1.1.tar.gz`_
-* **2020-03-01** `proj-data-1.0.tar.gz`_
-* **2018-09-15** `proj-datumgrid-1.8.zip`_
-* **2020-03-01** `proj-datumgrid-europe-1.6.zip`_
-* **2020-03-01** `proj-datumgrid-north-america-1.4.zip`_
-* **2020-03-01** `proj-datumgrid-oceania-1.2.zip`_
-* **2019-03-01** `proj-datumgrid-world-1.0.zip`_
+* **2020-11-01** `proj-7.2.0.tar.gz`_ (`md5`_)
+* **2020-11-01** `proj-data-1.3.tar.gz`_
* **PDF Manual** `proj.pdf`_
.. note::
@@ -37,6 +28,9 @@ Current Release
Past Releases
--------------------------------------------------------------------------------
+* **2020-09-01** `proj-7.1.1.tar.gz`_
+* **2020-07-01** `proj-7.1.0.tar.gz`_
+* **2020-05-01** `proj-6.3.2.tar.gz`_
* **2020-05-01** `proj-7.0.1.tar.gz`_
* **2020-03-01** `proj-7.0.0.tar.gz`_
* **2020-02-11** `proj-6.3.1.tar.gz`_
@@ -54,8 +48,15 @@ Past Releases
* **2015-09-13** `proj-4.9.2.tar.gz`_
* **2015-03-04** `proj-4.9.1.tar.gz`_
+* **2020-09-01** `proj-data-1.2.tar.gz`_
+* **2020-05-01** `proj-data-1.1.tar.gz`_
* **2020-03-01** `proj-data-1.0.tar.gz`_
+* **2018-09-15** `proj-datumgrid-1.8.zip`_
+* **2020-03-01** `proj-datumgrid-europe-1.6.zip`_
+* **2020-03-01** `proj-datumgrid-north-america-1.4.zip`_
+* **2020-03-01** `proj-datumgrid-oceania-1.2.zip`_
+* **2019-03-01** `proj-datumgrid-world-1.0.zip`_
* **2018-03-01** `proj-datumgrid-1.7.zip`_
* **2016-09-11** `proj-datumgrid-1.6.zip`_
* **2019-09-01** `proj-datumgrid-europe-1.5.zip`_
@@ -71,8 +72,9 @@ Past Releases
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
+.. _`proj-7.2.0.tar.gz`: https://download.osgeo.org/proj/proj-7.2.0.tar.gz
+.. _`md5`: https://download.osgeo.org/proj/proj-7.2.0.tar.gz.md5
.. _`proj-7.1.1.tar.gz`: https://download.osgeo.org/proj/proj-7.1.1.tar.gz
-.. _`md5`: https://download.osgeo.org/proj/proj-7.1.1.tar.gz.md5
.. _`proj-7.1.0.tar.gz`: https://download.osgeo.org/proj/proj-7.1.0.tar.gz
.. _`proj-7.0.1.tar.gz`: https://download.osgeo.org/proj/proj-7.0.1.tar.gz
.. _`proj-7.0.0.tar.gz`: https://download.osgeo.org/proj/proj-7.0.0.tar.gz
@@ -91,9 +93,12 @@ Past Releases
.. _`proj-4.9.1.tar.gz`: https://download.osgeo.org/proj/proj-4.9.1.tar.gz
.. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz
.. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz
+
+.. _`proj-data-1.3.tar.gz`: https://download.osgeo.org/proj/proj-data-1.3.tar.gz
.. _`proj-data-1.2.tar.gz`: https://download.osgeo.org/proj/proj-data-1.2.tar.gz
.. _`proj-data-1.1.tar.gz`: https://download.osgeo.org/proj/proj-data-1.1.tar.gz
.. _`proj-data-1.0.tar.gz`: https://download.osgeo.org/proj/proj-data-1.0.tar.gz
+
.. _`proj-datumgrid-1.6.zip`: https://download.osgeo.org/proj/proj-datumgrid-1.6.zip
.. _`proj-datumgrid-1.7.zip`: https://download.osgeo.org/proj/proj-datumgrid-1.7.zip
.. _`proj-datumgrid-1.8.zip`: https://download.osgeo.org/proj/proj-datumgrid-1.8.zip
diff --git a/docs/source/news.rst b/docs/source/news.rst
index 21e3f748..4275dd11 100644
--- a/docs/source/news.rst
+++ b/docs/source/news.rst
@@ -3,6 +3,84 @@
News
###############################################################################
+7.2.0 Release Notes
+++++++++++++++++++++++++++++++++++++++++
+*November 1st 2020*
+
+Updates
+-------
+
++ **Command line tools**
+
+ * Add multi-line PROJ string export capability, and use it by default in
+ :program:`projinfo` (unless ``--single-line`` is specified) (`#2381 <https://github.com/OSGeo/issues/2381>`_)
+
++ **Coordinate operations**
+
+ * :ref:`col_urban` projection, implementing a EPSG projection method
+ used by a number of projected CRS in Colombia (`#2395 <https://github.com/OSGeo/issues/2395>`_)
+
+ * :ref:`tinshift` for triangulation-based transformations (`#2344 <https://github.com/OSGeo/issues/2344>`_)
+
+ * Added ellipsoidal formulation of :ref:`ortho` (`#2361 <https://github.com/OSGeo/issues/2361>`_)
+
+
++ **Database**
+
+ * Update to EPSG 10.003 and make code base robust to dealing with
+ WKT CRS with DatumEnsemble (`#2370 <https://github.com/OSGeo/issues/2370>`_)
+
+ * Added Finland tinshift operations (`#2392 <https://github.com/OSGeo/issues/2392>`_)
+
+ * Added transformation from JGD2011 Geographic 3D to JGD2011
+ height using GSIGEO2011 (`#2393 <https://github.com/OSGeo/issues/2393>`_)
+
+ * Improve CompoundCRS identification and name morphing in VerticalCRS
+ with ESRI WKT1 (`#2386 <https://github.com/OSGeo/issues/2386>`_)
+
+ * Added OGC:CRS27 and OGC:CRS83 CRS entries for NAD27 and NAD83
+ in longitude, latitude order (`#2350 <https://github.com/OSGeo/issues/2350>`_)
+
++ **API**
+
+ * Added temporal, engineering, and parametric datum :c:type:`PJ_TYPE` enumerations (`#2274 <https://github.com/OSGeo/issues/2274>`_)
+
+ * Various improvements to context handling (#2329, #2331)
+
+ * :c:func:`proj_create_vertical_crs_ex()`: add a ``ACCURACY`` option to provide
+ an explicit accuracy, or derive it from the grid name if it is
+ known (`#2342 <https://github.com/OSGeo/issues/2342>`_)
+
+ * :c:func:`proj_crs_create_bound_crs_to_WGS84()`: make it work on
+ verticalCRS/compoundCRS such as EPSG:4326+5773 and
+ EPSG:4326+3855 (`#2365 <https://github.com/OSGeo/issues/2365>`_)
+
+ * :cpp:func:`promoteTo3D()`: add a remark with the original CRS identifier (`#2369 <https://github.com/OSGeo/issues/2369>`_)
+
+ * Added :c:func:`proj_context_clone` (`#2383 <https://github.com/OSGeo/issues/2383>`_)
+
+
+Bug fixes
+---------
+
+* Avoid core dumps when copying contexts in certain scenarios (`#2324 <https://github.com/OSGeo/issues/2324>`_)
+
+* :c:func:`proj_trans()`: reset errno before attemptying a retry with a new
+ coordinate operation (`#2353 <https://github.com/OSGeo/issues/2353>`_)
+
+* PROJJSON schema corrected to allow prime meridians values with
+ explicitly stating a unit (degrees assumed) (`#2354 <https://github.com/OSGeo/issues/2354>`_)
+
+* Adjust :cpp:func:`createBoundCRSToWGS84IfPossible()` and operation filtering
+ (for POSGAR 2007 to WGS84 issues) (`#2357 <https://github.com/OSGeo/issues/2357>`_)
+
+* :cpp:func:`createOperations()`: several fixes affecting NAD83 -> NAD83(2011) (`#2364 <https://github.com/OSGeo/issues/2364>`_)
+
+* WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM
+
+* WKT1_ESRI: fix import and export of CompoundCRS (`#2389 <https://github.com/OSGeo/issues/2389>`_)
+
+
7.1.1 Release Notes
++++++++++++++++++++++++++++++++++++++++
*September 1st 2020*
diff --git a/docs/source/operations/projections/col_urban.rst b/docs/source/operations/projections/col_urban.rst
new file mode 100644
index 00000000..df2873dd
--- /dev/null
+++ b/docs/source/operations/projections/col_urban.rst
@@ -0,0 +1,49 @@
+.. _col_urban:
+
+********************************************************************************
+Colombia Urban
+********************************************************************************
+
+.. versionadded:: 7.2
+
++---------------------+----------------------------------------------------------+
+| **Classification** | Miscellaneous |
++---------------------+----------------------------------------------------------+
+| **Available forms** | Forward and inverse ellipsoidal projection |
++---------------------+----------------------------------------------------------+
+| **Alias** | col_urban |
++---------------------+----------------------------------------------------------+
+| **Domain** | 2D |
++---------------------+----------------------------------------------------------+
+| **Input type** | Geodetic coordinates |
++---------------------+----------------------------------------------------------+
+| **Output type** | Projected coordinates |
++---------------------+----------------------------------------------------------+
+
+From :cite:`IOGP2018`:
+
+ The capital cites of each department in Colombia use an urban projection for large
+ scale topographic mapping of the urban areas. It is based on a plane through
+ the origin at an average height for the area, eliminating the need for corrections
+ to engineering survey observations.
+
+ proj-string: ``+proj=col_urban``
+
+Parameters
+################################################################################
+
+.. include:: ../options/lon_0.rst
+
+.. include:: ../options/lat_0.rst
+
+.. include:: ../options/ellps.rst
+
+.. include:: ../options/x_0.rst
+
+.. include:: ../options/y_0.rst
+
+.. option:: +h_0=<value>
+
+ Projection plane origin height (in metre)
+
+ *Defaults to 0.0.*
diff --git a/docs/source/operations/projections/index.rst b/docs/source/operations/projections/index.rst
index 169187cc..48420971 100644
--- a/docs/source/operations/projections/index.rst
+++ b/docs/source/operations/projections/index.rst
@@ -34,6 +34,7 @@ Projections map the spherical 3D space to a flat 2D space.
cea
chamb
collg
+ col_urban
comill
crast
denoy
diff --git a/docs/source/operations/projections/tmerc.rst b/docs/source/operations/projections/tmerc.rst
index 899c6ac0..3a18904f 100644
--- a/docs/source/operations/projections/tmerc.rst
+++ b/docs/source/operations/projections/tmerc.rst
@@ -122,7 +122,7 @@ to Krüger :cite:`Krueger1912` who gave the series expansions accurate to
:math:`n^4`, where :math:`n = (a-b)/(a+b)` is the third flattening.
These series were extended to sixth order by Engsager and Poder in
:cite:`Poder1998` and :cite:`Engsager2007`. This gives full
-double-precision accuracy withing 3900 km of the central meridian (about
+double-precision accuracy within 3900 km of the central meridian (about
57% of the surface of the earth) :cite:`Karney2011tm`. The error is
less than 0.1 mm within 7000 km of the central meridian (about 89% of
the surface of the earth).