node-red-contrib-utm

0.1.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-utm

Weekly Downloads

6

Version

0.1.3

License

Apache-2.0

Unpacked Size

14.9 kB

Total Files

5

Last publish

Collaborators

  • dceejay