aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/options
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/operations/options')
-rw-r--r--docs/source/operations/options/ellps.rst5
-rw-r--r--docs/source/operations/options/k_0.rst5
-rw-r--r--docs/source/operations/options/lat_0.rst5
-rw-r--r--docs/source/operations/options/lat_ts.rst6
-rw-r--r--docs/source/operations/options/lon_0.rst5
-rw-r--r--docs/source/operations/options/x_0.rst5
-rw-r--r--docs/source/operations/options/y_0.rst5
7 files changed, 36 insertions, 0 deletions
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/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..71e0d190
--- /dev/null
+++ b/docs/source/operations/options/lat_0.rst
@@ -0,0 +1,5 @@
+.. option:: +lat_0
+
+ Latitude of projection center.
+
+ *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..9bc4458f
--- /dev/null
+++ b/docs/source/operations/options/lon_0.rst
@@ -0,0 +1,5 @@
+.. option:: +lon_0
+
+ 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.*