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
|
Source: osmnx
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Jerome Benoit <calculus@rezozer.net>,
Build-Depends:
debhelper-compat (=13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3,
python3-coverage,
python3-geopandas (>=0.12),
python3-networkx (>=2.8),
python3-numpy (>=1.23),
python3-pandas (>=1.5),
python3-requests (>=2.28),
python3-shapely (>=2.0),
python3-scipy (>=1.5),
python3-sklearn (>=0.23),
python3-gdal,
python3-rasterio (>=1.3),
python3-matplotlib (>=3.5),
python3-folium,
python3-pytest,
python3-hatchling,
python3-typeguard,
flit,
black,
isort,
Build-Depends-Indep:
python3-sphinx,
python3-sphinx-autodoc-typehints,
furo,
latexmk,
texlive-plain-generic,
texlive-latex-base,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-latex-extra,
tex-gyre
Standards-Version: 4.7.2
Homepage: https://github.com/gboeing/osmnx
Vcs-Git: https://salsa.debian.org/python-team/packages/osmnx.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/osmnx
Package: python3-osmnx
Architecture: all
Depends:
${python3:Depends},
${misc:Depends}
Recommends:
python3-matplotlib,
python3-gdal, python3-rasterio,
python3-scipy, python3-sklearn,
python3-tk
Suggests:
python3-folium,
python-osmnx-doc (= ${source:Version})
Description: tool to study street networks from OpenStreetMap -- Python3
OSMnx retrieves, models, analyzes, and visualizes street networks
from OpenStreetMap (OSM).
.
OSMnx is a Python package that lets you download spatial geometries
and model, project, visualize, and analyze street networks from
OpenStreetMap's APIs. Users can download and model walkable, drivable,
or bikable urban networks with a single line of Python code, and then
easily analyze and visualize them.
.
This package contains the Python 3 version of OSMnx.
Package: python-osmnx-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Suggests: www-browser, pdf-viewer
Enhances: python3-osmnx (= ${source:Version})
Description: tool to study street networks from OpenStreetMap -- doc
OSMnx retrieves, models, analyzes, and visualizes street networks
from OpenStreetMap (OSM).
.
OSMnx is a Python package that lets you download spatial geometries
and model, project, visualize, and analyze street networks from
OpenStreetMap's APIs. Users can download and model walkable, drivable,
or bikable urban networks with a single line of Python code, and then
easily analyze and visualize them.
.
This package contains documentation for OSMnx.
|