akorotkov / pgsphere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an R-Tree implementation using GiST for spherical objects
like spherical points and spherical circles with 
useful functions and operators.


NOTICE:
     This version will work only with postgresql version 9.1 and above.

INSTALLATION:

  -- build and install
  gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config
  gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config install
  -- load extension
  psql -c "CREATE EXTENSION pg_sphere;" <database>

REGRESSION TEST (as the same user as the currently running postgresql server):

  make USE_PGXS=1 installcheck

LONG REGRESSION TEST:

  make USE_PGXS=1 crushtest

The 'make' program must be compatible with GNU make.

For more information, have a look at http://pgsphere.projects.postgresql.org
and https://github.com/akorotkov/pgsphere

Have a lot of fun!

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 75.9%Language:TSQL 13.0%Language:C++ 8.3%Language:Perl 1.2%Language:Yacc 0.9%Language:Makefile 0.4%Language:Lex 0.2%Language:PLpgSQL 0.1%