diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-30 22:42:59 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-04-30 22:57:05 +0200 |
| commit | 970d708ff9d796f7d9ec00b22023e835fbdc7f2d (patch) | |
| tree | cbee11737ed36f20e51ba19c9e8faa757e79ac0d /docs/source/operations/options | |
| parent | cd23e5f1b2630ee07567bd361373ba725774061b (diff) | |
| download | PROJ-970d708ff9d796f7d9ec00b22023e835fbdc7f2d.tar.gz PROJ-970d708ff9d796f7d9ec00b22023e835fbdc7f2d.zip | |
Refactor operation doc pages
Extended the use of the :option: directive to all currently written
operation doc pages. In the process several more default parameters were
added for easy inclusion in other doc pages.
Expanded the info tables for each operation with "domain", "alias",
"input type" and "output type".
Corrected various errors along the way. Mainly formatting errors and
references to invalid parameters such as +sym in hatano.
Diffstat (limited to 'docs/source/operations/options')
| -rw-r--r-- | docs/source/operations/options/R.rst | 4 | ||||
| -rw-r--r-- | docs/source/operations/options/h.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/lat_0.rst | 2 | ||||
| -rw-r--r-- | docs/source/operations/options/lat_1.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/lat_2.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/lon_0.rst | 2 |
6 files changed, 21 insertions, 2 deletions
diff --git a/docs/source/operations/options/R.rst b/docs/source/operations/options/R.rst new file mode 100644 index 00000000..1d4af03a --- /dev/null +++ b/docs/source/operations/options/R.rst @@ -0,0 +1,4 @@ +.. option:: +R=<value> + + Radius of the sphere given in meters. If used in conjunction with ``+ellps`` + ``+R`` takes precedence. diff --git a/docs/source/operations/options/h.rst b/docs/source/operations/options/h.rst new file mode 100644 index 00000000..b41bcada --- /dev/null +++ b/docs/source/operations/options/h.rst @@ -0,0 +1,5 @@ +.. option:: +h=<value> + + Height of the view point above the Earth and must be in the same units as + the radius of the sphere or semimajor axis of the ellipsoid. + diff --git a/docs/source/operations/options/lat_0.rst b/docs/source/operations/options/lat_0.rst index 71e0d190..b8da9cdc 100644 --- a/docs/source/operations/options/lat_0.rst +++ b/docs/source/operations/options/lat_0.rst @@ -1,4 +1,4 @@ -.. option:: +lat_0 +.. option:: +lat_0=<value> Latitude of projection center. diff --git a/docs/source/operations/options/lat_1.rst b/docs/source/operations/options/lat_1.rst new file mode 100644 index 00000000..dee60ee0 --- /dev/null +++ b/docs/source/operations/options/lat_1.rst @@ -0,0 +1,5 @@ +.. option:: +lat_1=<value> + + First standard parallel. + + *Defaults to 0.0.* diff --git a/docs/source/operations/options/lat_2.rst b/docs/source/operations/options/lat_2.rst new file mode 100644 index 00000000..29e739a6 --- /dev/null +++ b/docs/source/operations/options/lat_2.rst @@ -0,0 +1,5 @@ +.. option:: +lat_2=<value> + + Second standard parallel. + + *Defaults to 0.0.* diff --git a/docs/source/operations/options/lon_0.rst b/docs/source/operations/options/lon_0.rst index 9bc4458f..143a7b84 100644 --- a/docs/source/operations/options/lon_0.rst +++ b/docs/source/operations/options/lon_0.rst @@ -1,4 +1,4 @@ -.. option:: +lon_0 +.. option:: +lon_0=<value> Longitude of projection center. |
