gps2json
v1.1.2
Published
CLI to pull photo meta GPS data into a JSON or GeoJSON file
Maintainers
Readme
gps2json
CLI to pull photo gps data into a JSON file
Images MUST be JPEG format
Flags / Options
The following parameters are customizable:
Name
-nor--name: This is the name of the file created. The default ismetadata. Example:gps2json -n=image_data gps2json --name=new_image_dataInput Folder
-ior--input: This is the input folder where the images live. The default is the folder of where the command was ran. Example:gps2json -i=./src/assets/imgs gps2json --input=../imgs/iconsOutput Folder
-oor--output: This is where the JSON file will live. The default is the folder of where the command was ran. Example:gps2json -o=./src/assets/JSON gps2json --output=../staticFormat
-for--format: This is the output file format. The options arejsonandgeojson. The default isjson. Example:gps2json -f=json gps2json --format=geojson
