Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 504 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 504 Bytes

Collect GPS

This script extracts GPS coordinates from images and saves them to a CSV file.

Inputs

The input is a directory path containing GeoTIFF images that contain georeferencing metadata.

Outputs

Arguments and Flags

  • Positional Arguments:

    • Directory containing files to process: 'dir'
  • Required Arguments:

    • Scan date: '-sd', '--scandate'
  • Optional Arguments:

    • Output directory: '-o', '--outdir', default='img_coords_out/'