Fast geographic and planar distance calculations with Python bindings
Project description
rapidgeo
Fast geographic and planar distance calculations for Python.
Installation
pip install rapidgeo # Base package
pip install rapidgeo[numpy] # With NumPy support
Quick Start
from rapidgeo.distance import LngLat
from rapidgeo.distance.geo import haversine, vincenty_distance
from rapidgeo.distance.euclid import euclid
from rapidgeo.distance.batch import pairwise_haversine
# Create coordinates (longitude, latitude)
sf = LngLat.new_deg(-122.4194, 37.7749) # San Francisco
nyc = LngLat.new_deg(-74.0060, 40.7128) # New York City
# Haversine: 0.5% accuracy for distances <1000km
distance = haversine(sf, nyc)
print(f"Distance: {distance / 1000:.1f} km")
# Vincenty: 1mm accuracy globally
precise = vincenty_distance(sf, nyc)
print(f"Precise: {precise / 1000:.3f} km")
# Euclidean: Fast but inaccurate for large distances
euclidean = euclid(sf, nyc)
print(f"Euclidean: {euclidean:.6f}�")
# Batch processing
path = [sf, nyc, LngLat.new_deg(-87.6298, 41.8781)] # Add Chicago
distances = list(pairwise_haversine(path))
Coordinate System
All coordinates use longitude, latitude ordering (lng, lat):
# Correct
point = LngLat.new_deg(-122.4194, 37.7749) # lng first, lat second
# Common mistake
# point = LngLat.new_deg(37.7749, -122.4194) # lat, lng - WRONG
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.
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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rapidgeo-0.1.1.tar.gz.
File metadata
- Download URL: rapidgeo-0.1.1.tar.gz
- Upload date:
- Size: 94.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2384df7dc353f938fc39ea7e3d2c759cd77dfb032e1b81ddf0a230e471ac1e
|
|
| MD5 |
19a38b76fd3bac0edcc32019aff26776
|
|
| BLAKE2b-256 |
bb30949b14670b09a2ae27903d2103c20d999aa9a25517e4cee2b91753900f39
|
File details
Details for the file rapidgeo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 321.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adcaea9cae5a9c7a2532ee9a872f0a6b530376fc8a3df43a12b3bebac45662f6
|
|
| MD5 |
3275f8cb63cb7578c4f72e6a0db4c528
|
|
| BLAKE2b-256 |
34ce16e6852409de271b9097a0216254d8c7deacf529814660b87177c750be68
|
File details
Details for the file rapidgeo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 310.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03a2acf06689736c5f718c30fffb55790740b5fb7dbc9a16a5a6ca2894e084fa
|
|
| MD5 |
5254f3a9f91a28038782f7f3c3b8842f
|
|
| BLAKE2b-256 |
a39be37dbc47e921f604cf8478ab96239679c95ebc82052e117c1f05cc95dcb9
|
File details
Details for the file rapidgeo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 322.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aed69c9d4e69bc1fc36025354b2ccce343d1c944163f3359974b6ed29d7ccafc
|
|
| MD5 |
799a2abf468391e48ce8c877d2feac9d
|
|
| BLAKE2b-256 |
626d59c775d3f9ac972f8a63a530829fcfcf817e793800a67738c2210eb0256d
|
File details
Details for the file rapidgeo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 311.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d76f54c58ddc7e2cdae3969c05ad7f26bf9e54fb80b7a8148b19fdb44fe148a
|
|
| MD5 |
a42f09371532979bc69457d705143e68
|
|
| BLAKE2b-256 |
67c5896e12064eea53778870f76d9122f8c0da24a34f63dc53376e28ee4b8dc7
|
File details
Details for the file rapidgeo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 311.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
396093f62edc8d1013fddf9e397af4a62ffcfdd88f0a7af4122c17eb77356a11
|
|
| MD5 |
e8b69421ddb008569674c18f89c515e6
|
|
| BLAKE2b-256 |
7ab6890c05ceec4a2980a0c86d48306b78603b96400536e47571fa5894384aed
|
File details
Details for the file rapidgeo-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 318.1 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fecf2fb10da697aed1e8ac394f97b9d7654d37612543e3ea7afdc4d9759348f0
|
|
| MD5 |
11ee3b23e610e11912189a09c8d0e45e
|
|
| BLAKE2b-256 |
d5da4dc6e05b07201224462d9884a2d552dd8e6911221baf324bb8340326a574
|
File details
Details for the file rapidgeo-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 306.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94d45e29ecdfa3bc96299e9d145644ba9fe8ace8424648e49883fa880eae1dec
|
|
| MD5 |
01a01592083d7770126a5dd8d5cdf7f5
|
|
| BLAKE2b-256 |
eef7ef3455af43067b597a0a2d35f708eb6adcaf372ed5d29afa2add7ae4d829
|
File details
Details for the file rapidgeo-0.1.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 179.0 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e96b6de7062cf31bd069f8aa2f216503ac5e0307bb8756d4149e7ecd068ac4e
|
|
| MD5 |
cf477cd088f0a058ed5d89d1d372d5cc
|
|
| BLAKE2b-256 |
26989df078bc1d51c3a92984543c9179613070808c6c8c7835513fabdd2e4fd9
|
File details
Details for the file rapidgeo-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 319.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a965be03343e4cf5e853d7a6f9b747e06dd7bb6dfc960f50627445f188921310
|
|
| MD5 |
ac2660841487ae13294397320642de73
|
|
| BLAKE2b-256 |
38f55895be8b7c11e4f23f67aa20eda94eb8cbb893f7231cd0c5b3133e241f0f
|
File details
Details for the file rapidgeo-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 307.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da93c7f6207382157dec3195177833ee48609b113aae121444e85cb08d35cd92
|
|
| MD5 |
b6bd81caad0b8a501ff91c7cea3103a7
|
|
| BLAKE2b-256 |
6fdf42c038803c18030d31fb5badd9f4baf71bf378e4caac79442ab6873363b0
|
File details
Details for the file rapidgeo-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 268.0 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94812c095d88591d08ec2866003f19a580bfb43bc1347cb1a6d5fe2753de6bfb
|
|
| MD5 |
499fd8983d48d6e91368aaaa4c673daf
|
|
| BLAKE2b-256 |
a06ae92748b7310e6741b954a2d5b08ac3a90183bd45313ca9cd446fb2befe79
|
File details
Details for the file rapidgeo-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 288.4 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3057f006c1eac7ccc7501b12dae2c0c999b528cf5f27e5cfe8b4869b7e22d18
|
|
| MD5 |
8beff10a840428dc72f9e6c72197f825
|
|
| BLAKE2b-256 |
7caa60b45a20a87d803c9e4e61defd8d9c5ae95c01ff83d38a503901c72dd3e1
|
File details
Details for the file rapidgeo-0.1.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 179.4 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d30c3771317a673a5f69b98f0b1b1957a3d2a5657e413da04a6809e3e651ece
|
|
| MD5 |
7c0d46191537a7f562f08e17d8b9b757
|
|
| BLAKE2b-256 |
d6d81741e654fe156399fc082623a0b2f07ffb8fb225256dcef1a633255f9da2
|
File details
Details for the file rapidgeo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 319.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0d38a5b43c389bb33f864a37c1086c2a9972681e2530f175e02089addd2bdfb
|
|
| MD5 |
f40ddd7fda39982f2dd2be1a7ce377a7
|
|
| BLAKE2b-256 |
b3625d6f27aff84a6843c25176beee4165efd6253c215b7e84cc651d4ba119ac
|
File details
Details for the file rapidgeo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 307.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a522e4878e883df1f3af758064e39d04d145fcb9abc02a6f0002f884806fc34
|
|
| MD5 |
648c7dd828e66705fb0a9a58d67e9d2d
|
|
| BLAKE2b-256 |
902be7f5fa7a3d4ef1933065e7bbd74ca0f1475c315b9e6033aedf661b18e5a9
|
File details
Details for the file rapidgeo-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 268.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46bd37888705ce348dba4c1b931c70e9c73c55de3d84791edee9dd132f6ccde0
|
|
| MD5 |
0630cf98d8d2dc44cf2e9042aa1bb18c
|
|
| BLAKE2b-256 |
6c56533f676a0feb87e2a6a4e8d15d3d284950a982fed9f428afde6a2520ed0a
|
File details
Details for the file rapidgeo-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 288.6 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea96b6cb6895ff2a54b3ce9db6f9de775ff1f728a4850b47d15330cc4351a60f
|
|
| MD5 |
db95435dd978b24434aeb1989657d15b
|
|
| BLAKE2b-256 |
f04fb28bff61ab2f9c8dac37e3d6e7b6709d1f57c1cf17b1e0b03b4510dd38ef
|
File details
Details for the file rapidgeo-0.1.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 181.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01afa0da558680c86952195f66b16edaaf383cdb33e4fc559d63072618672bb9
|
|
| MD5 |
117aeb92cb50f1761549f97cc174d60f
|
|
| BLAKE2b-256 |
00814033d152221c5d6bb1ef7eba932d36325593a4ed149aa8bd73d7e9021dc5
|
File details
Details for the file rapidgeo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 320.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74cac6aa447415b8e68ae090df0ba1b39f91c91a24a6ae0df93be49704a42d7e
|
|
| MD5 |
bfff760cc34d6acf07c549f6c2eee50e
|
|
| BLAKE2b-256 |
d5c1840c198be092077ea7fe334e048cb2c688cab86fe92bd78761a4d5efe47a
|
File details
Details for the file rapidgeo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 309.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d262e4e6a4765aa120d0748e3a0eeac34557625fed8f3384d32cc63fa47afaf
|
|
| MD5 |
c3bdf3ef10f0d5fb0208f16c08f701d6
|
|
| BLAKE2b-256 |
514ba346f4a9ffc691f2eb9880a279e28fa3a78baa9bec23b748614c2e4f78a9
|
File details
Details for the file rapidgeo-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 271.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
979ee1b177a49e31e3308aa74e0d3cae0871123e2c61e12ba5735f7385076a6a
|
|
| MD5 |
5a489523c2c1635efb0da9303318927f
|
|
| BLAKE2b-256 |
79f03af35d3aaaad1aae03415738d47dbd5dce6e28b05b849a3f908dd5b1d407
|
File details
Details for the file rapidgeo-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 292.1 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
621f1c79dbc77420283b18e0fab84c943a1afdc0a2352f68ca33764dc631662b
|
|
| MD5 |
4683e44f320f9eafcef2896a5ecfabf3
|
|
| BLAKE2b-256 |
f329858886dcd13fbb066fae94178c4bfee391e02f0617e3c8ed84c273906349
|
File details
Details for the file rapidgeo-0.1.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 181.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1fc73ccc7055bc6722c5b7a73c627c0e2b125f62d2c2e36fdb8d4f9f45ffab5
|
|
| MD5 |
94c614257e856ca5ea41a224514f1d12
|
|
| BLAKE2b-256 |
593330c8386d07087417ec073c373168770ffd8b35d8505405c1852fbc6d939a
|
File details
Details for the file rapidgeo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 320.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abade6505d72b9815ee8671a1d518e510e77e3ba0242e3a52d38a1415a375db8
|
|
| MD5 |
f2b55652c4ed4d532ce3493e7aaba303
|
|
| BLAKE2b-256 |
1092b8cf2ba1e0bbf550476cb6ff2ff3d4cb9db146c6458bbb49ca42ce1c6594
|
File details
Details for the file rapidgeo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 309.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9b9691c794e293d249f339e3245b69693126da52775a96faaa4f6492b9e18fc
|
|
| MD5 |
2b4b65f57612e4c3b8ead713878cf503
|
|
| BLAKE2b-256 |
6dffdba340d359990239210cc9fa87595f081aab25f80ad857215c678bbb491a
|
File details
Details for the file rapidgeo-0.1.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 182.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e95f5b170c2f746678afbe344b8e1d688c2c2c8b508a8b6012792e18501c7b1
|
|
| MD5 |
758bf8d9ae0a3777dc1bb56955269fc7
|
|
| BLAKE2b-256 |
40f19407b91207726276ecf8c3f6a22e3e2cbe60a386b0ac41ec6d8cdb150a2f
|
File details
Details for the file rapidgeo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 322.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
817137bddc1baaa5e7143f8d3c5df017622b5aa75e5efaee486ef53e714f81fe
|
|
| MD5 |
fe9590d4a736196421087925070fdd6b
|
|
| BLAKE2b-256 |
277029b84d5e4e41286e5b6b24d506601f3ead0fc5685d8fc218bb4226d4953a
|
File details
Details for the file rapidgeo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 310.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b750c5a284b53ce92a77782c85671efe95f0ff816c60f215807f6c331b711b9
|
|
| MD5 |
c8475817285df0cab60a0562162d27b0
|
|
| BLAKE2b-256 |
e8bb5d1ab43ed2bcfd3e9497f01e5e6b6c62d74620d0e3ebf0f6617e01e4e030
|
File details
Details for the file rapidgeo-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 322.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4cf335f2a9fd8b68d6b7a678aecabcce354748bf82dc90820bab50ff3bd1550
|
|
| MD5 |
e12822a9ef49008c13d03b074d218c54
|
|
| BLAKE2b-256 |
a04ccbf88cb39d5ec02f62d018e5349e3f346a991ad20ede9051a31b2f5b444d
|
File details
Details for the file rapidgeo-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 310.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95b8f4324fc142ae97ee6b11ed29829f9a82f995188d9eaf0a39520f0eaa2f53
|
|
| MD5 |
fe4b524e6806b2b808569e9c5be3abfb
|
|
| BLAKE2b-256 |
62ecab947906ba145b84a2a7a58fee4aae5114cf69a64071ac43f928cf9f0a44
|