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
|
Source: pyosmium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: cmake (>= 2.8.12),
debhelper (>= 9),
dh-python,
libboost-dev,
libbz2-dev,
libexpat1-dev,
libgdal-dev,
libgeos++-dev,
libosmium2-dev (>= 2.15.0),
libsparsehash-dev,
pybind11-dev,
python-all-dev,
python-setuptools,
python-mock,
python-nose,
python3-all-dev,
python3-setuptools,
python3-mock,
python3-nose,
python3-sphinx,
python3-sphinxcontrib.autoprogram
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyosmium/
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyosmium.git
Homepage: https://osmcode.org/pyosmium/
Package: pyosmium
Architecture: all
Section: utils
Depends: python-pyosmium (>= ${source:Version}),
${misc:Depends}
Description: Osmium library bindings for Python - utilities
The PyOsmium module allows you to access some of the features of the Osmium
library from Python code.
.
PyOsmium has extensive support for all types of OSM entities: nodes, ways,
relations, and changesets. It allows reading from OSM files in XML and PBF
formats, including change files and full history files. Its easy to use
handler interface allows you to quickly write data filtering and conversion
functions.
.
This package contains the PyOsmium utilities.
Package: python-pyosmium
Architecture: any
Section: python
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${python:Provides}
Suggests: pyosmium-doc
Description: Osmium library bindings for Python
The PyOsmium module allows you to access some of the features of the Osmium
library from Python code.
.
PyOsmium has extensive support for all types of OSM entities: nodes, ways,
relations, and changesets. It allows reading from OSM files in XML and PBF
formats, including change files and full history files. Its easy to use
handler interface allows you to quickly write data filtering and conversion
functions.
.
This package contains the PyOsmium module for Python 2.
Package: python3-pyosmium
Architecture: any
Section: python
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${python3:Provides}
Suggests: pyosmium-doc
Description: Osmium library bindings for Python 3
The PyOsmium module allows you to access some of the features of the Osmium
library from Python code.
.
PyOsmium has extensive support for all types of OSM entities: nodes, ways,
relations, and changesets. It allows reading from OSM files in XML and PBF
formats, including change files and full history files. Its easy to use
handler interface allows you to quickly write data filtering and conversion
functions.
.
This package contains the PyOsmium module for Python 3.
Package: pyosmium-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
libjs-underscore,
${misc:Depends}
Description: Osmium library bindings for Python - Documentation
The PyOsmium module allows you to access some of the features of the Osmium
library from Python code.
.
PyOsmium has extensive support for all types of OSM entities: nodes, ways,
relations, and changesets. It allows reading from OSM files in XML and PBF
formats, including change files and full history files. Its easy to use
handler interface allows you to quickly write data filtering and conversion
functions.
.
This package contains the PyOsmium documentation.
|