diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-01 19:41:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-01 19:41:42 +0200 |
| commit | 3b1cca0b2e094ee14abcfd111b438b7e74300836 (patch) | |
| tree | df7fba0af55ca1bdd299f6515ed78ad4dbfb4bd2 /docs/source/operations/options | |
| parent | 2fdbffca6c61687dc064e92d5a7fedc53ebb4744 (diff) | |
| parent | 82dd6b06010b8f37ec1ff797d2ae06d8a8cc0bf2 (diff) | |
| download | PROJ-3b1cca0b2e094ee14abcfd111b438b7e74300836.tar.gz PROJ-3b1cca0b2e094ee14abcfd111b438b7e74300836.zip | |
Merge pull request #966 from kbevers/doc-improvements
Doc improvements
Diffstat (limited to 'docs/source/operations/options')
| -rw-r--r-- | docs/source/operations/options/R.rst | 4 | ||||
| -rw-r--r-- | docs/source/operations/options/ellps.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/h.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/k_0.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/lat_0.rst | 5 | ||||
| -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/lat_ts.rst | 6 | ||||
| -rw-r--r-- | docs/source/operations/options/lon_0.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/x_0.rst | 5 | ||||
| -rw-r--r-- | docs/source/operations/options/y_0.rst | 5 |
11 files changed, 55 insertions, 0 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/ellps.rst b/docs/source/operations/options/ellps.rst new file mode 100644 index 00000000..af98d377 --- /dev/null +++ b/docs/source/operations/options/ellps.rst @@ -0,0 +1,5 @@ +.. option:: +ellps=<value> + + See :option:`proj -le` for a list of available ellipsoids. + + *Defaults to "WGS84".* 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/k_0.rst b/docs/source/operations/options/k_0.rst new file mode 100644 index 00000000..7e2947ac --- /dev/null +++ b/docs/source/operations/options/k_0.rst @@ -0,0 +1,5 @@ +.. option:: +k_0=<value> + + Scale factor. Determines scale factor used in the projection. + + *Defaults to 1.0.* diff --git a/docs/source/operations/options/lat_0.rst b/docs/source/operations/options/lat_0.rst new file mode 100644 index 00000000..b8da9cdc --- /dev/null +++ b/docs/source/operations/options/lat_0.rst @@ -0,0 +1,5 @@ +.. option:: +lat_0=<value> + + Latitude of projection center. + + *Defaults to 0.0.* 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/lat_ts.rst b/docs/source/operations/options/lat_ts.rst new file mode 100644 index 00000000..65728f4d --- /dev/null +++ b/docs/source/operations/options/lat_ts.rst @@ -0,0 +1,6 @@ +.. option:: +lat_ts=<value> + + Latitude of true scale. Defines the latitude where scale is not distorted. + Takes precedence over ``+k_0`` if both options are used together. + + *Defaults to 0.0.* diff --git a/docs/source/operations/options/lon_0.rst b/docs/source/operations/options/lon_0.rst new file mode 100644 index 00000000..143a7b84 --- /dev/null +++ b/docs/source/operations/options/lon_0.rst @@ -0,0 +1,5 @@ +.. option:: +lon_0=<value> + + Longitude of projection center. + + *Defaults to 0.0.* diff --git a/docs/source/operations/options/x_0.rst b/docs/source/operations/options/x_0.rst new file mode 100644 index 00000000..ed4020d8 --- /dev/null +++ b/docs/source/operations/options/x_0.rst @@ -0,0 +1,5 @@ +.. option:: +x_0=<value> + + False easting. + + *Defaults to 0.0.* diff --git a/docs/source/operations/options/y_0.rst b/docs/source/operations/options/y_0.rst new file mode 100644 index 00000000..d7db658a --- /dev/null +++ b/docs/source/operations/options/y_0.rst @@ -0,0 +1,5 @@ +.. option:: +y_0=<value> + + False northing. + + *Defaults to 0.0.* |
