Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 691 Bytes

File metadata and controls

29 lines (23 loc) · 691 Bytes

splat-wrapper

This is a wrapper around Splat! HD. It adds helpful functionality:

  • Take care of generating clean KML and PNG for use in Google Earth.
  • Specify output color of viewshed bitmap.

Installation & Execution

git clone https://github.com/ertw/splat-wrapper.git

cd splat-wrapper

npm i

node main.js

Configuration

Currently the following setting must be configured by editing main.js:

name:"site-name"
lat:"00.000000"
long:"00.000000"
//transmitter height in feet
transmitter_height:"30"
groundcover_height:"10"
//color to use for viewshed bitmap
bitmap_color: "#FF0000"

Example output