File: control

package info (click to toggle)
mapbox-polylabel 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: cpp: 171; javascript: 156; makefile: 29
file content (30 lines) | stat: -rw-r--r-- 1,208 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
30
Source: mapbox-polylabel
Section: libdevel
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper-compat (= 13),
               libmapbox-geometry-dev,
               rapidjson-dev <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapbox-polylabel/
Vcs-Git: https://salsa.debian.org/debian-gis-team/mapbox-polylabel.git
Homepage: https://github.com/mapbox/polylabel
Rules-Requires-Root: no

Package: libmapbox-polylabel-dev
Architecture: all
Depends: libmapbox-geometry-dev,
         ${misc:Depends}
Description: Fast algorithm for finding polygon pole of inaccessibility
 polylabel provides a fast algorithm for finding polygon pole of
 inaccessibility, the most distant internal point from the polygon
 outline (not to be confused with centroid). Useful for optimal placement
 of a text label on a polygon.
 .
 It's an iterative grid algorithm, inspired by the paper by
 Garcia-Castellanos & Lombardo, 2007. Unlike the one in the paper, this
 algorithm:
 .
  * guarantees finding global optimum within the given precision
  * is many times faster (10-40x)