Skip to main content

Links GPX tracks to photographs by matching the image timestamp (in the EXIF data) to the timestamp in the GPX track supplied.

Project description

Links your photograph’s timestamps to the timestamps in your GPX tracks. Currently, this package will only output geojson linking images to tracks. Your photos’ EXIF data will not be changed.

Installation

You can install this globally if you want. If you do, you’ll get access to the gil commandline command.

pip install GpxImageLinkifier

Usage

Firstly, try the help:

gil -h

Very basic usage looks like this:

gil path/to/tracks.gpx path/to/images_folder/

To output to a file, you’ll add the --output-path parameter:

gil path/to/tracks.gpx path/to/images_folder/ --output-path ~/Desktop/output.geojson

Timezone differences

Oh but wait, maybe your camera’s clock is on a different timezone than your gps! No biggy. use --tz-images and --tz-gpx. For their values, use any pytz-friendly timezone code:

gil path/to/tracks.gpx path/to/images_folder/ --tz-images US/Pacific  --tz-images UTC

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GpxImageLinkifier-0.1.2.tar.gz (20.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page