0.1.3 • Published 3 years ago

node-red-contrib-utm v0.1.3

Weekly downloads
42
License
Apache-2.0
Repository
github
Last release
3 years ago

node-red-contrib-utm

A Node-RED node to convert co-ordinates in Latitude and Longitude to and from UTM format.

Install

Either use the Node-RED menu - manage palette - install option, or run the following command in your Node-RED user directory - typically ~/.node-red

npm i node-red-contrib-utm

### Usage

If msg.payload contains .lat and .lon properties, this node adds a corresponding UTM location as msg.payload.utm.

If the object contains a msg.payload.utm property as below, and not .lat and .lon, then .lat and .lon will be created.

msg.payload.utm.x = eastings
msg.payload.utm.y = northings
msg.payload.utm.z = zone code - eg 30U
0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago