File: control

package info (click to toggle)
pprepair 0.0~20170614-dd91a21-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 344 kB
  • sloc: cpp: 2,853; xml: 295; makefile: 16; sh: 11; ansic: 10
file content (29 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: pprepair
Section: science
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
               cmake,
               libcgal-dev,
               libgdal-dev,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pprepair/
Vcs-Git: https://salsa.debian.org/debian-gis-team/pprepair.git
Homepage: https://github.com/tudelft3d/pprepair

Package: pprepair
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: prepair
Description: planar partition repair tool
 pprepair (planar partition repair) takes a set of polygons and ensures that
 they form a valid planar partition, made of valid polygons and having no gaps
 or overlaps. It can be used as a validator, telling of problems in individual
 polygons or in the planar partition, and also as an automatic repair tool,
 outputting a set of polygons that do form a valid planar partition.