File: control

package info (click to toggle)
liblas 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,888 kB
  • ctags: 4,614
  • sloc: cpp: 31,630; xml: 4,195; python: 2,928; ansic: 2,439; cs: 2,411; sh: 143; makefile: 37
file content (145 lines) | stat: -rw-r--r-- 6,084 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
Source: liblas
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
           David Paleino <dapal@debian.org>,
           Bas Couwenberg <sebastic@xs4all.nl>,
           Ross Gammon <rossgammon@mail.dk>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake,
               chrpath,
               libgeotiff-dev,
               libgdal-dev (>= 1.10.0~),
               libtiff-dev,
               libboost-dev,
               libboost-filesystem-dev,
               libboost-iostreams-dev,
               libboost-program-options-dev,
               libboost-thread-dev,
               python-all-dev,
               python-setuptools,
               dh-python,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git
Homepage: http://liblas.org/
X-Python-Version: >= 2.5

Package: liblas3
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: libgeotiff-epsg
Description: ASPRS LiDAR data translation library - C++ version
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 used to store data from sensors and as intermediate processing storage
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 is an optical remote sensing technology that measures properties of
 scattered light to find range and/or other information of a distant
 target. The prevalent method to determine distance to an object or
 surface is to use laser pulses.
 .
 This package contains the C++ shared library used by applications.

Package: liblas-c3
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends},
         liblas3 (= ${binary:Version})
Suggests: libgeotiff-epsg
Description: ASPRS LiDAR data translation library - C version
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 used to store data from sensors and as intermediate processing storage
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 is an optical remote sensing technology that measures properties of
 scattered light to find range and/or other information of a distant
 target. The prevalent method to determine distance to an object or
 surface is to use laser pulses.
 .
 This package contains the C shared library used by applications.

Package: liblas-dev
Architecture: any
Section: libdevel
Depends: liblas3 (= ${binary:Version}),
         libtiff-dev,
         libgeotiff-dev,
         libgdal-dev (>= 1.10.0~),
         ${misc:Depends}
Description: ASPRS LiDAR data translation library - C++ development files
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 used to store data from sensors and as intermediate processing storage
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 is an optical remote sensing technology that measures properties of
 scattered light to find range and/or other information of a distant
 target. The prevalent method to determine distance to an object or
 surface is to use laser pulses.
 .
 This package contains the development files to build applications in C++.

Package: liblas-c-dev
Architecture: any
Section: libdevel
Depends: liblas-c3 (= ${binary:Version}),
         liblas-dev (= ${binary:Version}),
         libgeotiff-dev,
         libgdal-dev (>= 1.10.0~),
         ${misc:Depends}
Description: ASPRS LiDAR data translation library - C development files
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 used to store data from sensors and as intermediate processing storage
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 is an optical remote sensing technology that measures properties of
 scattered light to find range and/or other information of a distant
 target. The prevalent method to determine distance to an object or
 surface is to use laser pulses.
 .
 This package contains the development files to build applications in C.

Package: liblas-bin
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: libgeotiff-epsg
Description: ASPRS LiDAR data translation toolset
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 used to store data from sensors and as intermediate processing storage
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 is an optical remote sensing technology that measures properties of
 scattered light to find range and/or other information of a distant
 target. The prevalent method to determine distance to an object or
 surface is to use laser pulses.
 .
 This package contains the essential toolset to manage LiDAR data:
 lasinfo, lasmerge, las2las, las2txt, txt2las, las2ogr.

Package: python-liblas
Architecture: all
Section: python
Depends: liblas-c3,
         ${python:Depends},
         ${misc:Depends}
Description: Python module to use the ASPRS LiDAR data translation library
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 used to store data from sensors and as intermediate processing storage
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 is an optical remote sensing technology that measures properties of
 scattered light to find range and/or other information of a distant
 target. The prevalent method to determine distance to an object or
 surface is to use laser pulses.
 .
 This package contains a Python module to use libLAS.