Skip to content

FireEmbers/gisclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Install

npm install git+ssh://git@github.com:FireEmbers/gisclient.git

##Usage

var postgisClient = require('postgisClient');

//N,S,E,W are the coordinates in Easting/norting coordinates of the clc2006 maps
//rows and cols are the rows and columns of the terrain grid or raster
var boundaries = { 
  north: N,
  south: S,
  east: E,
  west: W,
  r: rows,
  c: cols };


//Choose which database you wan't to access 
var type = 'grass' || 'postgis';

postgisClient(boundaries, type, function(data){console.log(data)});

About

Embers postgis and grass Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published