A simple SIGRAS2000 coordinate parser (Montevideo Geographic Information System). This is very useful if you want to work with the Montevideo GIS information.
$ node
> const parse = require('sigras2000-parser');
> parse(575964.88858695, 6141196.86812217)
[ -56.16885832080904, -34.868750258449644 ]