diff options
110 files changed, 1911 insertions, 102 deletions
diff --git a/docs/source/operations/projections/alsk.rst b/docs/source/operations/projections/alsk.rst index d08fa827..8e440a89 100644 --- a/docs/source/operations/projections/alsk.rst +++ b/docs/source/operations/projections/alsk.rst @@ -34,5 +34,3 @@ Options .. include:: ../options/y_0.rst .. include:: ../options/ellps.rst - -.. include:: ../options/R.rst diff --git a/docs/source/operations/projections/august.rst b/docs/source/operations/projections/august.rst index e2ad3516..e9f2fb61 100644 --- a/docs/source/operations/projections/august.rst +++ b/docs/source/operations/projections/august.rst @@ -6,5 +6,17 @@ August Epicycloidal .. image:: ./images/august.png :scale: 50% - :alt: August Epicycloidal + :alt: August Epicycloidal +Parameters +################################################################################ + +.. note:: All options are optional for the August Epicycloidal 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/bacon.rst b/docs/source/operations/projections/bacon.rst index a87ea7d8..007a3a81 100644 --- a/docs/source/operations/projections/bacon.rst +++ b/docs/source/operations/projections/bacon.rst @@ -6,5 +6,17 @@ Bacon Globular .. image:: ./images/bacon.png :scale: 50% - :alt: Bacon Globular + :alt: Bacon Globular +Parameters +################################################################################ + +.. note:: All parameters are optional for the Bacon Globular 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/bipc.rst b/docs/source/operations/projections/bipc.rst index 7045f04a..30a6af5c 100644 --- a/docs/source/operations/projections/bipc.rst +++ b/docs/source/operations/projections/bipc.rst @@ -6,5 +6,21 @@ Bipolar conic of western hemisphere .. image:: ./images/bipc.png :scale: 50% - :alt: Bipolar conic of western hemisphere + :alt: Bipolar conic of western hemisphere +Parameters +################################################################################ + +.. note:: All options are optional for the Bipolar Conic projection. + +.. option:: +ns + + Return non-skewed cartesian coordinates. + +.. 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/boggs.rst b/docs/source/operations/projections/boggs.rst index 1dd7d19f..a8230cb2 100644 --- a/docs/source/operations/projections/boggs.rst +++ b/docs/source/operations/projections/boggs.rst @@ -6,5 +6,17 @@ Boggs Eumorphic .. image:: ./images/boggs.png :scale: 50% - :alt: Boggs Eumorphic + :alt: Boggs Eumorphic +Parameters +################################################################################ + +.. note:: All options are optional for the Boggs Eumorphic 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/bonne.rst b/docs/source/operations/projections/bonne.rst index ef87d7c9..fecbd2e8 100644 --- a/docs/source/operations/projections/bonne.rst +++ b/docs/source/operations/projections/bonne.rst @@ -6,5 +6,25 @@ Bonne (Werner lat_1=90) .. image:: ./images/bonne.png :scale: 50% - :alt: Bonne (Werner lat_1=90) + :alt: Bonne (Werner lat_1=90) +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +Optional +-------------------------------------------------------------------------------- + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/cc.rst b/docs/source/operations/projections/cc.rst index 5b30e6c6..c2a581b1 100644 --- a/docs/source/operations/projections/cc.rst +++ b/docs/source/operations/projections/cc.rst @@ -6,5 +6,17 @@ Central Cylindrical .. image:: ./images/cc.png :scale: 50% - :alt: Central Cylindrical + :alt: Central Cylindrical +Parameters +################################################################################ + +.. note:: All parameters are optional for the Central Cylindricla 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/cea.rst b/docs/source/operations/projections/cea.rst index 20ebc285..4ce17afd 100644 --- a/docs/source/operations/projections/cea.rst +++ b/docs/source/operations/projections/cea.rst @@ -6,5 +6,23 @@ Equal Area Cylindrical .. image:: ./images/cea.png :scale: 50% - :alt: Equal Area Cylindrical + :alt: Equal Area Cylindrical +Parameters +################################################################################ + +.. note:: All parameters are optional for the Equal Area Cylindrical projection. + +.. include:: ../options/lat_ts.rst + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/k_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/chamb.rst b/docs/source/operations/projections/chamb.rst index 2ec9bffe..1c0a7f17 100644 --- a/docs/source/operations/projections/chamb.rst +++ b/docs/source/operations/projections/chamb.rst @@ -6,5 +6,45 @@ Chamberlin Trimetric .. image:: ./images/chamb.png :scale: 50% - :alt: Chamberlin Trimetric + :alt: Chamberlin Trimetric +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. option:: +lat_1=<value> + + Latitude of the first control point. + +.. option:: +lon_1=<value> + + Longitude of the first control point. + +.. option:: +lat_2=<value> + + Latitude of the second control point. + +.. option:: +lon_2=<value> + + Longitude of the second control point. + +.. option:: +lat_3=<value> + + Latitude of the third control point. + +.. option:: +lon_3=<value> + + Longitude of the third control point. + +Optional +-------------------------------------------------------------------------------- + +.. 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/collg.rst b/docs/source/operations/projections/collg.rst index aa16182a..69a56a74 100644 --- a/docs/source/operations/projections/collg.rst +++ b/docs/source/operations/projections/collg.rst @@ -6,5 +6,18 @@ Collignon .. image:: ./images/collg.png :scale: 50% - :alt: Collignon + :alt: Collignon + +Parameters +################################################################################ + +.. note:: All parameters are optional for the Collignon 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/crast.rst b/docs/source/operations/projections/crast.rst index 9d17f274..58553249 100644 --- a/docs/source/operations/projections/crast.rst +++ b/docs/source/operations/projections/crast.rst @@ -6,5 +6,18 @@ Craster Parabolic (Putnins P4) .. image:: ./images/crast.png :scale: 50% - :alt: Craster Parabolic (Putnins P4) + :alt: Craster Parabolic (Putnins P4) + +Parameters +################################################################################ + +.. note:: All parameters are optional for the Craster Parabolic 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/denoy.rst b/docs/source/operations/projections/denoy.rst index a885ab0e..81efc4a2 100644 --- a/docs/source/operations/projections/denoy.rst +++ b/docs/source/operations/projections/denoy.rst @@ -6,5 +6,17 @@ Denoyer Semi-Elliptical .. image:: ./images/denoy.png :scale: 50% - :alt: Denoyer Semi-Elliptical + :alt: Denoyer Semi-Elliptical +Parameters +################################################################################ + +.. note:: All parameters are optional for the Denoyer Semi-Elliptical 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/eck1.rst b/docs/source/operations/projections/eck1.rst index 841533ec..c8aa1162 100644 --- a/docs/source/operations/projections/eck1.rst +++ b/docs/source/operations/projections/eck1.rst @@ -15,4 +15,15 @@ Eckert I y &= 2 \sqrt{2/3\pi}\phi +Parameters +################################################################################ +.. note:: All parameters are optional for the Eckert I 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/eck2.rst b/docs/source/operations/projections/eck2.rst index b1bd3179..b7d1912f 100644 --- a/docs/source/operations/projections/eck2.rst +++ b/docs/source/operations/projections/eck2.rst @@ -6,5 +6,17 @@ Eckert II .. image:: ./images/eck2.png :scale: 50% - :alt: Eckert II + :alt: Eckert II +Parameters +################################################################################ + +.. note:: All parameters are optional for the Eckert II 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/eck3.rst b/docs/source/operations/projections/eck3.rst index ecacc32d..691fa3ca 100644 --- a/docs/source/operations/projections/eck3.rst +++ b/docs/source/operations/projections/eck3.rst @@ -6,5 +6,17 @@ Eckert III .. image:: ./images/eck3.png :scale: 50% - :alt: Eckert III + :alt: Eckert III +Parameters +################################################################################ + +.. note:: All parameters are optional for the Eckert III 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/eck4.rst b/docs/source/operations/projections/eck4.rst index 3fc6a9fd..212a08ed 100644 --- a/docs/source/operations/projections/eck4.rst +++ b/docs/source/operations/projections/eck4.rst @@ -16,4 +16,15 @@ Eckert IV .. math:: y = 2 \phi / \sqrt { 2 + \pi } +Parameters +################################################################################ +.. note:: All parameters are optional for the Eckert IV 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/eck5.rst b/docs/source/operations/projections/eck5.rst index 1442d99d..b49cc3b8 100644 --- a/docs/source/operations/projections/eck5.rst +++ b/docs/source/operations/projections/eck5.rst @@ -6,5 +6,17 @@ Eckert V .. image:: ./images/eck5.png :scale: 50% - :alt: Eckert V + :alt: Eckert V +Parameters +################################################################################ + +.. note:: All parameters are optional for the Eckert V 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/eck6.rst b/docs/source/operations/projections/eck6.rst index caeaefa6..f23054b2 100644 --- a/docs/source/operations/projections/eck6.rst +++ b/docs/source/operations/projections/eck6.rst @@ -6,5 +6,17 @@ Eckert VI .. image:: ./images/eck6.png :scale: 50% - :alt: Eckert VI + :alt: Eckert VI +Parameters +################################################################################ + +.. note:: All parameters are optional for the Eckert VI 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/eqdc.rst b/docs/source/operations/projections/eqdc.rst index 3ee5999d..ae02915c 100644 --- a/docs/source/operations/projections/eqdc.rst +++ b/docs/source/operations/projections/eqdc.rst @@ -6,5 +6,27 @@ Equidistant Conic .. image:: ./images/eqdc.png :scale: 50% - :alt: Equidistant Conic + :alt: Equidistant Conic +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/etmerc.rst b/docs/source/operations/projections/etmerc.rst index b7f89032..4bd2d1c0 100644 --- a/docs/source/operations/projections/etmerc.rst +++ b/docs/source/operations/projections/etmerc.rst @@ -6,5 +6,24 @@ Extended Transverse Mercator .. image:: ./images/etmerc.png :scale: 50% - :alt: Extended Transverse Mercator + :alt: Extended Transverse Mercator + +Parameters +################################################################################ + +.. note:: All parameters for the projection are optional. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/k_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/euler.rst b/docs/source/operations/projections/euler.rst index e495063f..0b5e1f79 100644 --- a/docs/source/operations/projections/euler.rst +++ b/docs/source/operations/projections/euler.rst @@ -6,5 +6,26 @@ Euler .. image:: ./images/euler.png :scale: 50% - :alt: Euler + :alt: Euler + +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/fahey.rst b/docs/source/operations/projections/fahey.rst index 2e09337f..95087f6c 100644 --- a/docs/source/operations/projections/fahey.rst +++ b/docs/source/operations/projections/fahey.rst @@ -6,5 +6,17 @@ Fahey .. image:: ./images/fahey.png :scale: 50% - :alt: Fahey + :alt: Fahey +Parameters +################################################################################ + +.. note:: All parameters are optional for the Fahey 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/fouc.rst b/docs/source/operations/projections/fouc.rst index 7467dcb1..528e4873 100644 --- a/docs/source/operations/projections/fouc.rst +++ b/docs/source/operations/projections/fouc.rst @@ -6,5 +6,17 @@ Foucaut .. image:: ./images/fouc.png :scale: 50% - :alt: Foucaut + :alt: Foucaut +Parameters +################################################################################ + +.. note:: All parameters are optional for the Foucaut 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/fouc_s.rst b/docs/source/operations/projections/fouc_s.rst index ac353adb..add6af2b 100644 --- a/docs/source/operations/projections/fouc_s.rst +++ b/docs/source/operations/projections/fouc_s.rst @@ -23,3 +23,21 @@ For the inverse, the Newton-Raphson method can be used to determine :math:`\phi` from the equation for :math:`y` above. As :math:`n \rightarrow 0` and :math:`\phi \rightarrow \pi/2`, convergence is slow but for :math:`n = 0`, :math:`\phi = \sin^1y` + + +Parameters +################################################################################ + +.. note:: All parameters are optional for the Foucaut Sinusoidal projection. + +.. option:: +n=<value> + + Weighting factor. Value should be in the interval 0-1. + +.. 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/gins8.rst b/docs/source/operations/projections/gins8.rst index f6adb092..4c51ec15 100644 --- a/docs/source/operations/projections/gins8.rst +++ b/docs/source/operations/projections/gins8.rst @@ -6,5 +6,17 @@ Ginsburg VIII (TsNIIGAiK) .. image:: ./images/gins8.png :scale: 50% - :alt: Ginsburg VIII (TsNIIGAiK) + :alt: Ginsburg VIII (TsNIIGAiK) +Parameters +################################################################################ + +.. note:: All parameters are optional for the Ginsburg VIII 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/gn_sinu.rst b/docs/source/operations/projections/gn_sinu.rst index c1017c27..a7517985 100644 --- a/docs/source/operations/projections/gn_sinu.rst +++ b/docs/source/operations/projections/gn_sinu.rst @@ -6,5 +6,18 @@ General Sinusoidal Series .. image:: ./images/gn_sinu.png :scale: 50% - :alt: General Sinusoidal Series + :alt: General Sinusoidal Series +Parameters +################################################################################ + +.. note:: All parameters are optional for the General Sinusoidal Series + 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/gnom.rst b/docs/source/operations/projections/gnom.rst index 08d0db5f..c9ec664e 100644 --- a/docs/source/operations/projections/gnom.rst +++ b/docs/source/operations/projections/gnom.rst @@ -6,5 +6,17 @@ Gnomonic .. image:: ./images/gnom.png :scale: 50% - :alt: Gnomonic + :alt: Gnomonic +Parameters +################################################################################ + +.. note:: All parameters are optional for the Gnomomic 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/goode.rst b/docs/source/operations/projections/goode.rst index c4590bf2..a25fb8ef 100644 --- a/docs/source/operations/projections/goode.rst +++ b/docs/source/operations/projections/goode.rst @@ -6,5 +6,17 @@ Goode Homolosine .. image:: ./images/goode.png :scale: 50% - :alt: Goode Homolosine + :alt: Goode Homolosine +Parameters +################################################################################ + +.. note:: All parameters are optional for the Goode Homolosine 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/gs48.rst b/docs/source/operations/projections/gs48.rst index bdaa367c..061a4d1a 100644 --- a/docs/source/operations/projections/gs48.rst +++ b/docs/source/operations/projections/gs48.rst @@ -8,3 +8,13 @@ Mod. Stererographics of 48 U.S. :scale: 50% :alt: Mod. Stererographics of 48 U.S. +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/ellps.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/gs50.rst b/docs/source/operations/projections/gs50.rst index 0d4b7e81..137202f3 100644 --- a/docs/source/operations/projections/gs50.rst +++ b/docs/source/operations/projections/gs50.rst @@ -6,5 +6,15 @@ Mod. Stererographics of 50 U.S. .. image:: ./images/gs50.png :scale: 50% - :alt: Mod. Stererographics of 50 U.S. + :alt: Mod. Stererographics of 50 U.S. +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/ellps.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/gstmerc.rst b/docs/source/operations/projections/gstmerc.rst index fc587ab0..5f1aa2a4 100644 --- a/docs/source/operations/projections/gstmerc.rst +++ b/docs/source/operations/projections/gstmerc.rst @@ -6,5 +6,23 @@ Gauss-Schreiber Transverse Mercator (aka Gauss-Laborde Reunion) .. image:: ./images/gstmerc.png :scale: 50% - :alt: Gauss-Schreiber Transverse Mercator (aka Gauss-Laborde Reunion) + :alt: Gauss-Schreiber Transverse Mercator (aka Gauss-Laborde Reunion) +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/k_0.rst + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/hammer.rst b/docs/source/operations/projections/hammer.rst index e795b91b..e7f64687 100644 --- a/docs/source/operations/projections/hammer.rst +++ b/docs/source/operations/projections/hammer.rst @@ -6,5 +6,31 @@ Hammer & Eckert-Greifendorff .. image:: ./images/hammer.png :scale: 50% - :alt: Hammer & Eckert-Greifendorff + :alt: Hammer & Eckert-Greifendorff + +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. option:: +W=<value> + + Set to 0.5 for the Hammer projection and 0.25 for the Eckert-Greifendorff + projection. :option:`+W` has to be larger than zero. + + *Defaults to 0.5.* + +.. option:: +M=<value> + + :option:`+M` has to be larger than zero. + + *Defaults to 1.0.* + +.. 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/igh.rst b/docs/source/operations/projections/igh.rst index d74e1362..53dbba6a 100644 --- a/docs/source/operations/projections/igh.rst +++ b/docs/source/operations/projections/igh.rst @@ -6,5 +6,17 @@ Interrupted Goode Homolosine .. image:: ./images/igh.png :scale: 50% - :alt: Interrupted Goode Homolosine + :alt: Interrupted Goode Homolosine +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/imw_p.rst b/docs/source/operations/projections/imw_p.rst index 1fd3ded0..b7b746a9 100644 --- a/docs/source/operations/projections/imw_p.rst +++ b/docs/source/operations/projections/imw_p.rst @@ -6,5 +6,25 @@ International Map of the World Polyconic .. image:: ./images/imw_p.png :scale: 50% - :alt: International Map of the World Polyconic + :alt: International Map of the World Polyconic +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/isea.rst b/docs/source/operations/projections/isea.rst index 1b6457af..37a8bd4e 100644 --- a/docs/source/operations/projections/isea.rst +++ b/docs/source/operations/projections/isea.rst @@ -6,5 +6,41 @@ Icosahedral Snyder Equal Area .. image:: ./images/isea.png :scale: 50% - :alt: Icosahedral Snyder Equal Area + :alt: Icosahedral Snyder Equal Area +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. option:: +orient=<string> + + Can be set to either ``isea`` or ``pole``. + +.. option:: +azi=<value> + + Azimuth. + + *Defaults to 0.0* + +.. option:: +aperture=<value> + + *Defaults to 3.0* + +.. option:: +resolution=<value> + + *Defaults to 4.0* + +.. option:: +mode=<string> + + Can be either ``plane``, ``di``, ``dd`` or ``hex``. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/kav5.rst b/docs/source/operations/projections/kav5.rst index 2ec5d1c1..883ca808 100644 --- a/docs/source/operations/projections/kav5.rst +++ b/docs/source/operations/projections/kav5.rst @@ -6,5 +6,17 @@ Kavraisky V .. image:: ./images/kav5.png :scale: 50% - :alt: Kavraisky V + :alt: Kavraisky V +Parameters +################################################################################ + +.. note:: All parameters are optional for the Kavraisky V 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/kav7.rst b/docs/source/operations/projections/kav7.rst index 8371e6ea..b6fda6cc 100644 --- a/docs/source/operations/projections/kav7.rst +++ b/docs/source/operations/projections/kav7.rst @@ -6,5 +6,17 @@ Kavraisky VII .. image:: ./images/kav7.png :scale: 50% - :alt: Kavraisky VII + :alt: Kavraisky VII +Parameters +################################################################################ + +.. note:: All parameters are optional for the Kavraisky VII 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/krovak.rst b/docs/source/operations/projections/krovak.rst index 6c774825..4a8dd931 100644 --- a/docs/source/operations/projections/krovak.rst +++ b/docs/source/operations/projections/krovak.rst @@ -6,5 +6,28 @@ Krovak .. image:: ./images/krovak.png :scale: 50% - :alt: Krovak + :alt: Krovak +Parameters +################################################################################ + +.. note:: All parameters are optional for the Krovak projection. + +.. option:: +czech + + Reverse the sign of the output coordinates, as is tradition in the + Czech Republic. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. option:: +k_0=<value> + + Scale factor. Determines scale factor used in the projection. + + *Defaults to 0.9999.* + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/labrd.rst b/docs/source/operations/projections/labrd.rst index 5be58db5..dcf21c0f 100644 --- a/docs/source/operations/projections/labrd.rst +++ b/docs/source/operations/projections/labrd.rst @@ -6,5 +6,29 @@ Laborde .. image:: ./images/labrd.png :scale: 50% - :alt: Laborde + :alt: Laborde +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +Optional +-------------------------------------------------------------------------------- + +.. option:: +azi=<value> + + Azimuth of the central line. + + *Defaults to 0.0* + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/laea.rst b/docs/source/operations/projections/laea.rst index 2377f294..2bf9b8c1 100644 --- a/docs/source/operations/projections/laea.rst +++ b/docs/source/operations/projections/laea.rst @@ -6,5 +6,21 @@ Lambert Azimuthal Equal Area .. image:: ./images/laea.png :scale: 50% - :alt: Lambert Azimuthal Equal Area + :alt: Lambert Azimuthal Equal Area +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/lagrng.rst b/docs/source/operations/projections/lagrng.rst index de9e5640..de48a80a 100644 --- a/docs/source/operations/projections/lagrng.rst +++ b/docs/source/operations/projections/lagrng.rst @@ -6,5 +6,29 @@ Lagrange .. image:: ./images/lagrng.png :scale: 50% - :alt: Lagrange + :alt: Lagrange +Parameters +################################################################################ + +.. note:: All parameters are optional for the Gnomomic projection. + +.. option:: +W=<value> + + The factor :option:`+W` is the ratio of the difference in longitude from the + central meridian to the a circular meridian to 90. :option:`+W` must be a + positive value. + + *Defaults to 2.0* + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_1.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/larr.rst b/docs/source/operations/projections/larr.rst index 9529f83f..f6618643 100644 --- a/docs/source/operations/projections/larr.rst +++ b/docs/source/operations/projections/larr.rst @@ -6,5 +6,17 @@ Larrivee .. image:: ./images/larr.png :scale: 50% - :alt: Larrivee + :alt: Larrivee +Parameters +################################################################################ + +.. note:: All parameters are optional for the Larrivee 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/lask.rst b/docs/source/operations/projections/lask.rst index d34dc8a0..1336d300 100644 --- a/docs/source/operations/projections/lask.rst +++ b/docs/source/operations/projections/lask.rst @@ -6,5 +6,17 @@ Laskowski .. image:: ./images/lask.png :scale: 50% - :alt: Laskowski + :alt: Laskowski +Parameters +################################################################################ + +.. note:: All parameters are optional for the Gnomomic 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/lcc.rst b/docs/source/operations/projections/lcc.rst index a3075e76..2757892f 100644 --- a/docs/source/operations/projections/lcc.rst +++ b/docs/source/operations/projections/lcc.rst @@ -6,5 +6,25 @@ Lambert Conformal Conic .. image:: ./images/lcc.png :scale: 50% - :alt: Lambert Conformal Conic + :alt: Lambert Conformal Conic +Parameters +################################################################################ + +.. note:: All parameters are optional for the Gnomomic projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/lcca.rst b/docs/source/operations/projections/lcca.rst index ca87e67e..6ec1fdeb 100644 --- a/docs/source/operations/projections/lcca.rst +++ b/docs/source/operations/projections/lcca.rst @@ -6,5 +6,21 @@ Lambert Conformal Conic Alternative .. image:: ./images/lcca.png :scale: 50% - :alt: Lambert Conformal Conic Alternative + :alt: Lambert Conformal Conic Alternative +Parameters +################################################################################ + +.. note:: All parameters are optional for the Gnomomic projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/leac.rst b/docs/source/operations/projections/leac.rst index 2957798e..b8d4ca44 100644 --- a/docs/source/operations/projections/leac.rst +++ b/docs/source/operations/projections/leac.rst @@ -6,5 +6,28 @@ Lambert Equal Area Conic .. image:: ./images/leac.png :scale: 50% - :alt: Lambert Equal Area Conic + :alt: Lambert Equal Area Conic + +Parameters +################################################################################ + +.. note:: All parameters are optional for the Lambert Equal Area Conic + projection. + +.. include:: ../options/lat_1.rst + +.. option:: +south + + Sets the second standard parallel to 90°S. When the flag is off the second + standard parallel is set to 90°N. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/lee_os.rst b/docs/source/operations/projections/lee_os.rst index 711dc754..877e6281 100644 --- a/docs/source/operations/projections/lee_os.rst +++ b/docs/source/operations/projections/lee_os.rst @@ -6,5 +6,15 @@ Lee Oblated Stereographic .. image:: ./images/lee_os.png :scale: 50% - :alt: Lee Oblated Stereographic + :alt: Lee Oblated Stereographic +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/ellps.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/loxim.rst b/docs/source/operations/projections/loxim.rst index e50ba472..d3c96bb4 100644 --- a/docs/source/operations/projections/loxim.rst +++ b/docs/source/operations/projections/loxim.rst @@ -6,5 +6,19 @@ Loximuthal .. image:: ./images/loxim.png :scale: 50% - :alt: Loximuthal + :alt: Loximuthal +Parameters +################################################################################ + +.. note:: All parameters are optional for the Loximuthal projection. + +.. include:: ../options/lat_1.rst + +.. 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/lsat.rst b/docs/source/operations/projections/lsat.rst index fb64bdb2..f5e73c0b 100644 --- a/docs/source/operations/projections/lsat.rst +++ b/docs/source/operations/projections/lsat.rst @@ -6,5 +6,33 @@ Space oblique for LANDSAT .. image:: ./images/lsat.png :scale: 50% - :alt: Space oblique for LANDSAT + :alt: Space oblique for LANDSAT +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. option:: +lsat=<value> + + Landsat satelite used for the projection. Value between 1 and 5. + +.. option:: +path=<value> + + Selected path of satelite. Value between 1 and 253 when :option:`+lsat` is + set to 1,2 or 3, otherwise valid input is between 1 and 233. + + +Optional +-------------------------------------------------------------------------------- + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/mbt_fps.rst b/docs/source/operations/projections/mbt_fps.rst index 55ebcf6c..7f73f7ca 100644 --- a/docs/source/operations/projections/mbt_fps.rst +++ b/docs/source/operations/projections/mbt_fps.rst @@ -6,5 +6,17 @@ McBryde-Thomas Flat-Pole Sine (No. 2) .. image:: ./images/mbt_fps.png :scale: 50% - :alt: McBryde-Thomas Flat-Pole Sine (No. 2) + :alt: McBryde-Thomas Flat-Pole Sine (No. 2) +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/mbt_s.rst b/docs/source/operations/projections/mbt_s.rst index 9a355ec8..33c5c0e6 100644 --- a/docs/source/operations/projections/mbt_s.rst +++ b/docs/source/operations/projections/mbt_s.rst @@ -6,5 +6,18 @@ McBryde-Thomas Flat-Polar Sine (No. 1) .. image:: ./images/mbt_s.png :scale: 50% - :alt: McBryde-Thomas Flat-Polar Sine (No. 1) + :alt: McBryde-Thomas Flat-Polar Sine (No. 1) +Parameters +################################################################################ + +.. note:: All parameters are optional for the McBryde-Thomas Flat-Polar Sine + 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/mbtfpp.rst b/docs/source/operations/projections/mbtfpp.rst index 9be309d9..65f7c78b 100644 --- a/docs/source/operations/projections/mbtfpp.rst +++ b/docs/source/operations/projections/mbtfpp.rst @@ -6,5 +6,17 @@ McBride-Thomas Flat-Polar Parabolic .. image:: ./images/mbtfpp.png :scale: 50% - :alt: McBride-Thomas Flat-Polar Parabolic + :alt: McBride-Thomas Flat-Polar Parabolic +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/mbtfpq.rst b/docs/source/operations/projections/mbtfpq.rst index 295e814d..df56731c 100644 --- a/docs/source/operations/projections/mbtfpq.rst +++ b/docs/source/operations/projections/mbtfpq.rst @@ -6,5 +6,17 @@ McBryde-Thomas Flat-Polar Quartic .. image:: ./images/mbtfpq.png :scale: 50% - :alt: McBryde-Thomas Flat-Polar Quartic + :alt: McBryde-Thomas Flat-Polar Quartic +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/mbtfps.rst b/docs/source/operations/projections/mbtfps.rst index b9365361..546aeebc 100644 --- a/docs/source/operations/projections/mbtfps.rst +++ b/docs/source/operations/projections/mbtfps.rst @@ -6,5 +6,18 @@ McBryde-Thomas Flat-Polar Sinusoidal .. image:: ./images/mbtfps.png :scale: 50% - :alt: McBryde-Thomas Flat-Polar Sinusoidal + :alt: McBryde-Thomas Flat-Polar Sinusoidal +Parameters +################################################################################ + +.. note:: All parameters are optional for the McBryde-Thomas Flat-Polar + Sinusoidal 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/mil_os.rst b/docs/source/operations/projections/mil_os.rst index 5547e43c..6b4f035e 100644 --- a/docs/source/operations/projections/mil_os.rst +++ b/docs/source/operations/projections/mil_os.rst @@ -6,5 +6,15 @@ Miller Oblated Stereographic .. image:: ./images/mil_os.png :scale: 50% - :alt: Miller Oblated Stereographic + :alt: Miller Oblated Stereographic +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/ellps.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/moll.rst b/docs/source/operations/projections/moll.rst index 1bd3d005..f24fe720 100644 --- a/docs/source/operations/projections/moll.rst +++ b/docs/source/operations/projections/moll.rst @@ -6,5 +6,17 @@ Mollweide .. image:: ./images/moll.png :scale: 50% - :alt: Mollweide + :alt: Mollweide +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/murd1.rst b/docs/source/operations/projections/murd1.rst index 71cbf155..9a126c76 100644 --- a/docs/source/operations/projections/murd1.rst +++ b/docs/source/operations/projections/murd1.rst @@ -6,5 +6,25 @@ Murdoch I .. image:: ./images/murd1.png :scale: 50% - :alt: Murdoch I + :alt: Murdoch I +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/murd2.rst b/docs/source/operations/projections/murd2.rst index b55cde35..8fc51c98 100644 --- a/docs/source/operations/projections/murd2.rst +++ b/docs/source/operations/projections/murd2.rst @@ -6,5 +6,25 @@ Murdoch II .. image:: ./images/murd2.png :scale: 50% - :alt: Murdoch II + :alt: Murdoch II +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/murd3.rst b/docs/source/operations/projections/murd3.rst index 70cc9276..baf7f131 100644 --- a/docs/source/operations/projections/murd3.rst +++ b/docs/source/operations/projections/murd3.rst @@ -6,5 +6,25 @@ Murdoch III .. image:: ./images/murd3.png :scale: 50% - :alt: Murdoch III + :alt: Murdoch III +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/nell.rst b/docs/source/operations/projections/nell.rst index c6a3771c..b732e8b1 100644 --- a/docs/source/operations/projections/nell.rst +++ b/docs/source/operations/projections/nell.rst @@ -6,5 +6,17 @@ Nell .. image:: ./images/nell.png :scale: 50% - :alt: Nell + :alt: Nell +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/nell_h.rst b/docs/source/operations/projections/nell_h.rst index 6a3b26ba..99c5e24c 100644 --- a/docs/source/operations/projections/nell_h.rst +++ b/docs/source/operations/projections/nell_h.rst @@ -6,5 +6,17 @@ Nell-Hammer .. image:: ./images/nell_h.png :scale: 50% - :alt: Nell-Hammer + :alt: Nell-Hammer +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/nicol.rst b/docs/source/operations/projections/nicol.rst index 995cedb5..43e9e723 100644 --- a/docs/source/operations/projections/nicol.rst +++ b/docs/source/operations/projections/nicol.rst @@ -6,5 +6,17 @@ Nicolosi Globular .. image:: ./images/nicol.png :scale: 50% - :alt: Nicolosi Globular + :alt: Nicolosi Globular +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/nzmg.rst b/docs/source/operations/projections/nzmg.rst index 926655d8..2a21bf12 100644 --- a/docs/source/operations/projections/nzmg.rst +++ b/docs/source/operations/projections/nzmg.rst @@ -6,5 +6,9 @@ New Zealand Map Grid .. image:: ./images/nzmg.png :scale: 50% - :alt: New Zealand Map Grid + :alt: New Zealand Map Grid +Parameters +################################################################################ + +.. note:: All standard projection parameters are hard-coded for this projection diff --git a/docs/source/operations/projections/ob_tran.rst b/docs/source/operations/projections/ob_tran.rst index 3c996336..08833323 100644 --- a/docs/source/operations/projections/ob_tran.rst +++ b/docs/source/operations/projections/ob_tran.rst @@ -6,5 +6,94 @@ General Oblique Transformation .. image:: ./images/ob_tran.png :scale: 50% - :alt: General Oblique Transformation + :alt: General Oblique Transformation +Usage +################################################################################ + +All of the projections of spherical library can be used as an +oblique projection by means of the General Oblique Transformation. The user +performs the oblique transformation by selecting the oblique projection +``+proj=obt_ran``, specifying the translation factors, :option:`+o_lat_p`, and +:option:`+o_lon_p`, and the projection to be used, :option:`+o_proj`. In the +example of the Fairgrieve projection the latitude and longitude of the pole of +the new coordinates, :math:`\alpha` and :math:`\beta` respectively, are to be placed +at 45°N and 90°W and use the :ref:`moll` projection. Because the central meridian +of the translated coordinates will follow the :math:`\beta` meridian it is +necessary to translate the translated system so that the Greenwich meridian +will pass through the center of the projection by offsetting the central meridian. + +The final control for this projection is:: + + +proj=ob_tran +o_proj=moll +o_lat_p=45 +o_lon_p=-90 +lon_0=-90 + +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. option:: +o_proj=<projection> + + Oblique projection. + +In addition to specifying an oblique projection, *how* to rotate the projection +should be specified. This is done in one of three ways: Define a new pole, +rotate the projection about a given point or define a new "equator" spanned by +two points on the sphere. See the details below. + +New pole +................................................................................ + +.. option:: +o_lat_p=<latitude> + + Latitude of new pole for oblique projection. + +.. option:: +o_lon_p=<longitude> + + Longitude of new pole for oblique projection. + +Rotate about point +................................................................................ + +.. option:: +o_alpha=<value> + + Angle to rotate the projection with. + +.. option:: +o_lon_c=<value> + + Longitude of the point the projection will be rotated about. + +.. option:: +o_lat_c=<value> + + Latitude of the point the projection will be rotated about. + +New "equator" points +................................................................................ + +.. option:: +lon_1=<value> + + Longitude of first point. + +.. option:: +lat_1=<value> + + Latitude of first point. + +.. option:: +lon_2=<value> + + Longitude of second point. + +.. option:: +lat_2=<value> + + Latitude of second point. + +Optional +-------------------------------------------------------------------------------- + +.. 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/ocea.rst b/docs/source/operations/projections/ocea.rst index 40005d9e..cb8f95c1 100644 --- a/docs/source/operations/projections/ocea.rst +++ b/docs/source/operations/projections/ocea.rst @@ -6,5 +6,57 @@ Oblique Cylindrical Equal Area .. image:: ./images/ocea.png :scale: 50% - :alt: Oblique Cylindrical Equal Area + :alt: Oblique Cylindrical Equal Area +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +For the Oblique Cylindrical Equal Area projection a pole of rotation is needed. +The pole can be defined in two ways: By a point and azimuth or by providing to +points that make up the pole. + +Point & azimuth +................................................................................ + +.. option:: +lonc=<value> + + Longitude of rotational pole point. + +.. option:: +alpha=<value> + + Angle of rotational pole. + +Two points +................................................................................ + +.. option:: +lon_1=<value> + + Longitude of first point. + +.. option:: +lat_1=<value> + + Latitude of first point. + +.. option:: +lon_2=<value> + + Longitude of second point. + +.. option:: +lat_2=<value> + + Latitude of second point. + +Optional +-------------------------------------------------------------------------------- + +.. include:: ../options/lon_0.rst + +.. include:: ../options/R.rst + +.. include:: ../options/k_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/oea.rst b/docs/source/operations/projections/oea.rst index 379dc157..4354d588 100644 --- a/docs/source/operations/projections/oea.rst +++ b/docs/source/operations/projections/oea.rst @@ -6,5 +6,29 @@ Oblated Equal Area .. image:: ./images/oea.png :scale: 50% - :alt: Oblated Equal Area + :alt: Oblated Equal Area +Described in :cite:`Snyder1988`. + +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. option:: +m=<value> + +.. option:: +n=<value> + +Optional +-------------------------------------------------------------------------------- + +.. option:: +theta=<value> + +.. 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/omerc.rst b/docs/source/operations/projections/omerc.rst index 114b9fa3..bffcb589 100644 --- a/docs/source/operations/projections/omerc.rst +++ b/docs/source/operations/projections/omerc.rst @@ -6,5 +6,69 @@ Oblique Mercator .. image:: ./images/omerc.png :scale: 50% - :alt: Oblique Mercator + :alt: Oblique Mercator +Parameters +################################################################################ + + +Central point and azimuth method +-------------------------------------------------------------------------------- + +.. option:: +alpha=<value> + + Azimuth of centerline clockwise from north at the center point of the line. + If :option:`+gamma` is not given then :option:`+alpha` determines the value of + :option:`+gamma`. + +.. option:: +gamma=<value> + + Azimuth of centerline clockwise from north of the rectified + bearing of centre line. If :option:`+alpha` is not given, then + :option:`+gamma` is used to determine :option:`+alpha`. + +.. option:: +lonc=<value> + + Longitude of the central point. + +.. option:: +lat_0=<value> + + Latitude of the central point. + +Two point method +-------------------------------------------------------------------------------- + +.. option:: +lon_1=<value> + + Longitude of first point. + +.. option:: +lat_1=<value> + + Latitude of first point. + +.. option:: +lon_2=<value> + + Longitude of second point. + +.. option:: +lat_2=<value> + + Latitude of second point. + +Optional +-------------------------------------------------------------------------------- + +.. option:: +no_rot + + Do not rotate axis. + +.. option:: +no_off + + Do not offset origin to center of projection. + +.. include:: ../options/k_0.rst + +.. include:: ../options/lon_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/ortel.rst b/docs/source/operations/projections/ortel.rst index 03f132ef..0243ab99 100644 --- a/docs/source/operations/projections/ortel.rst +++ b/docs/source/operations/projections/ortel.rst @@ -6,5 +6,17 @@ Ortelius Oval .. image:: ./images/ortel.png :scale: 50% - :alt: Ortelius Oval + :alt: Ortelius Oval +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/pconic.rst b/docs/source/operations/projections/pconic.rst index 6bc0018e..8d6a2886 100644 --- a/docs/source/operations/projections/pconic.rst +++ b/docs/source/operations/projections/pconic.rst @@ -6,5 +6,25 @@ Perspective Conic .. image:: ./images/pconic.png :scale: 50% - :alt: Perspective Conic + :alt: Perspective Conic +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/poly.rst b/docs/source/operations/projections/poly.rst index e252feb5..ef1e5145 100644 --- a/docs/source/operations/projections/poly.rst +++ b/docs/source/operations/projections/poly.rst @@ -8,3 +8,17 @@ Polyconic (American) :scale: 50% :alt: Polyconic (American) +Parameters +################################################################################ + +.. note:: All parameters are optional for projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/putp1.rst b/docs/source/operations/projections/putp1.rst index 68971a46..66c3a42a 100644 --- a/docs/source/operations/projections/putp1.rst +++ b/docs/source/operations/projections/putp1.rst @@ -8,3 +8,15 @@ Putnins P1 :scale: 50% :alt: Putnins P1 +Parameters +################################################################################ + +.. note:: All parameters are optional for the Putnins P1 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/putp2.rst b/docs/source/operations/projections/putp2.rst index 01ea8073..ec405b28 100644 --- a/docs/source/operations/projections/putp2.rst +++ b/docs/source/operations/projections/putp2.rst @@ -6,5 +6,17 @@ Putnins P2 .. image:: ./images/putp2.png :scale: 50% - :alt: Putnins P2 + :alt: Putnins P2 +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/putp3.rst b/docs/source/operations/projections/putp3.rst index 3aa6b9e6..6ab4a494 100644 --- a/docs/source/operations/projections/putp3.rst +++ b/docs/source/operations/projections/putp3.rst @@ -6,5 +6,17 @@ Putnins P3 .. image:: ./images/putp3.png :scale: 50% - :alt: Putnins P3 + :alt: Putnins P3 +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/putp3p.rst b/docs/source/operations/projections/putp3p.rst index 5b87512e..44029816 100644 --- a/docs/source/operations/projections/putp3p.rst +++ b/docs/source/operations/projections/putp3p.rst @@ -6,5 +6,17 @@ Putnins P3' .. image:: ./images/putp3p.png :scale: 50% - :alt: Putnins P3' + :alt: Putnins P3' +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/putp4p.rst b/docs/source/operations/projections/putp4p.rst index b211ad9b..dd808af5 100644 --- a/docs/source/operations/projections/putp4p.rst +++ b/docs/source/operations/projections/putp4p.rst @@ -6,5 +6,17 @@ Putnins P4' .. image:: ./images/putp4p.png :scale: 50% - :alt: Putnins P4' + :alt: Putnins P4' +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/putp5.rst b/docs/source/operations/projections/putp5.rst index 5b60a961..8374afe8 100644 --- a/docs/source/operations/projections/putp5.rst +++ b/docs/source/operations/projections/putp5.rst @@ -6,5 +6,17 @@ Putnins P5 .. image:: ./images/putp5.png :scale: 50% - :alt: Putnins P5 + :alt: Putnins P5 +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/putp5p.rst b/docs/source/operations/projections/putp5p.rst index f586b889..ff11732a 100644 --- a/docs/source/operations/projections/putp5p.rst +++ b/docs/source/operations/projections/putp5p.rst @@ -6,5 +6,17 @@ Putnins P5' .. image:: ./images/putp5p.png :scale: 50% - :alt: Putnins P5' + :alt: Putnins P5' +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/putp6.rst b/docs/source/operations/projections/putp6.rst index 94683ace..b5407cf5 100644 --- a/docs/source/operations/projections/putp6.rst +++ b/docs/source/operations/projections/putp6.rst @@ -6,5 +6,17 @@ Putnins P6 .. image:: ./images/putp6.png :scale: 50% - :alt: Putnins P6 + :alt: Putnins P6 +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/putp6p.rst b/docs/source/operations/projections/putp6p.rst index 8c3add71..104627b6 100644 --- a/docs/source/operations/projections/putp6p.rst +++ b/docs/source/operations/projections/putp6p.rst @@ -6,5 +6,17 @@ Putnins P6' .. image:: ./images/putp6p.png :scale: 50% - :alt: Putnins P6' + :alt: Putnins P6' +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/qua_aut.rst b/docs/source/operations/projections/qua_aut.rst index d3a0aece..ce4cc5ab 100644 --- a/docs/source/operations/projections/qua_aut.rst +++ b/docs/source/operations/projections/qua_aut.rst @@ -6,5 +6,17 @@ Quartic Authalic .. image:: ./images/qua_aut.png :scale: 50% - :alt: Quartic Authalic + :alt: Quartic Authalic +Parameters +################################################################################ + +.. note:: All parameters are optional for the Quartic Authalic 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/robin.rst b/docs/source/operations/projections/robin.rst index 3e58be46..a12899cb 100644 --- a/docs/source/operations/projections/robin.rst +++ b/docs/source/operations/projections/robin.rst @@ -6,5 +6,17 @@ Robinson .. image:: ./images/robin.png :scale: 50% - :alt: Robinson + :alt: Robinson +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/rouss.rst b/docs/source/operations/projections/rouss.rst index e27fb1cf..2b5cb215 100644 --- a/docs/source/operations/projections/rouss.rst +++ b/docs/source/operations/projections/rouss.rst @@ -6,5 +6,19 @@ Roussilhe Stereographic .. image:: ./images/rouss.png :scale: 50% - :alt: Roussilhe Stereographic + :alt: Roussilhe Stereographic +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/rpoly.rst b/docs/source/operations/projections/rpoly.rst index 80e0d640..d177c977 100644 --- a/docs/source/operations/projections/rpoly.rst +++ b/docs/source/operations/projections/rpoly.rst @@ -6,5 +6,19 @@ Rectangular Polyconic .. image:: ./images/rpoly.png :scale: 50% - :alt: Rectangular Polyconic + :alt: Rectangular Polyconic +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lat_ts.rst + +.. 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/sinu.rst b/docs/source/operations/projections/sinu.rst index a7ebd232..79a21ce8 100644 --- a/docs/source/operations/projections/sinu.rst +++ b/docs/source/operations/projections/sinu.rst @@ -22,3 +22,15 @@ pseudocylindricals with sinusoidal meridians: C = \sqrt { (m + 1 ) / n } +Parameters +################################################################################ + +.. note:: All parameters are optional for the Sinusoidal 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/somerc.rst b/docs/source/operations/projections/somerc.rst index c572622b..a071e449 100644 --- a/docs/source/operations/projections/somerc.rst +++ b/docs/source/operations/projections/somerc.rst @@ -6,5 +6,22 @@ Swiss. Obl. Mercator .. image:: ./images/somerc.png :scale: 50% - :alt: Swiss. Obl. Mercator + :alt: Swiss. Obl. Mercator + +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/k_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/stere.rst b/docs/source/operations/projections/stere.rst index d4958ec9..33f81b3c 100644 --- a/docs/source/operations/projections/stere.rst +++ b/docs/source/operations/projections/stere.rst @@ -6,5 +6,22 @@ Stereographic .. image:: ./images/stere.png :scale: 50% - :alt: Stereographic + :alt: Stereographic + +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lat_ts.rst + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/sterea.rst b/docs/source/operations/projections/sterea.rst index 4f2f8727..d344caa7 100644 --- a/docs/source/operations/projections/sterea.rst +++ b/docs/source/operations/projections/sterea.rst @@ -6,5 +6,21 @@ Oblique Stereographic Alternative .. image:: ./images/sterea.png :scale: 50% - :alt: Oblique Stereographic Alternative + :alt: Oblique Stereographic Alternative +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/tcc.rst b/docs/source/operations/projections/tcc.rst index 586dd3b8..bf9bf47a 100644 --- a/docs/source/operations/projections/tcc.rst +++ b/docs/source/operations/projections/tcc.rst @@ -6,5 +6,18 @@ Transverse Central Cylindrical .. image:: ./images/tcc.png :scale: 50% - :alt: Transverse Central Cylindrical + :alt: Transverse Central Cylindrical + +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/tcea.rst b/docs/source/operations/projections/tcea.rst index cf5549a3..032dacce 100644 --- a/docs/source/operations/projections/tcea.rst +++ b/docs/source/operations/projections/tcea.rst @@ -6,5 +6,20 @@ Transverse Cylindrical Equal Area .. image:: ./images/tcea.png :scale: 50% - :alt: Transverse Cylindrical Equal Area + :alt: Transverse Cylindrical Equal Area + +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/R.rst + +.. include:: ../options/k_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/tissot.rst b/docs/source/operations/projections/tissot.rst index 7ec1a741..00293771 100644 --- a/docs/source/operations/projections/tissot.rst +++ b/docs/source/operations/projections/tissot.rst @@ -6,5 +6,25 @@ Tissot .. image:: ./images/tissot.png :scale: 50% - :alt: Tissot + :alt: Tissot +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/tpeqd.rst b/docs/source/operations/projections/tpeqd.rst index e6d7ef29..5da02f1a 100644 --- a/docs/source/operations/projections/tpeqd.rst +++ b/docs/source/operations/projections/tpeqd.rst @@ -6,5 +6,32 @@ Two Point Equidistant .. image:: ./images/tpeqd.png :scale: 50% - :alt: Two Point Equidistant + :alt: Two Point Equidistant + +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. option:: +lon_1=<value> + + Longitude of first point. + +.. option:: +lat_1=<value> + + Latitude of first point. + +.. option:: +lon_2=<value> + + Longitude of second point. + +.. option:: +lat_2=<value> + + Latitude of second point. + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/ups.rst b/docs/source/operations/projections/ups.rst index 7a9ab50b..ca3f7604 100644 --- a/docs/source/operations/projections/ups.rst +++ b/docs/source/operations/projections/ups.rst @@ -6,5 +6,23 @@ Universal Polar Stereographic .. image:: ./images/ups.png :scale: 50% - :alt: Universal Polar Stereographic + :alt: Universal Polar Stereographic +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. options:: +south + + South polar aspect. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/urm5.rst b/docs/source/operations/projections/urm5.rst index 91d06308..94cda2b6 100644 --- a/docs/source/operations/projections/urm5.rst +++ b/docs/source/operations/projections/urm5.rst @@ -6,5 +6,31 @@ Urmaev V .. image:: ./images/urm5.png :scale: 50% - :alt: Urmaev V + :alt: Urmaev V +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. option:: +n=<value> + + Set the :math:`n` constant. Value between 0 and 1. + +.. option:: +q=<value> + + Set the :math:`q` constant. + +.. option:: +alpha=<value> + + Set the :math:`\alpha` constant. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/urmfps.rst b/docs/source/operations/projections/urmfps.rst index 515ced84..9003236b 100644 --- a/docs/source/operations/projections/urmfps.rst +++ b/docs/source/operations/projections/urmfps.rst @@ -6,5 +6,21 @@ Urmaev Flat-Polar Sinusoidal .. image:: ./images/urmfps.png :scale: 50% - :alt: Urmaev Flat-Polar Sinusoidal + :alt: Urmaev Flat-Polar Sinusoidal +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. option:: +n=<value> + + Set the :math:`n` constant. Value between 0 and 1. + +.. 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/vandg.rst b/docs/source/operations/projections/vandg.rst index cdc772bb..25aff9d9 100644 --- a/docs/source/operations/projections/vandg.rst +++ b/docs/source/operations/projections/vandg.rst @@ -6,5 +6,17 @@ van der Grinten (I) .. image:: ./images/vandg.png :scale: 50% - :alt: van der Grinten (I) + :alt: van der Grinten (I) +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/vandg2.rst b/docs/source/operations/projections/vandg2.rst index 556929e2..2fe668ab 100644 --- a/docs/source/operations/projections/vandg2.rst +++ b/docs/source/operations/projections/vandg2.rst @@ -6,5 +6,17 @@ van der Grinten II .. image:: ./images/vandg2.png :scale: 50% - :alt: van der Grinten II + :alt: van der Grinten II +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/vandg3.rst b/docs/source/operations/projections/vandg3.rst index d767c4d5..05bd8825 100644 --- a/docs/source/operations/projections/vandg3.rst +++ b/docs/source/operations/projections/vandg3.rst @@ -6,5 +6,17 @@ van der Grinten III .. image:: ./images/vandg3.png :scale: 50% - :alt: van der Grinten III + :alt: van der Grinten III +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/vandg4.rst b/docs/source/operations/projections/vandg4.rst index 097ba1d8..85d4b3bf 100644 --- a/docs/source/operations/projections/vandg4.rst +++ b/docs/source/operations/projections/vandg4.rst @@ -6,5 +6,17 @@ van der Grinten IV .. image:: ./images/vandg4.png :scale: 50% - :alt: van der Grinten IV + :alt: van der Grinten IV +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/vitk1.rst b/docs/source/operations/projections/vitk1.rst index b9081547..005f47d0 100644 --- a/docs/source/operations/projections/vitk1.rst +++ b/docs/source/operations/projections/vitk1.rst @@ -6,5 +6,25 @@ Vitkovsky I .. image:: ./images/vitk1.png :scale: 50% - :alt: Vitkovsky I + :alt: Vitkovsky I +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lat_2.rst + +Optional +-------------------------------------------------------------------------------- + +.. 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/wag1.rst b/docs/source/operations/projections/wag1.rst index dd1ed39e..e8bdba4f 100644 --- a/docs/source/operations/projections/wag1.rst +++ b/docs/source/operations/projections/wag1.rst @@ -6,5 +6,17 @@ Wagner I (Kavraisky VI) .. image:: ./images/wag1.png :scale: 50% - :alt: Wagner I (Kavraisky VI) + :alt: Wagner I (Kavraisky VI) +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/wag2.rst b/docs/source/operations/projections/wag2.rst index 9c7b0edc..aeb7d87d 100644 --- a/docs/source/operations/projections/wag2.rst +++ b/docs/source/operations/projections/wag2.rst @@ -16,3 +16,16 @@ Wagner II y &= 1.38725\theta \sin \theta &= 0.88022 \sin(0.8855\phi) + +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/wag3.rst b/docs/source/operations/projections/wag3.rst index fb70a0a6..6cc4ab99 100644 --- a/docs/source/operations/projections/wag3.rst +++ b/docs/source/operations/projections/wag3.rst @@ -14,3 +14,18 @@ Wagner III x &= [\cos\phi_{ts} / \cos ( 2\phi_{ts} / 3)] \lambda \cos (2\phi /3) y = \phi + +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lat_ts.rst + +.. 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/wag4.rst b/docs/source/operations/projections/wag4.rst index 7b8dac96..dd119833 100644 --- a/docs/source/operations/projections/wag4.rst +++ b/docs/source/operations/projections/wag4.rst @@ -6,5 +6,17 @@ Wagner IV .. image:: ./images/wag4.png :scale: 50% - :alt: Wagner IV + :alt: Wagner IV +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/wag5.rst b/docs/source/operations/projections/wag5.rst index f880290b..4ed3e7f3 100644 --- a/docs/source/operations/projections/wag5.rst +++ b/docs/source/operations/projections/wag5.rst @@ -6,5 +6,18 @@ Wagner V .. image:: ./images/wag5.png :scale: 50% - :alt: Wagner V + :alt: Wagner V + +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. 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/wag6.rst b/docs/source/operations/projections/wag6.rst index f74749a5..793584f6 100644 --- a/docs/source/operations/projections/wag6.rst +++ b/docs/source/operations/projections/wag6.rst @@ -6,5 +6,17 @@ Wagner VI .. image:: ./images/wag6.png :scale: 50% - :alt: Wagner VI + :alt: Wagner VI +Parameters +################################################################################ + +.. note:: All parameters are optional for the Wagner VI 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/weren.rst b/docs/source/operations/projections/weren.rst index de7c5abf..5e857947 100644 --- a/docs/source/operations/projections/weren.rst +++ b/docs/source/operations/projections/weren.rst @@ -6,5 +6,17 @@ Werenskiold I .. image:: ./images/weren.png :scale: 50% - :alt: Werenskiold I + :alt: Werenskiold I +Parameters +################################################################################ + +.. note:: All parameters are optional for the 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/wink1.rst b/docs/source/operations/projections/wink1.rst index 00346765..0ed35d29 100644 --- a/docs/source/operations/projections/wink1.rst +++ b/docs/source/operations/projections/wink1.rst @@ -6,5 +6,19 @@ Winkel I .. image:: ./images/wink1.png :scale: 50% - :alt: Winkel I + :alt: Winkel I +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lat_ts.rst + +.. 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/wink2.rst b/docs/source/operations/projections/wink2.rst index 7e9b48a7..82a7ddd2 100644 --- a/docs/source/operations/projections/wink2.rst +++ b/docs/source/operations/projections/wink2.rst @@ -6,5 +6,19 @@ Winkel II .. image:: ./images/wink2.png :scale: 50% - :alt: Winkel II + :alt: Winkel II +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lat_ts.rst + +.. 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/wintri.rst b/docs/source/operations/projections/wintri.rst index bfd5032f..f78d289a 100644 --- a/docs/source/operations/projections/wintri.rst +++ b/docs/source/operations/projections/wintri.rst @@ -6,5 +6,19 @@ Winkel Tripel .. image:: ./images/wintri.png :scale: 50% - :alt: Winkel Tripel + :alt: Winkel Tripel +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. + +.. include:: ../options/lat_1.rst + +.. include:: ../options/lon_0.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/references.bib b/docs/source/references.bib index f8cde02f..aceeb6cc 100644 --- a/docs/source/references.bib +++ b/docs/source/references.bib @@ -3,7 +3,7 @@ @Article{Altamimi2002, - Title = {{ITRF2000}: A new release of the {I}nternational {T}errestrial {R}eference {F}rame for earth science applications}, + Title = {ITRF2000: A new release of the International Terrestrial Reference Frame for earth science applications}, Author = {Z. Altamimi and P. Sillard and C. Boucher}, Journal = {Journal of Geophysical Research: Solid Earth}, Year = {2002}, @@ -196,6 +196,21 @@ Year = {1993} } + +@Article{Snyder1988, + Author = {J. P. Snyder }, + Title = {New Equal-Area Map Projections For Noncircular Regions}, + Journal = {The American Cartographer}, + Volume = {15}, + Number = {4}, + Pages = {341-356}, + Year = {1988}, + Publisher = {Taylor and Francis}, + + Doi = {10.1559/152304088783886784} +} + + @TechReport{Snyder1987, Title = {Map Projections --- A Working Manual}, Author = {J. P. Snyder}, |
