Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.18 KB

CKAN PostGIS

Ckan postgis is a specific component used by CKAN. PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.

This repo is required by the development version of CKAN-IT v2.8.

Tools references

The tools referenced in this repository are

Project components

  • PostGIS version 11, packaged for CKAN and with some customizations.

How to build this version of PostGIS and test it as part of CKAN

This specific version of PostGIS is distributed and consumed in a form of Docker container.

The container can be built using the Dockerfile in the root of this repository.

Docker-compose is used to build a fully-functional test environment (build the CKAN container and download pre-packaged dependencies, including PostGIS).

Instructions can be found in the CKAN repository.

How to contribute

Contributions are welcome. Feel free to open issues and submit a pull request at any time!