Code Monkey home page Code Monkey logo

spatiasql.js's Introduction

spatiasql.js

Experimental JavaScript (emscripten) port of SpatiaLite 4.3.0a

Build Status

Demo

A little web-worker demo is available from here: http://jvail.github.io/spatiasql.js/
(be patient, loading the js and database file takes some time).

Usage

spatiasql.js (SpatiaLite) is an extension of sql.js (SQLite) and implements the same API, exept:

  • loading shapefiles:
var fs = require('fs');
var SQL = require('spatiasql');
var db = new SQL.Database();

db.loadshp('my_table', 'CP1251', 4326, {
  shp: fs.readFileSync('my_shp.shp'),
  shx: fs.readFileSync('my_shp.shx'),
  dbf: fs.readFileSync('my_shp.dbf')
});

var res = db.exec('SELECT name, GeometryType(geometry) FROM my_table');

License

Same license as SpatiaLite.

spatiasql.js's People

Contributors

jvail avatar

Stargazers

Garret avatar Michael Sumner avatar

Watchers

Justin Walgran avatar Scott Lederer avatar Derek Dohler avatar Chip Hitchens avatar James Cloos avatar Michael Tedeschi avatar Kathryn Killebrew avatar Matt McFarland avatar Jeff Frankl avatar Andy Fink-Miller avatar Matt Williams avatar Taylor avatar Peter Caisse avatar Azavea CI avatar Shreshth Khilani avatar James Santucci avatar  avatar Aaron Dennis avatar Jean Cochrane avatar Aaron Su avatar  avatar  avatar

Forkers

cuulee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.