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 and mixed uses, statistical aggregations.

PyPI version

publish package

deploy docs

pdm-managed

Code style: black

  • Documentation for v1.x: see documented code per tagged release v1
  • Documentation for v2.x: see documented code per tagged release v2
  • Documentation for v3.x: see documented code per tagged release v3
  • Documentation for v4+: https://cityseer.benchmarkurbanism.com/

Demo Notebooks: https://cityseer.benchmarkurbanism.com/examples/

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

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

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

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 either shortest or simplest path heuristics on either primal or dual graphs, including tailored methods such as harmonic closeness centrality (which behaves more suitably than traditional variants of closeness), 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. These can likewise be applied with either shortest or simplest path heuristics and on either primal or 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. See the Graph Cleaning Guide.
  • Numba JIT compilation of underlying loop-intensive algorithms allows for these methods to be applied to large and, optionally, decomposed graphs, which have greater computational demands.

Development

pdm install python -m ensurepip --default-pip brew install rust rust-analyzer rustfmt

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

cityseer-4.0.0b7.tar.gz (52.7 MB view details)

Uploaded Source

Built Distributions

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

cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

cityseer-4.0.0b7-cp311-none-win_amd64.whl (431.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cityseer-4.0.0b7-cp311-none-win32.whl (404.8 kB view details)

Uploaded CPython 3.11Windows x86

cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cityseer-4.0.0b7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

cityseer-4.0.0b7-cp311-cp311-macosx_11_0_arm64.whl (575.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-4.0.0b7-cp311-cp311-macosx_10_7_x86_64.whl (598.4 kB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

cityseer-4.0.0b7-cp310-none-win_amd64.whl (431.1 kB view details)

Uploaded CPython 3.10Windows x86-64

cityseer-4.0.0b7-cp310-none-win32.whl (404.8 kB view details)

Uploaded CPython 3.10Windows x86

cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cityseer-4.0.0b7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

cityseer-4.0.0b7-cp310-cp310-macosx_11_0_arm64.whl (575.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cityseer-4.0.0b7-cp310-cp310-macosx_10_7_x86_64.whl (598.4 kB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

File details

Details for the file cityseer-4.0.0b7.tar.gz.

File metadata

  • Download URL: cityseer-4.0.0b7.tar.gz
  • Upload date:
  • Size: 52.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cityseer-4.0.0b7.tar.gz
Algorithm Hash digest
SHA256 5ebbcf1ab96ecec6b4fa39505f718f7cfcd1816cffe09a8da4025d45a274ba90
MD5 d248d9fed6b60c38f96ba3c89f7fa7fe
BLAKE2b-256 91942c96618e6b5583de272955521e1bbc14f9e9e5e2f455ae494da66d040c79

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14ee0e402b58b4c89d8ce363040bf9f6db32323f622ef834ae21fef3c192c719
MD5 65c2f6a6405d390f2bbffac74199ae8c
BLAKE2b-256 364f94983363c5915d51d0a0f9e8358ff72e9d0df38fe9fb582af3da35b03653

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bddcd4773494d0208bcd9a8d015c9bdd87b28995ab94c75b31267269169b399a
MD5 d6a60fd4bdce60f225216eaa3f18c619
BLAKE2b-256 b9f25b5cc55da741d4a35241f6f6c5ab003fc29483bc4acaf7b3940f05585bc7

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d4deb2921e2771cedbb1bdc1080b5026429c8ef6dba3495f4ff7a09c95ad153d
MD5 a79bbadf639a1fdac83ebc5b1ababbe8
BLAKE2b-256 78d08b8167cf866706b7bc65a640f4477da9dff90b50dac7a1c95360906eea80

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fde27b84146531f37788dc4f068e319b69d008e35b58b1cc99d441215f5db228
MD5 daec2693eb51e86e40a909304b74f016
BLAKE2b-256 81cfb25dc152c73cbd8307e445059afa2bf7e18d392ce739e9ece3be3bc5a464

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1f547a73833c8663eceba351c67f5ad8ae82265f5cf402409bb8e16ecb2dd50
MD5 683b2b6646d0cf40c86a80537ee7237b
BLAKE2b-256 e49c3fb00e98d8ea7a1e2c8ae7606aa8ecde9c15baa56274dce1cc094e01f3c7

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f1cc773f7c27f5b5591fab6f75a100354afa649e6947f1809b507be45091bcc2
MD5 e4c172198d52bc257fff65fd3a27c7a1
BLAKE2b-256 b66caef868310a04bc34ae624227a9916e5d1e163145ee880ef003b9835c8eb2

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-none-win_amd64.whl.

File metadata

  • Download URL: cityseer-4.0.0b7-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 431.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cityseer-4.0.0b7-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 c9a260e6b04e5e2d45f359d1c90f3dde87b76019d6098733919de8cbcd106b99
MD5 1d29beef222491a2df944fac70232999
BLAKE2b-256 524e986241ab3e96deaefa855052313fd6b293bf8cd262ea5f999e57a8ad4887

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-none-win32.whl.

File metadata

  • Download URL: cityseer-4.0.0b7-cp311-none-win32.whl
  • Upload date:
  • Size: 404.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cityseer-4.0.0b7-cp311-none-win32.whl
Algorithm Hash digest
SHA256 7d6bf6fbe14e26a637c821e4f0dd06315c122e4a495d9efd4ec127237c43286f
MD5 fa2dbd116d4eee553ef5e9c2cf27fbdd
BLAKE2b-256 32059837fe6b602534638e75a944ea85627300895625fd432d3ee9c28cb7e059

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a1ac7840b8f9d44ca53bde5849b5964380eca2eb4b8b3eb137a3681fb80ab2d
MD5 b1a88a6414106ae4eb47a53a0ab47bbd
BLAKE2b-256 f1e90c45d1ab8e54e6532e2d33ae4c8a554a48fb6f9aaad4491659a00679bddd

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0de6ad57f7f6d4270c6135b9d683ef29a1a349647ff2ebec848d0a900ff7b2e8
MD5 7c64eb92e9e7c068a92ad98ba2148904
BLAKE2b-256 07162701645d95ee96460352bbea6e599e4822534c58aee2e228f788b95409d3

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4392eae2c00aff1921e0e1634dc091164006b484cf8420cc356e907b6358bf5
MD5 bb64d58cd5e5f2ce65750bd2933a1248
BLAKE2b-256 3e73fd1569a1d12e029274b354b9d988a9b7876321455b8dff23bc71b1f13b44

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f74705481f8c2ad219aea2af9b3399fe6391b8ec4c03d3c10f29465968b323b6
MD5 ccde5879759d9603d1ae28115db310b9
BLAKE2b-256 79ef189aa93c1e491c53cb4e4c32688f0f477acf95094ef0cb3f9cb2b13b4b5b

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e56aec0a023360176b42f37dd696f04cd35119cc51c495eadec08132ecf545d5
MD5 643af2285d5219b0cef47514e6afb479
BLAKE2b-256 ce8ba4baa495816616271291b63771895c360be8128b891f8acec9bdfc36bc96

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 47f43c9d6319efee9f8e9ab67f30944deb35fc8f3b891e7c2bab384193b7ddbb
MD5 065b24630b12a0b67ee7b882267e575e
BLAKE2b-256 866183f6ec624739f11b734cdd977beaf91fc1ec85b9ad7a7436cf4ed4cb49a3

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d673adf24223a7ba0331cf5b0a6a0279522fe647f87b22caaf3a0cdd3c6cf201
MD5 20e32c0b96d02e44757bcd414a91aba4
BLAKE2b-256 f17d3b48a3fc36bbe4c030b93e68f6c21bb2515cf939e5a8b601a6992d3e4cb3

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bb94c82baca68200f5e8f56374e7c70dd3957752bae32c93d88faa0f03228147
MD5 8bfb1a14064c5a3e05ae4fac8366ea14
BLAKE2b-256 04d0052d822c42acfa63120ecd1e6d5d95c39ab5a0f8ba527d34a041ce08098a

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-none-win_amd64.whl.

File metadata

  • Download URL: cityseer-4.0.0b7-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 431.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cityseer-4.0.0b7-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e6bb6b98d6ba444a2f317914ded57fd2c9bc613c7266a6f1ac12af1ae1df9310
MD5 150789961f77ec82b0b3702548594bce
BLAKE2b-256 0d4375a492623bbbfad77fa338b5cb774ec4b4ddcdad45a5f4b1d602599ce777

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-none-win32.whl.

File metadata

  • Download URL: cityseer-4.0.0b7-cp310-none-win32.whl
  • Upload date:
  • Size: 404.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for cityseer-4.0.0b7-cp310-none-win32.whl
Algorithm Hash digest
SHA256 045a553f83af1afc12bc823dffa48b14d9f1436033a8b06de489ecbc5e244c19
MD5 f6c25c080e7069d87e47927d822e00bc
BLAKE2b-256 ecaf30d639c5eca1cc72da38fc7edb05410eabda20c5e62e9e50aaaa7129081c

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 951d9af237afecb365f789cddc7ef9dfeb66c0639779f7a23fab27ef2865b99b
MD5 3e5401fa789e61916fa600c7c9b2cabb
BLAKE2b-256 f708341e1e2d325fd1a3556120ef93808eba376eeab16e2813fd7e6985afb13a

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 250c260a44302514a81867efcf876eeade47839f6e2bc7cdeb0d0cf371f71a8d
MD5 be6160507c58adb91830e9f9501c5cdd
BLAKE2b-256 a807e9a6bbf0ccc49ffe6f9778f15677bbad65d5cbce0d86617b1d0afbe65380

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10d59e6276bca0c8fe1d90f67f2120d013e3b2f11d498e44d5a766e860079e55
MD5 c18245ea293670fea43ad2efac8a0c1d
BLAKE2b-256 9ecdba9e660bb1b15d564c5d6cf4f219ef075317c17915da5760837f6f071333

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eeb05840d4320aaad4aa9df45b0b7ccad9c3992143619e3e3ecb8eb03883d169
MD5 46d7ce4317ad6abbc3765e2a4960afd9
BLAKE2b-256 b28e027aa3304aebf1446d19b1766b9d72d98002fb5092dc9170ea31759d656d

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cfc48384182ef026ac21556d3cc0f4d34b5947bca173b920e91e958d1c46362
MD5 a1eb689be39ed5695a96176bb2428850
BLAKE2b-256 e4ed246060cba039ceeb506d2cffa26a46eb21b55e423a5ac1eb1b384c2e7134

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 357420416a93147335823717577a374393594aeded56c969011dc9981051b94b
MD5 74a305c7fcaa005f3d12d9d388294712
BLAKE2b-256 25d237fdc20e7389219dfe8ffdaae5a0afec7ae3920500efa4a4e9e6a37a30aa

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b1cd7bec0280cb8ad75098d58bf51663424b50e6fa0fa513d165b034d11d542
MD5 eca2a925c56366b0ee4229e2cac51742
BLAKE2b-256 9e7c9e4617518a8fb77a37ee53aa80f9ba1af3473e3728ea651c9deb1be66672

See more details on using hashes here.

File details

Details for the file cityseer-4.0.0b7-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.0.0b7-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 905ab8df32eaa3fd1313f3f6d65d013e8e43aba7b695d1f21fb6f9a5a0828db6
MD5 04ef5b61c139d4c1735a350a3027b9fc
BLAKE2b-256 a36c26ac5f367bc0abafabcdbd97c6b46f885eecd708a6cc0e04f55b77f3ac92

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