Skip to content

dkastl/pg_spatialid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpatialID Extension

Spatial ID (空間ID) utilities for PostgreSQL/PostGIS.

Status

Requirements

  • PostgreSQL >= TBD
  • PostGIS >= TBD
  • GNU Make

Installation

  1. Build the extension:

    make build
  2. Install to PostgreSQL (may require sudo):

    sudo make install
  3. Run tests (optional):

    make test

Usage

After installation, in your database:

CREATE EXTENSION pg_spatialid CASCADE;

Read more about the extension's features and usage in the documentation.

Development

  • SQL source code is organized in src/, with templated files (.sql.in) and plain SQL.
  • Use make clean to remove build artifacts.
  • See Makefile for build details.
  • For testing, use make test to run the included SQL tests (requires pg_prove).

License

This project is licensed under the GNU General Public License v3.0.

About

Spatial ID (空間ID) utilities for PostgreSQL/PostGIS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project