Skip to content

Instantly share code, notes, and snippets.

@camateg
camateg / grid.js
Created January 7, 2014 01:37
Grid Squres in node...
var grid = 'FN00br';
grid = grid.toUpperCase(grid);
console.log(g2ll(grid));
function g2ll(grid) {
var lon = 0
,lat = 0;