Coder Social home page Coder Social logo

gpxcli's Introduction

GpxCli

Release Build

Tool for mainipulation with gpx files

Merge

Allows to merge content from multiple gpx files into one single file. Merge operation does also simplification of track data

Use case - generating heat maps from hundreads of tracks in your browser is more efficient if you download preprocessed data in one file instead of fetching each gpx file separately and parsing from xml.

Examples:

Merge three gpx tracks into single file output.json (default output format is json)

./gpxcli merge track1.gpx track2.gpx track3.gpx

Merge all gpx files from gpx directory to file all.yml with custom value for minimal distance (in megetrs) between points (track simplification):

./gpxcli merge --min-distance 20 --output all --yaml gpx/*

Doc

Coordinates, in this context, are points of intersection in a grid system. GPS coordinates are usually expressed as the combination of latitude and longitude.

Lines of latitude coordinates measure degrees of distance north and south from the equator, which is 0 degrees. The north pole and south pole are at 90 degrees in either direction.

The prime meridian, located in Greenwich, UK, is 0 degrees longitude, and the lines of longitude coordinates are measured according to 90 degrees east and west from that point.

gpxcli's People

Contributors

mnezerka avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.