Skip to content

internette/gps2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps2json

CLI to pull photo gps data into a JSON file

Images MUST be JPEG format

Flags / Options

The following parameters are customizable:

  • Name
    -n or --name: This is the name of the file created. The default is metadata.

    Example:

    gps2json -n=image_data
    
    gps2json --name=new_image_data
  • Input Folder
    -i or --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/icons
  • Output Folder
    -o or --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=../static

    Format
    -f or --format: This is the output file format. The options are json and geojson. The default is json.

    Example:

      gps2json -f=json
    
      gps2json --format=geojson

About

CLI to pull photo meta data into a JSON file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published