Skip to content

Commit

Permalink
docs: add quick summary page about GCP workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 11, 2024
1 parent 05fe9b2 commit 6b23508
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added docs/images/diagrams/dtm-gcp-workflow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/manuals/ground-control-points.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Ground Control Points

Ground Control Points are simply a way of mapping a known coordinate
in the real world (ideally in very accurate coordinates such as
[ECEF](https://en.wikipedia.org/wiki/Earth-centered,_Earth-fixed_coordinate_system)),
to a pixel on an image for georeferencing.

When multiple GCPs are used together in the final stitching of drone flight
imagery together, the final georeferencing should be very accurate.

Further details can be found on the OpenDroneMap
[docs page about GCPs](https://docs.opendronemap.org/gcp)

## Our Workflow

![](../images/diagrams/dtm-gcp-workflow.jpg)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ nav:
- The Team: about/team.md
- User Manuals:
- Flightplans: manuals/generate-flightplans.md
- Ground Control Points: manuals/ground-control-points.md
- Developer Guide:
- Setup: dev/setup.md
- Timeline: timeline.md

0 comments on commit 6b23508

Please sign in to comment.