🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

tourify

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tourify

Google Earth is a fantastically powerful product that Google has alas forgot. The KML markdown syntax provides a way to animate a path, but it isn't easy - it's a painful manaul process. This tool builds off [this great work](https://sites.google.com/si

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Tourify - Converts Google Earth Path KML files to Tours

Google Earth is a fantastically powerful product that Google has alas forgot. The KML markdown syntax provides a way to animate a path, but it isn't easy - it's a painful manaul process.
This tool builds off this great work to allow the input of a Google Earth Path KML file, and in return receive a tour KML file back.
It looks for a single <coordinates> entry with space-separated coords. Means you can draw a path in Google Earth, export to KML, use this tool to generate a tour, then animate this path.

Usage

###Install

npm install -g tourify

###Simple input

tourify --input=examples/input.kml
# will output a new kml file "tour.kml"

###CLI Options Not many right now - but you can specify the step size (aka speed).

tourify --step=0.01 --input=examples/input.kml --output=mytour.kml

FAQs

Package last updated on 25 Jan 2017

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