Source: osmnx Section: python Priority: optional Maintainer: Jerome Benoit Uploaders: Debian Python Team Rules-Requires-Root: no Build-Depends: debhelper-compat (=13), dh-python, python3, python3-coverage, python3-geopandas (>=0.7), python3-matplotlib (>=3.2), python3-networkx (>=2.4), python3-numpy (>=1.18), python3-pandas (>=0.25), python3-pyproj (>=2.6), python3-requests (>=2.23), python3-rtree (>=0.9), python3-setuptools, python3-distutils, python3-folium, python3-sklearn, python3-scipy, python3-shapely (>=1.7), python3-pytest, black, isort, flake8, pydocstyle Build-Depends-Indep: python3-sphinx, latexmk, texlive-plain-generic, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra, tex-gyre Standards-Version: 4.6.1 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}, python3-distutils, ${misc:Depends} Recommends: python3-gdal, python3-rasterio, python3-scipy, python3-folium, python3-sklearn, python3-tk Suggests: 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 with examples for OSMnx.