New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gps2json

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gps2json

CLI to pull photo meta GPS data into a JSON or GeoJSON file

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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
    

Keywords

FAQs

Package last updated on 10 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc