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.1.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.1.0.tar.gz (186.7 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.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

cityseer-5.1.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.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13Windows x86-64

cityseer-5.1.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.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cityseer-5.1.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.1.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.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

cityseer-5.1.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.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cityseer-5.1.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.1.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.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

cityseer-5.1.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.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cityseer-5.1.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.1.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.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

cityseer-5.1.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.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cityseer-5.1.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.1.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.1.0.tar.gz.

File metadata

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

File hashes

Hashes for cityseer-5.1.0.tar.gz
Algorithm Hash digest
SHA256 062c866a785018864798d95c88e856b429a803ce4936c3748313b15160b236aa
MD5 c0eb9bf5c5ff6f469a029c9fa00cea2d
BLAKE2b-256 6786d1bbea8c23fa89911bbb26434f7ec0fc6e29dc3e6044610e4e7f4838613e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4249073189005c55b2f50dc1c892a2d4e2a7d1197ddfeda1aa018bab57c51067
MD5 7bb7e4c4385513381838b21e75956b65
BLAKE2b-256 d5a88b42e10e3c529411b5f4742df5b9fbe85d72c756b02608ce077533bf7fd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b5625a7e42088efce241dd2a4e249e49e55a60af25b3be6132e4c80b44051a0
MD5 7aeed2537f791c02a83dc400eafedc2a
BLAKE2b-256 09f8ebbfd964732adc8e6bc6caa6fc38b9272fd50f5c0e1afa98b41e71c2541d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 902dd69c6c949788a9be7924a928f32ddbb48be66ba638c1084ba5dca0f20910
MD5 367d4c83a176d9c5a963e9406f533b77
BLAKE2b-256 9bac635bb6763e61f17421d2f43bb0e63c1395eae3bf70f945faf7003f1424cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1267f23f18c8f6a9315a9b035f01deb3036d4165ed7702b95ab8968a33d5f29f
MD5 6878db463c108edbfcd2ca2a6b311b5a
BLAKE2b-256 fe37229b368c31641384eebfce583c6635b669ae252e0add532a96343cc83d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1eb3bfbfcb81a2b156a7548d04edbfb58a2291a67e4c453a244d2b550f344c20
MD5 7713a72e24ec81c4e684aa083e5eb40b
BLAKE2b-256 4a468fd99c5ff0814c86226b1709d232e5a5242c481d490c494e16c165a5837f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0351c6dcd763a664e6711720d4201c9b2a1b68e8690045f1e1c669c5ae7a1e51
MD5 fa04197e26ad7071fa31210103369696
BLAKE2b-256 53ebdb78159a90fd224b50986644741f3b21ba46361cd0903607e852ccbc076f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0c1eac49bd51db7bf08a29589176e064df3e214442e5dc29d7aa2e5fa9c4b8d
MD5 5f608fbd3afd55681ece52c5abd84895
BLAKE2b-256 2d9212db06d3bf9ee3f1ab128ec33d31e8004aa1a24ab586aa04ed79e5f49c4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a189f2f8d7a2e7a4d52f7f487607cff80cd7585f7743efc7eb76e539e328204c
MD5 316ff65b6f9cdf14290152bf1de9c3c9
BLAKE2b-256 dd25b74aec367ce460ec0bc849a8e9099e346f101081f95c14f1fc887ac69526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21a2242013cdbc9866fea61bc317aa50a30b7513445655409be232edd535812a
MD5 a6aab0b1975b8462288817ac9725d36d
BLAKE2b-256 c279fd223138b0112b169f183189ec58070c94c255f9ffea431ec59e5610e3ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12309f92302bea44d88eefe93146ac9ecb823f5d4b63938ff2e3107f135f7441
MD5 bd0b785c06d999b582dca2b83365c7fc
BLAKE2b-256 fc6d18136d9f36a3db6dc58b0b6b4fd7fdeee01cdc27b61a463900b254f078be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 24093137c8c3f0910f215452af12209c5330139685e70c7496df8d7f4a580751
MD5 237c3a933668f2b5ef24492ab645490c
BLAKE2b-256 3772822cb1133007a8449cbce92ab6cf8e039b8339df2e2843d8d93bae555814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 267eb004a04e77e829f5665ca0f6f8fc9fabd66233dd085a2f27d47821c76b30
MD5 3398257cd6c5eb32c9ef400af8458157
BLAKE2b-256 59b6d9e933f1367b716972b76ad47bb9e7d51c6a67086c208ebdfe61ddd18d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47b509b5b00d9442588c5ba384f8733de2c5730f2ed3773ace39a5de7c643bfd
MD5 99aec19a1e4ed68e661bcefba64606e7
BLAKE2b-256 6b5f5347f61938b82e6915f5434bf23c042b333aa9c7f222e296a1fefcdc382f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a278490d1d127e496f8681a80880a9b3cc60c38ac126ff315a49f5a592cf879
MD5 a3723c3a0af38a9871ccd49f75bd561a
BLAKE2b-256 f00e0f5287aa71ff0bed6fd942acbb265e78a3d1f35c2a1994ba389347e2d3b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0631858e9f1abdaa65120aa47212ad41d5de982e467fdd6fb3d25cc958ac40d
MD5 9d002a8a77e270263f9d23b4d2c34a3f
BLAKE2b-256 feebc8a4747964cf84ab3c6a60ad68511150c04978c75d46944bf3958af04f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa59a4044c616b34c022144a4f61beeb26878efde838660c00a43c1172c01f6b
MD5 a389919cb44bbf61adf9fec925f4b725
BLAKE2b-256 b1d926b3ba46b7c0dbe8bc7089fca21e3b660afaf7608aad8def67097f0b17dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 840128df5da8a4c364da18385720629e63476a1daa9086b929223f13ce0b0555
MD5 ef6d782dc18633f0c92da451a3d76bf4
BLAKE2b-256 937baf97b3cd045a640255c3408df14bd5f0d01b4486b832dfeed6174e7226fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0fa53bbd725df46e5986bb8da6989f29ee65cc61906a83b4394e1d101d4b50e6
MD5 f69dd943683711bb91ff6c16d56691b2
BLAKE2b-256 851e1ffd030345628867fa49fc2001f61d1fd391ac79aa135c7cf5a822712a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 04e59400c4114b689b7f157e54faf40dcb88708452f51e0ed47daaa0f5fdf207
MD5 d3b74d95dd7ef691e335743b5d0a90cd
BLAKE2b-256 cf18741af2e7389458cf03eea4e3ee54ad09e1ea3d7c322f8451a8f552c6ce8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a4c39bad48ab7f6d1bea672bfe7b61829063671a69e6014972fbd3a5a3503f5
MD5 d83ef0ba5da46570aa3e05434364890c
BLAKE2b-256 3e32cc3a7ae9dfe9d45348653c09cd791da6e86746ae3853880e2f5af40f6f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11feec8532ac68966c751ceb946fa0713191e3fd24de9f4a59351aec9c938142
MD5 89061fb63ef1d70bea184fa22b00a7c3
BLAKE2b-256 ebff9dec5f1e9455fedca4bda62dcc9e693065a719acfa55e32de8c67afcc323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bdf220e92fe500e7471281778eeac7e43fbd0ccf12d57ebdc96289483e8f83f
MD5 f718aeb5bc14a900b89f0085bcd5b188
BLAKE2b-256 89c93b9da2c94bc18550c03c16b5ef0e26a215de9d15bd94cb265a10bddd048c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fde4bfaf1522efc475fd2adfe751f0936416995e893bdff40d453e453cec8b9a
MD5 c45445296ab060ffac8132b923aa1a4b
BLAKE2b-256 3d5194c80538b98e3c63c7634a35bef5eaced118b978bb8951f2e973f9ab50f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e37e6310bbf27148925dfe53b660b1e37fb3ae565854b4c8c47d94dfb5821b5b
MD5 6a1c3efcc09a789d120c8b61fb508b3d
BLAKE2b-256 c1ba3070b9215a55a41afde6920f2f12585671bee2776596c9f83bdda606e304

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b5649340bdef28bdf480f3827a4975e15b5fad51820d1f5be2d3f96dc31fda0f
MD5 e269361352614d7d7c986eabf7dc421d
BLAKE2b-256 17e7b79552fa6dbf22cac680d41c3c7c83329843c880ccc45879421c24d26a98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5955f5f57562f20274d8328f934b8c058db9c27ebbb6de66bf6361d87e8dff51
MD5 c612418991250bedeb754ab184f0a3c9
BLAKE2b-256 26a627805613255cb5757b8ea3ebcfed2ce80b002347e5b81dce701940093270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88d28fd0c4dac1d0ac0beb014ce802bbe1e091e9e777709ebd35d592125262e2
MD5 e96b7b51a11ebcc15cc70280c3f03885
BLAKE2b-256 c96dce6857d6ce9b1650b3b5bce1046423132f4c5fb3ea0dc370fa1f1a23ea1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70d11d42cce0040160fdad491c7870fa6352200cddbf876b379b81f521bd2980
MD5 020a3f28b128c29553f7da2d117f28df
BLAKE2b-256 ded4c60003503cd3f31740cfda474dcf425e367664427ad1432b8aae3a3b99ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 293376904573ec131fdf3e34f56989c0ec6e0b03f534e8ce0a6ef42d7044a697
MD5 f0d5addfb9813c6ce8ff85d36e5d81ea
BLAKE2b-256 e876c7a6dc2d3184faabc29a6f1f37866a41057b2260d67dbfba09933fdbb5bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8bab68691e15f0c44144f9ae1cf206f4c583e49e49cb6c29ecfaa212bdaad89e
MD5 25bc0aee055f40099ad2c755f81fc37b
BLAKE2b-256 465102ca1dbb1b9c9804ed5cfd5822d1320a3661ec6f05b8dc6c8951b21aab4c

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