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

deploy docs

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

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.25.0b24.tar.gz (175.8 kB view details)

Uploaded Source

Built Distributions

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

cityseer-4.25.0b24-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cityseer-4.25.0b24-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cityseer-4.25.0b24-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cityseer-4.25.0b24-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cityseer-4.25.0b24-cp313-cp313-win_amd64.whl (831.1 kB view details)

Uploaded CPython 3.13Windows x86-64

cityseer-4.25.0b24-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cityseer-4.25.0b24-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cityseer-4.25.0b24-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cityseer-4.25.0b24-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cityseer-4.25.0b24-cp313-cp313-macosx_11_0_arm64.whl (943.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cityseer-4.25.0b24-cp313-cp313-macosx_10_12_x86_64.whl (979.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cityseer-4.25.0b24-cp312-cp312-win_amd64.whl (831.6 kB view details)

Uploaded CPython 3.12Windows x86-64

cityseer-4.25.0b24-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cityseer-4.25.0b24-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cityseer-4.25.0b24-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cityseer-4.25.0b24-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cityseer-4.25.0b24-cp312-cp312-macosx_11_0_arm64.whl (944.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cityseer-4.25.0b24-cp312-cp312-macosx_10_12_x86_64.whl (980.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cityseer-4.25.0b24-cp311-cp311-win_amd64.whl (833.2 kB view details)

Uploaded CPython 3.11Windows x86-64

cityseer-4.25.0b24-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cityseer-4.25.0b24-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cityseer-4.25.0b24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cityseer-4.25.0b24-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cityseer-4.25.0b24-cp311-cp311-macosx_11_0_arm64.whl (946.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-4.25.0b24-cp311-cp311-macosx_10_12_x86_64.whl (984.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cityseer-4.25.0b24-cp310-cp310-win_amd64.whl (833.0 kB view details)

Uploaded CPython 3.10Windows x86-64

cityseer-4.25.0b24-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cityseer-4.25.0b24-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cityseer-4.25.0b24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cityseer-4.25.0b24-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file cityseer-4.25.0b24.tar.gz.

File metadata

  • Download URL: cityseer-4.25.0b24.tar.gz
  • Upload date:
  • Size: 175.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.0

File hashes

Hashes for cityseer-4.25.0b24.tar.gz
Algorithm Hash digest
SHA256 af58095988a721bb6f2b6e455b6edf66f332a06f8cd5e601abf9cf52c71d4163
MD5 66b6ecb72b75782c3b46e366a710da6e
BLAKE2b-256 2c57bde9b926cbbc892990ac16d38d844d9fe5f4fa255d0a61cc14ccce9d3910

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa3cbf35fbaa9f84d433926c29e7a1be4a6457cfa47ff2c27ff3ee77cc02da49
MD5 105fe75a4144545f8aa8cf8160058b94
BLAKE2b-256 f488756b13adc87ea977f22c12e3dabf3d950ca3078110dd4d10b16693ae3e01

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 014aad237c916a56b17f52ac5dd0f522654b601166446f482ddbe847490b7578
MD5 dc76d21d46313e8c0a5751e7d1e076d7
BLAKE2b-256 6509afacbed8e9fa96a92ed83f81bf9848658717c34f5a0a4ebd3a794bc3a23d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.25.0b24-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7487f04d282c8aba73a7e4d5ed4427a0ff95dee604cca11edc81bb069c2371fc
MD5 30fd1ec33826c5f1bda238295972ac05
BLAKE2b-256 cbd4670ccf88b06bf81569a04cbb0840bd54c3865fc6123e66dd69565bde4bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.25.0b24-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8267b0d540839d23017a89c795dc6b632826036136ba088e304b6d7a069576f5
MD5 5092802904c9b6bfa4a5d4178c2967f5
BLAKE2b-256 e87000cc0c9e45b5c8d1371842a9202ae237a6d281cf63ba25725d1baf329b6e

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 924053ef7d656f6cecc6a11f931002e895216d4086fb68f311396e75f27ac0a8
MD5 5ecd4083fd8c2bd90bcb5faa6317805c
BLAKE2b-256 4b3bdd2d4137387ba953b50ce25c114a785e71ad8c29f95da3daf6a603bc1f8d

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73e7290602ff5cbbd96598d7d6f552001fe286e1bf41c16c245ed930021e3685
MD5 b08f4525d2ca4f4e76fb5c7629d8c373
BLAKE2b-256 d9be95bafc3153da0452835a7fe6ab4ae92fa70d749722461f42bb168bd3bd6e

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90eb1c8bb4d5e977b2a69de767bb6c72a127bfc0fac06f31e705d59cc09eebf9
MD5 4c2aa29674160febcf9e2bab9dca4f63
BLAKE2b-256 b76e947a788dea96e073afa588b172ebaf120b4310628ee4b7e69c17568a03fa

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 938f09a6b8a383c7d268299df92aa5a55d55cbe0d2d72863f23aa6d733df9237
MD5 7009b4ef1d84dad1407084dd043eef65
BLAKE2b-256 c1fb7010b6ba26657dcba2eb0872f5193e52b33bbde2078c8916f9ba25ed6123

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 103943d06f3a4a2e2e18a1d7e32018726cc8283e422fa84287a70927de1e0612
MD5 1c419d4a11b6c6e0510ba11cb0cfa0ab
BLAKE2b-256 3460d0d3afc6d34cdbf5a087b65186a9cf8e08e8add89d95c476ab27e3e89f19

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6f327cf7437dd2fd081e68795e971a01806458266a9e9431e0e039096c7b399
MD5 66aa36f014f42e3257ff8a8aed365def
BLAKE2b-256 a935b4c72c7e8bc090fe5e45c1fc9341ffbed9f1d6f95b39d907b4a6ec9d5d78

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 139d5e5f23d67cf9a02d8b3a023bf8e3e9afae4a1278baca3fd5602d7ace3e97
MD5 7906df9fc33ff1ede144fb7a733173cf
BLAKE2b-256 ab6c74b640484aeee97175330264f50dd7273757ac9565725bd6f304d39c9ae2

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 203b7d54df77928e92095703b60eccf3f1d9cd1836cec0ed0c19b7599e341c79
MD5 371571e1d1222e087672baf36e8e46b4
BLAKE2b-256 82776fc8f6af9af36b9ea4fb19d929f8a084627d79d05650cf2219079f18fa34

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19a1e2bde4809d2689595ef74ddf917b1db30c453b35e6b2397760a86c747a18
MD5 a18f6547fa1c05f6c04492b35b043ca7
BLAKE2b-256 dda9ccc758084db84bdeff92b914d5fa480188b88700e22b0f2e4e1c9d4751f4

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e16be1b68e3016811af3a539a8089e2e13264e7fa8624711ca40ba22b4c17b8e
MD5 6c3e758f86c91b8a1a2cdcb69ad4a34e
BLAKE2b-256 da1fb48d8e86a81f307802caae152144877757a2e0055d870e3291aa095a8ac0

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2242a50b7a8c645dafc12c79b393fa26854c4c0fa3daf9f98185ca6daa47418f
MD5 406a2a88f30dbf2fc1f6d61c94806e2d
BLAKE2b-256 79af76cac6e24626ee3f355038dae7b5b3e9dfba1362bbbb3c9617f5bde4f52e

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 daea8695fd2fcb25fa1867b32ced23d32b9608ab92d24d4226fabcdec8df6a28
MD5 93af56b4c0cabe179e3e627d5f494d3f
BLAKE2b-256 d8d2d9b3bec45e7a849078f6313ba710574f79021cf272bb5962534ad5977a7b

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff07b968765da423b1331132f9b7e1cb87ba385b41fd48a9fb0eaaa2c13e555d
MD5 0e1e4ac4ea2d9026fa1f9936c8bd3a02
BLAKE2b-256 f4797c197f4cf33f6ecef065afc5dc7d166d6b0a584897bf9013a55e8e5ba2fa

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90405a35ad3817d2ff4d1de76d715cc254c91c1d36853a7ce44f674ca8f5be60
MD5 7d1379e126bc365dc755427cf99dfb4d
BLAKE2b-256 a9354c521ccf677bf80df663468480645478885f2520281621d27eefbd02f13e

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a24211e7386d3bf1de474f88cd0726fd02fddbf2add12f824bdbfdca3e799cd8
MD5 048a35021140ebb5a1035fd8bb08c9fc
BLAKE2b-256 eb090eedce04c3934e150041a9e2532cfd9ba6b0397b59fc4384653c8b62523c

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d64d3ac027bf82ccf725589ead92e973588a147914230c92c3f2e5cdcf01f1d3
MD5 63ed102c03dd763785316f08cf68c618
BLAKE2b-256 21578caea33d3f3a88531a85cc2af21e16c2034fd6e8f488ba41f3554b6543a8

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5e730d24a946c73b65abf149404d3d168d86525b90101d53cce909496bb2264
MD5 b6e630ea303bba4f35610c33d7560fde
BLAKE2b-256 3758305b5b5a6700a8105b4c7cd3dfb4258e8cc82eb1c9bac2b2c2d424ea1b17

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04b0d030a127bb2ab3e7fe4fb8ba460c8f44ccb6955f591cb324da974c066b9b
MD5 334679a4972a628b58c93ffcd94aad29
BLAKE2b-256 96a7d4680986481604371bf6b5c66451b114762697aa8b59592be6862d7c11ca

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68b0facfe2683c7f8a368de29c9a804b6e7341d9789f9c8383b2f7dcb2a9027e
MD5 a1dae1a6ff832c9d5ccfa95e9034d660
BLAKE2b-256 5ed4cfcde604a5edce2915ba3d7392220fba912fca4040e92a6ca8553119924b

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f9a3f74d88ff7a3de9818e9d4ab7e563911fd45aae5718204dd63a4dc71bc37
MD5 262c86e88020080d9ffdc69b1ea01c3d
BLAKE2b-256 e9379c24970c302d82af1c879c28e3f1e75ad23a0212dc6eb4f4aa5c7bf4e74d

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 431259e7d765e7425a3c86715dc4a104eb470bb2e66c743c455b738b80f481ca
MD5 72eda84f0950cf9ea0b06c7d8bafb316
BLAKE2b-256 8be9facc2328f07a2575cdb46ffb44a7e6842482843b93adf8b8a4ea970ae301

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cd8e35707df5431ebcf842cd4a0927fc5cabb7647c49343d8f0bf7310d3175f8
MD5 576bcbc3326bc3f114da71de3fc5ee38
BLAKE2b-256 f0411bbc929a03a0874e38dcc3c79df275c2dec27e184a2e43fce867ae557c03

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3aaa935af1ac1e655ef21ef21beddfc5e78411735161c6ae98e3f26392db69d2
MD5 bec1393e34f54b56e353c053dc1043e4
BLAKE2b-256 44fa733a6375f1030edf343b85e4fecca6bf3c8acd4d0c8d9983e08e1d3b482f

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea328e64919cce7db512547280bdf1c08cccca261e8b3bc2b2d76b9eff745415
MD5 ed4748ef1577413a702ec714539d630f
BLAKE2b-256 96c40a3eb2e311674d8864bee5bb082ed7e88d39c0d265a3f788aafecf6ead50

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7ed25abda268aef269ddfb7691e0c7e152feaf99c4b7656addbedb13226f29a
MD5 29db1aa528da24dd03d81343c0e6f37c
BLAKE2b-256 fad2998e4cb22b4c1782bb1387dc00dec212e9c66f4af041ade684c6ef65b45a

See more details on using hashes here.

File details

Details for the file cityseer-4.25.0b24-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-4.25.0b24-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ec00839e7e9db06c059437ded770076c6a8481416406164554041a9407a056e
MD5 6ba2969b1a071b13092d593fd3f4417b
BLAKE2b-256 93ae34e085125e84812a6bbfd8b1bb4c1023cd3c1d6bbba804040351da59b08c

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