This project provides scripts and documentation for setting up a PostGIS-enabled PostgreSQL database.
- PostgreSQL installed
- PostGIS extension available
- Administrative database access
-
Install PostgreSQL (if not already installed)
# Windows/Mac/Linux installation varies by OS -
Enable PostGIS extension
CREATE EXTENSION postgis;
-
Verify installation
SELECT postgis_version();
[Add your usage instructions here]
[Add your license here]