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
|
Source: imposm
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9~),
dh-python,
cython,
libgdal-dev,
libgeos-dev,
libprotobuf-dev,
libspatialindex-dev,
libtokyocabinet-dev,
protobuf-compiler,
python-all-dev,
python-imposm-parser,
python-nose,
python-psycopg2,
python-rtree,
python-setuptools,
python-shapely
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/imposm.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/imposm.git
Homepage: http://imposm.org/
Package: python-imposm
Architecture: any
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: libgdal-dev,
python-rtree
Provides: ${python:Provides}
Description: importer for OpenStreetMap data - Python module
Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
can import the data into PostgreSQL/PostGIS databases.
.
It is designed to create databases that are optimized for rendering/WMS
services.
.
This package contains the Python module
Package: imposm
Architecture: all
Section: web
Depends: python-imposm (>= ${binary:Version}),
python-pkg-resources,
${python:Depends},
${misc:Depends}
Description: importer for OpenStreetMap data
Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
can import the data into PostgreSQL/PostGIS databases.
.
It is designed to create databases that are optimized for rendering/WMS
services.
.
This package contains the importer.
|