lgndhq / exif2geojson
Utility to create a geoJSON file with GPS coordinates from EXIF data in JPEG files
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/lgndhq/exif2geojson
Requires
- miljar/php-exif: ^0.6.5
Requires (Dev)
- humbug/box: ^3.8
This package is auto-updated.
Last update: 2024-05-13 05:02:35 UTC
README
exif2geojson is a utility from LGND to generate a GeoJSON file with point features at the GPS coordinates specified in a JPEG's EXIF data. It allows you to pass in a list of JPEG files, and outputs a single GeoJSON file with a FeatureCollection full of points.
Usage
php exif2geojson.phar *.jpg > output.geojson