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
|
Source: python-liblas
Section: python
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
, David Paleino <dapal@debian.org>
Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7), quilt, liblas-dev, python-all
Build-Depends-Indep: python-support, python-setuptools
Standards-Version: 3.8.3
Homepage: http://pypi.python.org/pypi/libLAS
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/python-liblas/trunk/
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/python-liblas/trunk
Package: python-liblas
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, @LIBLAS@, python (>= 2.5) | python-ctypes
Description: A 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.
|