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://benchmark-urbanism.github.io/cityseer-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.
  • 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.

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.13.1.tar.gz (8.1 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.13.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

cityseer-4.13.1-cp312-none-win_amd64.whl (443.0 kB view details)

Uploaded CPython 3.12Windows x86-64

cityseer-4.13.1-cp312-none-win32.whl (411.5 kB view details)

Uploaded CPython 3.12Windows x86

cityseer-4.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cityseer-4.13.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cityseer-4.13.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cityseer-4.13.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

cityseer-4.13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cityseer-4.13.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

cityseer-4.13.1-cp312-cp312-macosx_11_0_arm64.whl (553.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cityseer-4.13.1-cp312-cp312-macosx_10_12_x86_64.whl (575.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cityseer-4.13.1-cp311-none-win_amd64.whl (442.9 kB view details)

Uploaded CPython 3.11Windows x86-64

cityseer-4.13.1-cp311-none-win32.whl (411.7 kB view details)

Uploaded CPython 3.11Windows x86

cityseer-4.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cityseer-4.13.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cityseer-4.13.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cityseer-4.13.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

cityseer-4.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cityseer-4.13.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

cityseer-4.13.1-cp311-cp311-macosx_11_0_arm64.whl (553.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-4.13.1-cp311-cp311-macosx_10_12_x86_64.whl (575.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cityseer-4.13.1-cp310-none-win_amd64.whl (442.9 kB view details)

Uploaded CPython 3.10Windows x86-64

cityseer-4.13.1-cp310-none-win32.whl (411.7 kB view details)

Uploaded CPython 3.10Windows x86

cityseer-4.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cityseer-4.13.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cityseer-4.13.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cityseer-4.13.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

cityseer-4.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cityseer-4.13.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

File details

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

File metadata

  • Download URL: cityseer-4.13.1.tar.gz
  • Upload date:
  • Size: 8.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cityseer-4.13.1.tar.gz
Algorithm Hash digest
SHA256 754fc5f102a623313cf248a6c8f720a38d0587c89f659055715778ea7df460e9
MD5 0d8cbcfc2e49f7b119636366551bbe1e
BLAKE2b-256 776f0ba584cf67e4477dc116ad2a4defbe716b372a8c8222c2cbead7b23da960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a35fbf885bb8c318309b69570a0b65fdeca9131e140f35e1e25e2b82eeb134f
MD5 cf35cb6170edee4b35035f24bcfb376a
BLAKE2b-256 92843a84e146c5adc621058e7271428059bef9354e55ad795d00964061239d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cce5c448dcad5ff9839b14b6970a767371104b4830dace77f45f764638c60629
MD5 fd4b953625d984950c50544f95652095
BLAKE2b-256 48296fea9db276aa4c1a740705b360b1219ea6e387fd5ce41ba1785e7fa7a056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dcee1a00edec9d4f1b1b33bfeb226f57eb2a4ab145c2b2b8104c559eb15e8fa0
MD5 70bb7c8d3013c09c1c75536e0dbc5a62
BLAKE2b-256 7e95a408d9ecf7d66f0e1d720fb907cbca4b005dfaca03e0b2b9a1babbed8432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86a70cc294ac276a97476a2a8864e5c860c6500850632497613284406f174d4a
MD5 4c90b63ac3f2f227f43200de5c8b8ef4
BLAKE2b-256 cce5e28220aa0fe82c6f464f0f6fa0cb7592ddba5f5c2ca1cd60ec26ba4f5d93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1095380ffccec38e0cafdb1c1c6a456fadd61e5f081019a42838e186eb3685f5
MD5 b219ec6777d4d82a2def559f78773cb4
BLAKE2b-256 97e172f09ff0309083df6c82d1f7c40a15e4bc3c5d31bfde7f9db5b3d2ae7111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0218e9700ac0097a7066d48682573b22d38519956dad3e2986e66ee42f5bbe85
MD5 162bc32363e91f597d8ce5ce9ad663ab
BLAKE2b-256 8cea8b876eece8045e225de92d5c232a3485dde6aec6a4a1594f672ff2a39f28

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp312-none-win_amd64.whl.

File metadata

  • Download URL: cityseer-4.13.1-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 443.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cityseer-4.13.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a5b6de139a63df02b3c473d34d6f46b2b4b5823f6265102ba4c4df722a016028
MD5 8c809d9afcc0fc5ca52f81419d949bdb
BLAKE2b-256 1ff04089babc7c6f100891276576d5012887dd79a789a3a21ef8bf4bfd4e2a28

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp312-none-win32.whl.

File metadata

  • Download URL: cityseer-4.13.1-cp312-none-win32.whl
  • Upload date:
  • Size: 411.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cityseer-4.13.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 941418e970a54673142eb4b7ebd86b76ebdafcdcaae6b6cb091b99cf6369c693
MD5 205b50def26a20ab82239f9cff5ac2ca
BLAKE2b-256 6e1a8cb2bea492a3cfba603aa2baea88bc7832b87960c9dd6e7dd549514e8490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4092c4f3d81100537911b459f98a63fafd61177108fb2e847fc1526334ad91db
MD5 6fa60d01e1861538c0fa4c7fe0ae7a9e
BLAKE2b-256 79c3c7bba8486c4c32bc80b52ae3792ca74573af6979c1e0b3d6b49ed0b51e50

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1d0d62ec42cab73e2a96db69da18e778d43e92ba3edd274a129873c332375ad0
MD5 34047d887d6e78539be73509efce373f
BLAKE2b-256 c92b3f0a782c1261a096b6507795cd90c0aea7af52bd9782e045bdc520725ee0

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f3e20df7c4decc74d6b76a03c21f564e62263b2c1533a3f65eca6d3f4790d61
MD5 82b80c422b8ebe9e3fca031006b72ed3
BLAKE2b-256 ab2509af1595cc2f1476992078fd2e39695cedcc5321d363978a136c388b344f

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2763c539e87b47757ba1b772885cab5f26bc5303796223ec877a6868bb9d960f
MD5 8cbbdf3385d5eebff35aefdff700638a
BLAKE2b-256 2b08dc83b26ea72e22a4ff7c552ea5ccb0801db2e1276e0ee7e886fbecc8fb02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 279c71626d3699820c5d4c77b869841b5a608d2541901d2cbc150b3260fd6a05
MD5 f6ba10d49a22acf63cc3de1be4297b2b
BLAKE2b-256 47b683054589f7c4bd3c9f16b871474b9161e36b2089a6dc3032c0b89dc36a44

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 818bb5a4c9058e8fe8cdb453701c28f8606533cd7ec65c0cfe2d97ced07f4124
MD5 223ff143f9c2c54fb5442a987e2e7215
BLAKE2b-256 93c9e29df81cfa83de09108f431547fd4245d6e34c741f4c965fa361b75c949a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a32aeee987d6eba95e2c11f6ee54a99331f9f302142fa50d29c1c06473e6e71f
MD5 1e3068d89a02e56a671ec196132c1563
BLAKE2b-256 a4edaf2dd696e03b7ed8c9253735776a9f9d2dbd75ce91290a2f017e80744213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 414f87a7a23f315b221c115e47342f2bc8f9246c4da0ac824d9790473c20262d
MD5 36e46bc4d731981e32c35dd85bc4c21d
BLAKE2b-256 e26d6b35a55d01ee908759d311628235508ec3033467647a0334725c45e32fc2

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp311-none-win_amd64.whl.

File metadata

  • Download URL: cityseer-4.13.1-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 442.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cityseer-4.13.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 0e1fe724269dc026acb758b43176bab29e52bcce7835c5461a6ebf196f630e1d
MD5 ceb6f50bbeb97bf93bd2e3940c4ae5bb
BLAKE2b-256 09ca1e7517f5be9db3df4a77e75d793041df2aa4d6918e23c0d1e9317529768b

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp311-none-win32.whl.

File metadata

  • Download URL: cityseer-4.13.1-cp311-none-win32.whl
  • Upload date:
  • Size: 411.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cityseer-4.13.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 ea4db1f382c7a8f2158c8957d74d2aacb930824f11787807ca0809140ded4875
MD5 4735b7d1880d38e0345e4fb8056e834c
BLAKE2b-256 b8c4fd43625b81749b55817fe153cce09ffc9878232cd2a1c81ad8fcb7f69485

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ed53d7ac6171c5b5062192d3d3246a74994633410fd7dcd9d66bf2e9302709c
MD5 910f375fa15623be61e59f24d1ca6a0a
BLAKE2b-256 edc99c4e558fdad90b9cadc47b35e5099051b596518c01acb83093dbc316cfba

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 614cd4c116a49757e1a67eee2729eceab88e18c40e7c75d974f5a519a52addbc
MD5 caa022e7bf41b4839b0d337e56486c7d
BLAKE2b-256 6ac1bc38a506d140a6e324a9a93812782575173274f61785b2b810765c061ffc

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39abca32e20f6f93a9e02eae89febdd78a5a030c744a92c2b3d53eb6459e660e
MD5 5aa5824cf94bbe9832c094d21caa285f
BLAKE2b-256 58eba47ccc690ecf5ebab189d3f6746df305b1de2cd7214fb8097aebb2b7d2f8

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1caf8f9e3da0fced2c086cd638460630373466fb29846fecd64266c40b167703
MD5 ff00a9adcd048e0b2f1d17cec5f2b4d9
BLAKE2b-256 3da7c4d74f7df4ef3b3f998b69d00ecaad22990d3b82e522e60ee9a544c3bbd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8c0f7ac7c9e0249a070592965b005ae9af035d7962750b0e66fc90f16c5842b
MD5 ad400ea8806b8202e82bdb3a01c2927f
BLAKE2b-256 a41780dec8d04e583bf30b0f7c2dc34e2dfe6310cc468646984e37f3a8c7a6e8

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8ab956d1ea8af0a1237e87a767a8eca9825df7fab7419bf155b3b5c996ea501c
MD5 34affe8608ed5b323f36a2e2efbd48a5
BLAKE2b-256 55a5a76b7b6bbe8ecd133fd35d8e80c6dae7ae54d921f8e19eb2ce1140273e44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ece79870ed95e448bd84d3524aeb33eb4c924653f72c92996d2799ec08fc7abd
MD5 69343603a5658dec0e5c8924cf66ff6c
BLAKE2b-256 caa84fd8575aab0486403096b526c20cad0e4f4e8221381451b5bbaa233a8a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2591d8205f23a2e37c5dc2e204e588c54a68aaafc15803f9a743c3cef8fb0be3
MD5 ab1e05062c2d8a59ce0b050358eb9641
BLAKE2b-256 ed3a346b9b209c1c3b719573cb84507f5721c2377ee5a9ce9b19376cff385fc1

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp310-none-win_amd64.whl.

File metadata

  • Download URL: cityseer-4.13.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 442.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cityseer-4.13.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 aa39477ef2d0ac98f02e3447a1dc223f6e0b19b2edaac2c52261b15a340a4dbe
MD5 bb5c1668447b7e946211ea86c5d7b570
BLAKE2b-256 359d129108988916450c8865b8c01bf77038f36e72f38f9be029c4607b85ae6b

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp310-none-win32.whl.

File metadata

  • Download URL: cityseer-4.13.1-cp310-none-win32.whl
  • Upload date:
  • Size: 411.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cityseer-4.13.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 e473d2182d1e6e23491992d4291bada3e96d0c8b51f604e9a5cc89a313374d4d
MD5 e678a57c4b136fd5a03ee307ee5a184d
BLAKE2b-256 add4a12c7bee3852937841be16479935bcdf41cb82416fcab3e5a691aa623978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a7a9f9aba0c3b89bc56a12a0ea98777db3ee26665686a47c95e463c7d28d96a
MD5 93011daa9c79373d9b4096744038e5ea
BLAKE2b-256 047a93c9c3db5dc2e1135ff403271573f5f89ce9069a0a8e2c8341d0592fdb0d

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 133e15db94f90deeb9fb3b486e56e72e9d3e9461a17e061c4847cec625954cec
MD5 ca577b1d9176ba055f646b1fa6785c7b
BLAKE2b-256 c3f36b63ad2cb0cf7b037b90d83722643d9eacf1336b9da32c7f3caad38f1452

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f8e38d206d7f3884caf4eb28c56376cf40b0d73ec795543210e6b8ed59d327c
MD5 90d6ba4ef1d2958d3e06efe2a3be652c
BLAKE2b-256 bb98788779422eb49d6391ab2e6a9f3d9b9f46d854e1780d496184d091953dba

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a8960cd8d894db2d3ed36ae4a1f45dd65c4f3c692f97173aff3474f523b8eee7
MD5 78f0ebe9999adaf7464bcbaa88f9fd34
BLAKE2b-256 1c1c450c451f6e69caeed0fb5855e3493dfdf623497c05866c0b8332b872f6f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6b994c15cc743a4f88f111335a391f1aa8fe0bbc7dfdf981cd4315e852f3ad6
MD5 f3e901dd78c684caa8211cfbe941e868
BLAKE2b-256 2c72e22fc4b9783553e38d3a0c077ee56f028e72ae02f23c8dc91a0b7c150ba6

See more details on using hashes here.

File details

Details for the file cityseer-4.13.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cityseer-4.13.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5c89e9866539cc8ba1693eb8adf469327399e5c929d324758d46c2c81feeedda
MD5 5e27d358dfaea84af1f6f14c1f4145cb
BLAKE2b-256 8576ff41c46dda3b2a8010ebdf424f81b91b3a7adecab9924197ce7415127e66

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