Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 547 Bytes

File metadata and controls

19 lines (13 loc) · 547 Bytes

Edit GPS

This script takes updated geocoordinates calculated by MegaStitch and applies them to GeoTIF images.

Inputs

This script takes a CSV file containing geocoordinates.

Outputs

This script outputs GeoTIFs with updated geocoordinates.

Arguments and Flags

  • Positional Arguments:

    • The TIF file to edit: 'tif'
  • Required Arguments:

    • CSV file with updated coordinates: '-c', '--csv'
  • Optional Arguments:

    • Output directory: '-o', '--outdir', default='gpscorrect_out'