larsop / resolve-overlap-and-gap

This code is moving to https://gitlab.com/nibioopensource/resolve-overlap-and-gap. The plan is to use Postgis Topology to resolve overlaps and gaps for a simple feature layers. Norwegian Institute of Bioeconomy Research (NIBIO)
GNU General Public License v3.0
3 stars 1 forks source link

this code is now moving to https://gitlab.com/nibioopensource/resolve-overlap-and-gap

resolve-overlap-and-gap

The plan here is use Postgis Topology to resolve overlaps and gaps for a simple feature layer.

For the input

This function now depend on

To checkout code

git clone --recursive https://github.com/larsop/resolve-overlap-and-gap.git

To test code

cd resolve-overlap-and-gap make check

To install code (must run make check first)

psql postgres -c "CREATE DATABASE aeg_02 template=template0;" psql aeg_02 -c "create extension pg_stat_statements; create extension postgis; create extension postgis_topology; create extension dblink;" psql aeg_02 -f ./src/test/sql/regress/resolve_overlap_and_gap-install.sql

Build Status

The following is implemented