Skip to content

Instantly share code, notes, and snippets.

@berb
berb / geodatabases.md
Created May 27, 2011 11:29 — forked from kashif/geodatabases.md
GeoDatabases - a discussion

GeoDatabases

What is a GeoDatabase? and how is it diff from a regular db

  • Stores geometries
  • multi-dimensional
  • R-Tree indexing (Query planner uses it?)
  • projections
  • Supports Datums ?
  • Vector and raster support
var url = require('url');
var http = require('http');
var stream = require('stream');;
http.createServer(function(req, res) {
res.writeHead(200, {
'Content-Type' : 'text/plain'
});