GitXplorerGitXplorer
f

sigras2000-parser

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9be2f5663d7500d0569106a8bdce9db51599085f

Add readme

ffrancocorreasosa committed 7 years ago
Unverified
7b9c397f931fec53976ab0f9b05043df844e61e6

Initial commit

committed 7 years ago

README

The README file for this repository.

SIGRAS2000 Parser

A simple SIGRAS2000 coordinate parser (Montevideo Geographic Information System). This is very useful if you want to work with the Montevideo GIS information.

Usage

$ node
> const parse = require('sigras2000-parser');

> parse(575964.88858695, 6141196.86812217)
[ -56.16885832080904, -34.868750258449644 ]