Skip to content

Iberlauf/postgis_db_setup

Repository files navigation

PostGIS Database Setup

Overview

This project provides scripts and documentation for setting up a PostGIS-enabled PostgreSQL database.

Prerequisites

  • PostgreSQL installed
  • PostGIS extension available
  • Administrative database access

Installation

  1. Install PostgreSQL (if not already installed)

    # Windows/Mac/Linux installation varies by OS
  2. Enable PostGIS extension

    CREATE EXTENSION postgis;
  3. Verify installation

    SELECT postgis_version();

Usage

[Add your usage instructions here]

Documentation

License

[Add your license here]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages