Skip to main content

Computational tools for network-based pedestrian-scale urban analysis

Project description

cityseer

A Python package for pedestrian-scale network-based urban analysis: network analysis, landuse accessibilities & mixed uses, statistical aggregations.

PyPI version

publish package

Examples: https://cityseer.benchmarkurbanism.com/examples

API Documentation: https://cityseer.benchmarkurbanism.com/

Issues: https://github.com/benchmark-urbanism/cityseer-api/issues

Questions: https://github.com/benchmark-urbanism/cityseer-api/discussions

Installation

pip install cityseer

Development

Contributions are welcome — please open an issue or discussion before larger changes.

[!IMPORTANT] Active development happens on the dev branch; master tracks the latest released version. Please base branches and target pull requests against dev, not master:

gh pr create --base dev

Pushing an alpha tag (e.g. 4.25.0b1) from dev publishes a pre-release to PyPI for testing ahead of a stable release off master.

Setup

The loop-intensive algorithms are written in rust and exposed to Python via maturin, so a rust toolchain is required alongside uv:

brew install uv rust rust-analyzer rustfmt   # or your platform's equivalent
uv sync                                       # creates the venv and builds the rust extension

After editing rust sources, rebuild the extension before re-running Python:

uv run maturin develop                        # or re-run `uv sync`

Verify before pushing

Run the same formatting, linting, type-checking, and test suite that CI runs:

uv run poe verify_project                     # ruff format && ruff check && ty check && pytest ./tests

To preview the documentation site locally:

uv run poe docs_dev

Cite

Cite as: The cityseer Python package for pedestrian-scale network-based urban analysis

Background

The cityseer-api Python package addresses a range of issues specific to computational workflows for urban analytics from an urbanist's point of view and contributes a combination of techniques to support developments in this field:

  • High-resolution workflows including localised moving-window analysis with strict network-based distance thresholds; spatially precise assignment of land-use or other data points to adjacent street-fronts for improved contextual sensitivity; dynamic aggregation workflows which aggregate and compute distances on-the-fly from any selected point on the network to any accessible land-use or data point within a selected distance threshold; facilitation of workflows eschewing intervening steps of aggregation and associated issues such as ecological correlations; and the optional use of network decomposition to increase the resolution of the analysis.
  • Localised computation of network centralities using shortest paths on primal or dual graphs, and simplest-path heuristics on dual graphs, including tailored methods such as harmonic closeness centrality, and segmented versions of centrality (which convert centrality methods from a discretised to an explicitly continuous form). For more information, see "Network centrality measures and their correlation to mixed-uses at the pedestrian-scale".
  • Land-use accessibilities and mixed-use calculations incorporate dynamic and directional aggregation workflows with the optional use of spatial-impedance-weighted forms. Shortest-path workflows operate on primal or dual graphs, while simplest-path workflows require dual graphs. For more information, see "The application of mixed-use measures at the pedestrian-scale".
  • Network centralities dovetailed with land-use accessibilities, mixed-uses, and general statistical aggregations from the same points of analysis to generate multi-scalar and multi-variable datasets facilitating downstream data science and machine learning workflows. For examples, see "Untangling urban data signatures: unsupervised machine learning methods for the detection of urban archetypes at the pedestrian scale" and "Prediction of 'artificial' urban archetypes at the pedestrian-scale through a synthesis of domain expertise with machine learning methods".
  • The inclusion of graph cleaning methods reduce topological distortions for higher quality network analysis and aggregation workflows while accommodating workflows bridging the wider NumPy ecosystem of scientific and geospatial packages.
  • Underlying loop-intensive algorithms are implemented in rust, allowing these methods to be applied to large and, optionally, decomposed graphs, which have substantial computational demands.

Project details


Release history Release notifications | RSS feed

This version

