Spatial ID (空間ID) utilities for PostgreSQL/PostGIS.
- Extension version: 0.1.0
- Implements: 空間ID (Spatial ID) specification v1.0
- PostgreSQL >= TBD
- PostGIS >= TBD
- GNU Make
-
Build the extension:
make build
-
Install to PostgreSQL (may require sudo):
sudo make install
-
Run tests (optional):
make test
After installation, in your database:
CREATE EXTENSION pg_spatialid CASCADE;Read more about the extension's features and usage in the documentation.
- SQL source code is organized in
src/, with templated files (.sql.in) and plain SQL. - Use
make cleanto remove build artifacts. - See Makefile for build details.
- For testing, use
make testto run the included SQL tests (requirespg_prove).
This project is licensed under the GNU General Public License v3.0.