Skip to content

Commit

Permalink
Merge pull request #190 from craigdsouza/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saijin-Naib authored Aug 20, 2024
2 parents fa241a0 + ded2e28 commit 6832daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/gcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <zone>[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::
Expand Down

0 comments on commit 6832daf

Please sign in to comment.