diff --git a/_sources/gcp.rst.txt b/_sources/gcp.rst.txt index 0a30610d7..eb4ca7af5 100644 --- a/_sources/gcp.rst.txt +++ b/_sources/gcp.rst.txt @@ -28,7 +28,8 @@ The format of the GCP file is simple. * The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM [N|S]`` value (eg. ``WGS84 UTM 16N``) * Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces: - * Elevation values can be set to "NaN" to indicate no value + * Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0 + * Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures. * The 7th column (optional) typically contains the label of the GCP. GCP file format:: diff --git a/cs/.doctrees/environment.pickle b/cs/.doctrees/environment.pickle index c421c225a..da9d5e848 100644 Binary files a/cs/.doctrees/environment.pickle and b/cs/.doctrees/environment.pickle differ diff --git a/cs/.doctrees/flowchart.doctree b/cs/.doctrees/flowchart.doctree index bd50ae3c0..4ca54def9 100644 Binary files a/cs/.doctrees/flowchart.doctree and b/cs/.doctrees/flowchart.doctree differ diff --git a/cs/.doctrees/gcp.doctree b/cs/.doctrees/gcp.doctree index 26c857a09..0ad8e3d6d 100644 Binary files a/cs/.doctrees/gcp.doctree and b/cs/.doctrees/gcp.doctree differ diff --git a/cs/_sources/gcp.rst.txt b/cs/_sources/gcp.rst.txt index 0a30610d7..eb4ca7af5 100644 --- a/cs/_sources/gcp.rst.txt +++ b/cs/_sources/gcp.rst.txt @@ -28,7 +28,8 @@ The format of the GCP file is simple. * The first line should contain the name of the projection used for the geo coordinates. This can be specified either as a PROJ string (e.g. ``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM [N|S]`` value (eg. ``WGS84 UTM 16N``) * Subsequent lines are the X, Y & Z coordinates, your associated pixels, the image filename and optional extra fields, separated by tabs or spaces: - * Elevation values can be set to "NaN" to indicate no value + * Avoid setting elevation values to "NaN" to indicate no value. This can cause processing failures. Instead use 0.0 + * Similarly decreasing the no. of digits after the decimal place for `geo_x` and `geo_y` can also reduce processing failures. * The 7th column (optional) typically contains the label of the GCP. GCP file format:: diff --git a/cs/flowchart/index.html b/cs/flowchart/index.html index 04f3fe9da..dfeed7f71 100644 --- a/cs/flowchart/index.html +++ b/cs/flowchart/index.html @@ -24,7 +24,7 @@