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.0b12.tar.gz (51.9 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.0b12-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.0b12-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.12+ i686

cityseer-4.0.0b12-cp311-none-win_amd64.whl (429.8 kB view details)

Uploaded CPython 3.11Windows x86-64

cityseer-4.0.0b12-cp311-none-win32.whl (403.6 kB view details)

Uploaded CPython 3.11Windows x86

cityseer-4.0.0b12-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.0b12-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.0b12-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.0b12-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.0b12-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.0b12-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.0b12-cp311-cp311-macosx_11_0_arm64.whl (573.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-4.0.0b12-cp311-cp311-macosx_10_7_x86_64.whl (597.2 kB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

cityseer-4.0.0b12-cp310-none-win_amd64.whl (429.8 kB view details)

Uploaded CPython 3.10Windows x86-64

cityseer-4.0.0b12-cp310-none-win32.whl (403.6 kB view details)

Uploaded CPython 3.10Windows x86

cityseer-4.0.0b12-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.0b12-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.0b12-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.0b12-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.0b12-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.0b12-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.0b12-cp310-cp310-macosx_11_0_arm64.whl (573.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cityseer-4.0.0b12-cp310-cp310-macosx_10_7_x86_64.whl (597.2 kB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

File details

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

File metadata

  • Download URL: cityseer-4.0.0b12.tar.gz
  • Upload date:
  • Size: 51.9 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.0b12.tar.gz
Algorithm Hash digest
SHA256 5d8d72094893310f595981a99f5a003e93d998d56ae7c7a241ba73f97f972529
MD5 92309fd17a8b71ac86a6616930949807
BLAKE2b-256 f9bb2b8b7093fe071c03860a5d5b91d9693a3251869c2e02bc8f1631fb43ebce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7563fbb55e9b771297030b31821a4ff5a010504033a2e67890a507159a58cc85
MD5 aa5fbdb6c1120ea4cda7646f36e4b47e
BLAKE2b-256 0a9ba47c8b6959554a3c0d3506aa503c82cf8e2156e2b5bb519e6bbb17cd7c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdc219a6ffb0d1f1bd5b28584d37dedae06ddb7794254e42190467c5b144f3cb
MD5 dbb4add91afb4e815460131f251cfadd
BLAKE2b-256 d5ba46e342e455da5d59e1b4bc7aca2b845fdf863a5bcdf2e68e9931951ce158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35fa7ccb1d69ff3ad1a2defe2dedb074e3f07c190397ccd6356d58445d70a759
MD5 a55fad2ccbcf6a7142f21ae33558650c
BLAKE2b-256 ae1c50ffe0c8fd4e12c241b9607e7c30b8584792a09fbd3e31ebec7267b61aca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 11485affc8e253dc6acb4eaf71d2944c75d64aeb7701693a5b658b40c5033f84
MD5 4513b9aa2c77d8a8e10f59b2b5b1bc44
BLAKE2b-256 19f3d95574b8d2109e121b70b34a99eeb6431bd89d8972df62bf1e1e7eb0276f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91d4f26b56d3f40c83fb7c5bc40357620506e6219395f8a25a422b80d11bc94b
MD5 f6a0d3b18a559eb6f0048290b0705422
BLAKE2b-256 9f818e4622f39718d64729582b7eb3a91f9a6c27677378017db6c9226ece2965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7c3063653e8837f6970f889cffaef9b433da5513f611bcdc4477bc95a2222bde
MD5 92a7bc9da2bb99d98cba410a433f90a9
BLAKE2b-256 49d3d671ce8751d6a167718ed9c5465a42a19f4395bbb2471f4540b9b6c3112a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cityseer-4.0.0b12-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 429.8 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.0b12-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 e6d7d065aa2d376572696f188616d762ac91948f7d0b00864440faeca11121e1
MD5 f95108f40ef6dc90a0f58f168b822e4a
BLAKE2b-256 f6ee21e4d40c080acdd10c915ea53c7c9c964203e9a49db0c8600c9b1e16817a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cityseer-4.0.0b12-cp311-none-win32.whl
  • Upload date:
  • Size: 403.6 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.0b12-cp311-none-win32.whl
Algorithm Hash digest
SHA256 e251b5592136a6c421a5c44664cbe8cb8ba1fc56f412c610e4f6f019556808e0
MD5 fbc427891c8934b53dbb757100b5771b
BLAKE2b-256 da12b873574784b0e58c8bdadad3e3d8bdcfb736d1e618b016ef1a54b9636dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd2a22da66042a72d77ab6226db44fed8c60c2d01d141441eebb82dfd990fab4
MD5 6ed01ab7a34f039c4e0936466461bbe0
BLAKE2b-256 70d620cfe54aa2b87fda00841f3d825a56e36edd075d9dfc02314f3c0bfdcc35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 df2868ea54a37c2401fc2cf089e9b0aa78cce62b6dae6c78823437cf76d220c8
MD5 c70748c060b263d3c8078ca0a4fcf5b0
BLAKE2b-256 410611aea0b2177cae321fa6ae7a9f3b2e506c7017d33de662f8994b3a1f96d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c22100577a4b59da78517a675bedafb509fd4c77cf1588735959e1e36a6ccaae
MD5 99b7966b5f1284ed057706238155ea48
BLAKE2b-256 e8f092441deae324e76158fec0260e4144729242f1d61b5804d9b879acba8395

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6371d329c42d104434a0e8b8eaed1939eaffd091af9e0c00e5e2069ae4688ae2
MD5 276d374ecb1f94514cc6961ad378d820
BLAKE2b-256 204a628810c3bea6344053ae2cf420d9e3e09834c9b3463c0e4ad798c16581bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9f4fc1eceb86894365db8bbaa57d0a4c84fd96e377bebe88d6cb373a97e230d
MD5 09109f3bb0c6e0d25be31dac8a51074a
BLAKE2b-256 3eb586ba8d107fc3657bf046913f3a569ca399a52414d0c23a66d0888b3c13ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6a46812e06a22f1968bdad2b27a770d91352eb8c0263a1739bdf01e6e214e371
MD5 8029b55b5f2dcabcba7304ce5ad8b717
BLAKE2b-256 0716c88a32e22135553488d8d9e0288f487448361a583cf0c668761ee6624e94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 717f52c33358059a7f72e3f38396091bc663695248bb2a520db577eb550954b7
MD5 76a1f3da7cfd9e4707fa47c0eaa029cd
BLAKE2b-256 93ce1ab1946b34af9e516617bf55105155f78216718574c26fabfe60cafd5df1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 360b568cc993f2f3ebc6b55dcdf53d97955438975fbf3b0aaf7b65b2df45c42b
MD5 38c4437990b443aae6ab52dc2a1d0270
BLAKE2b-256 4f4801deb85acb6a4d4ae9f03cdf8d7bd9225a51c5b89364448b9be32ee4db97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cityseer-4.0.0b12-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 429.8 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.0b12-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 fd1160065495aa034586a8cff46882d5db1ac914e602d63fc590d77f53c529b6
MD5 9ebf82ffe45b19a18a8b28045e06562c
BLAKE2b-256 6ceb9c981a92cdf0fdb6506184874cfbf51f82d6659c3f5154756d67802f2c77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cityseer-4.0.0b12-cp310-none-win32.whl
  • Upload date:
  • Size: 403.6 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.0b12-cp310-none-win32.whl
Algorithm Hash digest
SHA256 53ad380d91eb5d8814792e1c2ba2976260be2917c3f79e957fd006e4ff77a6cb
MD5 33574b9caccae11f454dccee1964bde3
BLAKE2b-256 5e25307394e19191ee2daa1ec45295986ed3ea332d2f73e87e57642cb58e489a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aaeddd833fb9144b704346c57b43e117d3f7185a1d3369c5c374ea53601e1794
MD5 ce60768dac5be770adc877dda96694fd
BLAKE2b-256 037b1c8a139c1ced32716e592f291566df9cb76796215c6a7d038ee634835666

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ad78610dc9c979471aa78587891a84934e02a17d56492a7bf8b800da6cbda1b
MD5 12fcc2a9f46c8b0546a3fb4350eda537
BLAKE2b-256 915f55dd48b0145ead2cc2de0abea776d9fd8b4f1268fdd42a9374aa7a152b97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac9819a99d7ed11a60326a7ff3ca055929342063a5bad42f49a3139b35ff9fcd
MD5 ef23ed1064d968ee56a533995c3b252e
BLAKE2b-256 7c5e133746abc51809c4aadde570ac53f33ec218e2caa5956a596c590cf30714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c974decf4b2d9fb674b4c2ef7307ffafd61f208141129b0785febd44b53f659
MD5 3707bc728417f12c566f0dee8045662b
BLAKE2b-256 6cf352becfbefb942261449d4d190814265646d1ba7001c5c573739b7c79e43d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45522d681e14fef8e2de8bb8e27a30dc98560f5aeff2e3b4186c1b65e0ffbe03
MD5 38494cbd98318ebf654b5fb55a9903a3
BLAKE2b-256 6418987157395c2e76ea02ccf612ae23a0cfd313eba969bfd92997bed05e0b1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c173326b50a4c13cb003550d208710db01faa6a76f5e718905fef1066e6c3039
MD5 99ed441136a3878a91118cca39442bc6
BLAKE2b-256 340d1b6e257bf649ade3fa3cc7fd0cfebbe6be66a0cb47db1c5fa8d4394ffd44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b4c6017a7a5427485a475c07fda6a9cab42d5ab4cd82287e0c3a3c1e504e917
MD5 57ba17a3bf9d00b817115ca989299723
BLAKE2b-256 2ccbb2a7461ffbab89c44073d83b0a4005e4d648ecb073f1b727b9082171081c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-4.0.0b12-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f6f95131a9eb6e838bcde5eb1d8ea2bbe3a5e7a77916dfe3ba67e09bd97849cc
MD5 6c6e4e32328da052e1735ca000433d3b
BLAKE2b-256 a7cc0ea34037345f13b439bce4530e54c101a64cb3a13ce56dc58fba22be2001

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