Documentation Style Guide

Headings #

Skip heading 5 – If a 5th level heading is needed, use heading 6 instead.

Text Styles #

NOTE

Font: Paragraph, Caps, Bold, Black

NOTE:

<span style=”color: black;”><strong>NOTE:</strong></span>

IMPORTANT

Font: Paragraph, Caps, Bold, Blue

IMPORTANT:

HTML:  <span style=”color: #3366ff;”><strong>IMPORTANT:</strong></span>

WARNING

Font: Paragraph, Caps, Bold, Red

WARNING:

HTML:  <span style=”color: red;”><strong>WARNING:</strong></span>

VIDEO AVAILABLE

Font: Paragraph, Bold, Green

Video Available:

HTML:  <span style=”color: green;”><strong>Video Available:</strong></span>

PRO TIP

Font: Paragraph, Bold, Purple

PRO TIP:

HTML:  <span style=”color: purple;”><strong>PRO TIP:</strong></span>

Font: Paragraph, Bold, Black

Options > Data Logger > Show Data Logger Output

Example:

In the Media Browser, right click on the geotagged Skydio video and select Camera Target Footprint Options > Estimate Camera Target Footprint (CTF) on Map.

Images #

Always use Alternative Text (keep alt text less than 125 characters)

Typically set image to “Full Size,” but not always

Typically Link to “Media”

For captions center text under image in the primary editor window (not the Image settings) and italicize.

Linking #

Internal Documentation Linking #

NOTE:  If linking to other “Docs” on the the documentation  website, we typically do not set the link to open in new tab.

Example of linking to Remote Geo sites for reference information:

For more details on using this capability, see the Estimate Camera Target Footprint on Map article. (Some instance may use “documentation” instead of “article” if it is not a dedicated article.)

External Documentation Linking #

NOTE:  If linking to external web sites from documentation such as RemoteGeo.com or 3rd party site, we typically set the link to open in new tab.

Example of linking to Remote Geo sites for reference information:

Example of linking to a 3rd party for reference information:

The Skydio support website includes articles for how to export the flight CSV file from the Skydio Cloud and how to export flight logs from the Skydio X10D drone.

 

Feature Availability #

Multiple software titles:

This feature is available in the following Remote GeoSystems software:

Single software title:

Feature Prerequisites #

Example 1:

CSV Flight Data Log File

Skydio drones create a flight telemetry GPS log file in .CSV file format that includes the basic data fields for geotagging the video captured during flight. These files will often have a default name similar (but not exact or always) to the following:

P5_flight_from_Sun_Apr_19_2026_10_07_03_AM_SkydioX10_b5nh.csv

The Skydio support website includes articles for how to export the flight CSV file from the Skydio Cloud and how to export flight logs from the Skydio X10D drone.

MP4 Video File

The video captured during flight alongside the above mentioned CSV file. These files will often have a default name similar (but not exact or always) to the following:

S1078276_P5.MP4

 

Anchor Linking #

Example:

In order for the video-based reporting method to work correctly, the georeferenced videos must also display a dynamic “Camera Target Footprint” (CTF) location on the map, representing the GPS coordinates for the four corners of the video frame.

HTML Code #

Destination Anchor ID:  <strong id=”video-based”>Video-based Reporting</strong>

Anchor Link:  <a href=”https://support.remotegeo.com/docs/linevision-online/reporting-module-overview/#video-based”>video-based reporting method</a>