aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-23 11:32:28 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-23 11:36:35 +0100
commitaefbc02bf1fcbf2c75143ac43889664f269484cb (patch)
tree3e79841c07dc9a877d8972aff1a091338ad20ffc /docs
parent24510326837c79f902b040b0987f225af8fcd4f9 (diff)
downloadPROJ-aefbc02bf1fcbf2c75143ac43889664f269484cb.tar.gz
PROJ-aefbc02bf1fcbf2c75143ac43889664f269484cb.zip
Doc: add minimal doumentation for comill / Compact Miller projection
Diffstat (limited to 'docs')
-rw-r--r--docs/source/operations/projections/comill.rst46
-rw-r--r--docs/source/operations/projections/index.rst1
-rw-r--r--docs/source/references.bib10
3 files changed, 57 insertions, 0 deletions
diff --git a/docs/source/operations/projections/comill.rst b/docs/source/operations/projections/comill.rst
new file mode 100644
index 00000000..94b2695c
--- /dev/null
+++ b/docs/source/operations/projections/comill.rst
@@ -0,0 +1,46 @@
+.. _comill:
+
+********************************************************************************
+Compact Miller
+********************************************************************************
+
+The Compact Miller projection is a cylindrical map projection with a
+height-to-width ratio of 0.6:1.
+
+See :cite:`Jenny2014`
+
++---------------------+----------------------------------------------------------+
+| **Classification** | Cylindrical |
++---------------------+----------------------------------------------------------+
+| **Available forms** | Forward and inverse, spherical projection |
++---------------------+----------------------------------------------------------+
+| **Defined area** | Global |
++---------------------+----------------------------------------------------------+
+| **Alias** | comill |
++---------------------+----------------------------------------------------------+
+| **Domain** | 2D |
++---------------------+----------------------------------------------------------+
+| **Input type** | Geodetic coordinates |
++---------------------+----------------------------------------------------------+
+| **Output type** | Projected coordinates |
++---------------------+----------------------------------------------------------+
+
+.. figure:: ./images/comill.png
+ :width: 500 px
+ :align: center
+ :alt: Compact Miller
+
+ proj-string: ``+proj=comill``
+
+Parameters
+################################################################################
+
+.. note:: All parameters are optional for projection.
+
+.. include:: ../options/lon_0.rst
+
+.. include:: ../options/R.rst
+
+.. include:: ../options/x_0.rst
+
+.. include:: ../options/y_0.rst
diff --git a/docs/source/operations/projections/index.rst b/docs/source/operations/projections/index.rst
index 5e612d9f..63752b8c 100644
--- a/docs/source/operations/projections/index.rst
+++ b/docs/source/operations/projections/index.rst
@@ -31,6 +31,7 @@ Projections map the spherical 3D space to a flat 2D space.
cea
chamb
collg
+ comill
crast
denoy
eck1
diff --git a/docs/source/references.bib b/docs/source/references.bib
index 0d9fc8a4..9039931a 100644
--- a/docs/source/references.bib
+++ b/docs/source/references.bib
@@ -140,6 +140,16 @@
Doi = {10.5281/zenodo.32050}
}
+@Article{Jenny2014,
+ Title = {A compromise aspect-adaptive cylindrical projection for world maps},
+ Author = {Bernhard Jenny, Bojan Šavrič, Tom Patterson},
+ Journal = {International Journal of Geographical Information Science},
+ Year = {2014},
+
+ Doi = {10.1080/13658816.2014.997734},
+ Url = {http://www.cartography.oregonstate.edu/pdf/2015_Jenny_etal_ACompromiseAspect-adaptiveCylindricalProjectionForWorldMaps.pdf}
+}
+
@Article{Karney2013,
Title = {Algorithms for geodesics},
Author = {C. F. F. Karney},