5.0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cityseer-5.0.0.tar.gz (186.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cityseer-5.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cityseer-5.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cityseer-5.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cityseer-5.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cityseer-5.0.0-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

cityseer-5.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cityseer-5.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cityseer-5.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cityseer-5.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cityseer-5.0.0-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cityseer-5.0.0-cp313-cp313-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cityseer-5.0.0-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

cityseer-5.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cityseer-5.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cityseer-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cityseer-5.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cityseer-5.0.0-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cityseer-5.0.0-cp312-cp312-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cityseer-5.0.0-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

cityseer-5.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cityseer-5.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cityseer-5.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cityseer-5.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cityseer-5.0.0-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-5.0.0-cp311-cp311-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cityseer-5.0.0-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

cityseer-5.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cityseer-5.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cityseer-5.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cityseer-5.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file cityseer-5.0.0.tar.gz.

File metadata

  • Download URL: cityseer-5.0.0.tar.gz
  • Upload date:
  • Size: 186.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for cityseer-5.0.0.tar.gz
Algorithm Hash digest
SHA256 3dcb8513f0e435e17c9ae15804e18b0dc24923a06eb1fd124ca97e1914dfc6a9
MD5 ed476cb2ec72e101b7fbe395cc34e109
BLAKE2b-256 5431d2ac3a4f1159776adf2d1dbd10c4a24574cb4e3fd8319b1e4d21d55d6aff

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e53f171a627a3f34458f301792aa8b0c94837721d1965b86715b7785623b7a1
MD5 a918f31fdf6772d690cc781af45bc19e
BLAKE2b-256 b4304dfa1956aa489a46518241f6c775509c05dfbd1cddf31756544841ba9aed

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05dee487bbf9c0f6c8f28e8fdcb6c184b8971517f8519b13cc974a0a74828d53
MD5 cabcc8f0849bd83a2ec2eba28dab5c50
BLAKE2b-256 5c22fe0b059c5c8718d4719a91db2afda18a636147918ce6b7fab6ef5cd504ca

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ffd07b9944bca2332c1132bf21bc56160bb957be836e292cd285c968a1456fe
MD5 9d42ccc75a50f242b083037fd30c7130
BLAKE2b-256 51eb41d264e4ea6c461bccd0ffca6e79b56109885c89e2d7b59134b7904feb80

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7791ebb3f34becd5432e64fda0a102e3657bc442d3cf8543efa74d18e1c02248
MD5 4dde616c95f879e97ba4a5123533de45
BLAKE2b-256 9b916b0e1e49090c2afeac36bc459e4e19996739e18c38c224779294e56b2103

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1e21cf1a783d0afdca5836b1c8747a548b6a3a807bbcbd31614fcccb1892f449
MD5 ba984e375712193a515a206120aa65b2
BLAKE2b-256 15c1f54b8dbc34885a4670501675bc83502373680513c5bef3791f77e8c0fa1e

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ee95a007ea4ea8ff16d37d95dcc3e24f4a092e5fa6baaef86d9ecacbcc1b5db
MD5 50db857dd81121654d37d2e812d8c702
BLAKE2b-256 6131cac25eab6c8204521541bb8fa21a3af2a102390128282831788c13b69539

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63d7a37b08caf3938a76309e4330fe6e8ce3ce18022043328f6817341dfdeda9
MD5 3bd54833e9a2ec81e8a22433d021d030
BLAKE2b-256 4de7b2fcffa4f0f68da6aec883a5593a829de44897e4ec39e139d81e2d0a78d0

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fa84efa4eae286badc890fdca40c2234886d2fe16f4a2cf1c1edddeb1517313
MD5 ce6d92429d618aa75733fd9a39da876d
BLAKE2b-256 ca0724e188947787552df5ca07bea5953edf14bf5175409aaa8ac1bf2e6fe99b

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c52ecd923a01799c50da898062f2951e2689cbeb9f6ec5e4226ff7692fc3f00c
MD5 b2738d1aef4ff7bb293bce97109b55d2
BLAKE2b-256 67939be46378f31e27ac3fa95525df100df289a8c50cc7e6a96597b7aa994a62

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a038c2750707b1cbddb0097bc1ab059464765a9e6c62335264a71c695cf0b36b
MD5 5263616bc77a03f6614f26c71e3edd88
BLAKE2b-256 b72928108d3ba469510cf8e1dae4f82f450bcedd20530267896d8906dfbedd53

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 abb6b91667d8ee74b3d91b75a7ffeb173f8b6d40691a3782e316072231a815f6
MD5 2dd879ed8074ddcad6226466ac6d004b
BLAKE2b-256 3d363db0cfaa77e3b7611149ee81994b513ecaa1243b6e0c4103ddf2231acc83

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6f48dc4ab574ab61902d993567f2329119e2a9b4c38ac81212f949fd840596c9
MD5 33c01561439242e7a9804f889e45ac3a
BLAKE2b-256 86e547db79d6615347f1ad759fafe4f3601182712989fec2fc3f9c5484957227

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b227a82b36bfb7b588705b09c6678026c9c555901ea5b8739be167e0962493a3
MD5 3387a9c97c99e46f11cd6186280f473b
BLAKE2b-256 bb112bb16ba4cd45d07dc7c710b0d8ef03ede4fa6b5bbc76278511a7deeb2d99

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d75d5b3c0ab45dc1d04cfd868f14b3409eea13a37d51b8fb201da88c0a772d02
MD5 c90fb5bf45872cc363439139459f0b0a
BLAKE2b-256 dba433692e6423f1542e90e3303e13dfb663c6f7da75b48de9dbc27af6a329ff

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1a3cf09a8f0d4c919fe7d28b2536c356be34f16dc4fc9444ed26552bd95ca70
MD5 fe807268d2067ab216d26286a56332e5
BLAKE2b-256 a70ba56aea4e036695f50a2181d5d10aae773861c08966895764e06449f93f87

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fea48fecda077d1b3553485cd91abf9627a001b6c6bc2c2aca2fa60619f2fce
MD5 083da925efcd1465ad7d509f5992235e
BLAKE2b-256 222887c53cbb8f33d7a5f69a9d00cd086b5780f2d9929402432593afc32f96cc

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1868dc3113cb54cae60002e5754494450f6b6b95ea017f6e00272bef3a42eb7c
MD5 26621197f90053d0a873da65b13dd067
BLAKE2b-256 1b496ef6596ff343f51af98f9d5514739cd9800d4cd3f90250ecd8cbe869e0c0

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c06dfef4fd827ba3743be8097984c814e2203198f9e793f2acb9c290a3da4f17
MD5 ccbaf4fac7e918419741c60429c12b1a
BLAKE2b-256 12a72a6d53eead61d1fa4af2ff6d7efa1440a2d39eb47e8049a2b010e55686fc

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 770218fb01b03521fdb392063d84f169c9bb623002c8b428470c44db11519a53
MD5 0e0233c257fc738a9e7ff902d8a15ae6
BLAKE2b-256 6584897779b29782c5dfddef6c69666beb72a6df1275de1b90ce01414aca3f7e

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61e2a99ed35d4c34a9f49a6fa18b5e152aa7831092f57d9694c5d6be10a9ae73
MD5 47b97e05c92739a3f15c976435cfb1a2
BLAKE2b-256 35f4d8020c68ae368f2fbfacbc46672b07ea8d077e2ab4f1cb957a75cc698d09

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7603e0b12479301ffb8c305c3b7b962ab2827ef63f85e88d451f74a4705b1bf4
MD5 9b8120833d8514b50a442b63ce8534c6
BLAKE2b-256 e45c209236ab0f6a28946342204049f107ee7a46b31ad63789b5de3877a1c288

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ee670a04629b44c7f6bfa871ece09c47f95b0d0d23077b53bfc7e2b86c5fa7e
MD5 bf15c7b4fd95b7892f00f3fa79ab4b6d
BLAKE2b-256 9d09e597251c78681e39b5cf7dada50f56ef2a4e5f8ca66ef729b172eb081d0d

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eff9e59f4ac0341d14426b69c42e042a4086b03561763b42feee3f89ea060091
MD5 db2be51cd6538614e9fbb96ccaef76a7
BLAKE2b-256 17047ecf93ca63e1729f4da3e36b2de4f6bb9685e6dcda84588cc6a727e13e66

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99ccea74e536bd3149f16c156084fc063a0de4afb8bd06880a5ada3d13543605
MD5 f39d640ee4133c8ec44101e66a55ec24
BLAKE2b-256 88cf117790bad59489cbebc979fa999ed1989fd840f7d32dc8ebee29416f6758

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6c25f7e0326e0f5eb8c12dd5189c83bc2d1bd6693febfed9f7264abdda958b3a
MD5 996a8d49922849a5835fd4a92d3749bc
BLAKE2b-256 7aad7227e8c1d3bee69460f6918fc9699951c236a679985f6873e200bdda8a95

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 765b8f22ae4c910ef3bff6a43e87ea7f370d8d624b099918783c155236cbbfa1
MD5 45332795522bba17e5973deb7cbbef83
BLAKE2b-256 fafac88de64b2afa17b1a40eaf729cf808616a97a8dd7c401d1776ccfa2dd52d

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33450d9af1e71217853faddff4841a83e696569012b179a483ad46d26397e7a9
MD5 b0f1b36471381e5b05883cf9879c2409
BLAKE2b-256 41a7c4121d89c6bededf0c9a0eb48df04b1138c8062c33cfdc6addff8ca5b63c

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5300a9caa713ae7271d705c3b365b93e64eb2100f08c12709eec4f210d04fe82
MD5 26544fb969a79f009cd5c53c6df83a66
BLAKE2b-256 d14a750a2de453da8a614f1971975c2c8bb12a2da5fe454af4f7c140a128099f

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f01d1b2efa1a5aacc8879ca0f89fea5bd62fa3f0c75d40b461104e37e4321f2
MD5 98b1fbbb454bc1af7ec0b3e7ccc809bd
BLAKE2b-256 9b3bb99912f55c7fa4f488dfa5c0b6f0fcc733447300b4bc21f5d4b4a8b0afbe

See more details on using hashes here.

File details

Details for the file cityseer-5.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2064e29291da68803b6ebd25b4754a5ab5dd5f289e6c0ff889660e64f0e30f1
MD5 06d06b7a2ad2a23a893194fb88b3cae5
BLAKE2b-256 19f6e1949e3b77694c10253eadd59aee2da0e96c81e7735ab8b5be3d41690dae

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page