node-red-contrib-utm 0.1.3

A Node-RED node to convert co-ordinates to and from utm

npm install 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

Node Info

Version: 0.1.3
Updated 3 years, 3 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

4 in the last week

Nodes

  • utm

Keywords

  • node-red
  • map
  • world
  • utm

Maintainers