2016-02-16 01:29:43 +08:00
|
|
|
# crankshaft
|
|
|
|
|
|
|
|
CartoDB Spatial Analysis extension for PostgreSQL.
|
|
|
|
|
|
|
|
## Code organization
|
|
|
|
|
|
|
|
* *pg* contains the PostgreSQL extension source code
|
|
|
|
* *python* Python module
|
|
|
|
|
|
|
|
FIXME: should it be `./extension` and `./lib/python' ?
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
* pip
|
|
|
|
|
|
|
|
* sudo pip install nose
|
|
|
|
* CREATE LANGUAGE 'plpythonu';
|