Fast geographic and planar distance calculations with Python bindings
Project description
rapidgeo
Geographic calculations for Python: distance calculations, polyline encoding/decoding, line simplification, and curve similarity measures.
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
# 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
# Calculate distance using Haversine formula
distance = haversine(sf, nyc)
print(f"Distance: {distance / 1000:.1f} km") # ~4,130 km
What it does
Distance Calculations:
- Haversine: Spherical Earth approximation, good for most uses
- Vincenty: Ellipsoidal Earth model for higher precision
- Euclidean: Flat plane calculations
- Batch operations for multiple points
Polyline Encoding/Decoding:
- Google Polyline Algorithm implementation
- Compress coordinate sequences to text strings
- Configurable precision levels
Line Simplification:
- Douglas-Peucker algorithm
- Reduce point count while preserving shape
- Configurable distance tolerance
Curve Similarity:
- Fréchet distance: Compare trajectories (point order matters)
- Hausdorff distance: Compare shapes (point order doesn't matter)
- Useful for GPS track analysis and route comparison
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
Usage Examples
Compare GPS Tracks:
from rapidgeo.similarity.frechet import discrete_frechet
# Two similar walking routes
route_a = [LngLat.new_deg(-122.419, 37.775), LngLat.new_deg(-122.418, 37.776)]
route_b = [LngLat.new_deg(-122.419, 37.775), LngLat.new_deg(-122.417, 37.777)]
similarity = discrete_frechet(route_a, route_b)
print(f"Routes differ by {similarity:.1f} meters")
Simplify GPS Tracks:
from rapidgeo.simplify import douglas_peucker
# Reduce GPS track complexity
detailed_track = [LngLat.new_deg(-122.4, 37.7), LngLat.new_deg(-122.39, 37.71), ...]
simplified = douglas_peucker(detailed_track, tolerance=10.0) # 10m tolerance
print(f"Reduced from {len(detailed_track)} to {len(simplified)} points")
Encode/Decode Polylines:
from rapidgeo.polyline import encode, decode
# Compress GPS data for storage/transmission
points = [LngLat.new_deg(-122.4, 37.7), LngLat.new_deg(-122.3, 37.8)]
encoded = encode(points, precision=5)
decoded = decode(encoded, precision=5)
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.2.2.tar.gz.
File metadata
- Download URL: rapidgeo-0.2.2.tar.gz
- Upload date:
- Size: 172.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e7e7e43a19357319851873134e54dbdf6eb161d4dd1173ee04f7d392c2ec4e6
|
|
| MD5 |
442c2da693bb9cb09cdc70e90594c6d2
|
|
| BLAKE2b-256 |
4293907acf7805449c22cbc395853191a671529a5338ef49188f0f3b4e9fa7c9
|
File details
Details for the file rapidgeo-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 373.3 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 |
5fe0f4b22a5a41560ab4014033c301228c660f6caf942160c58bfa3c4f5a954f
|
|
| MD5 |
996a59865792538f9dbe015511addb64
|
|
| BLAKE2b-256 |
48fe58c92249494e96f0ba639f5dc195be862228134a6ceb8ce70e973427c5dd
|
File details
Details for the file rapidgeo-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 359.7 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 |
dc7c11a7a24574529a3d64bc0385f5e338f4c68048ac5ae09a9272026a798c14
|
|
| MD5 |
14e27ab1bdd0e4f4ba184428eb401ac5
|
|
| BLAKE2b-256 |
5f4aa610c24fa3db13f05f62964c92023d63fd26a5accd386533151fd5ca5d11
|
File details
Details for the file rapidgeo-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 360.6 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 |
5930298621a74f01741c9d3213b49e0aa6e19beee0e1879e91531ae7767095a8
|
|
| MD5 |
d631b5640f5f3047f5efbf6f08d9b1a8
|
|
| BLAKE2b-256 |
b229b327bc48275f1d3a32f96cc544e60d089b113b700e3689749d1703a862d4
|
File details
Details for the file rapidgeo-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 360.6 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 |
7ebb3964d1fc1a3c9c7d7ec426e2bbb2819726f175a7c3f705a02dcab78fdb5c
|
|
| MD5 |
066fa886b0dee66cb80a1092ef1ec0ca
|
|
| BLAKE2b-256 |
25b1129d5acd163b23ea09729dc59b4caf9a11d6f8694addfcaceaef7bda3b23
|
File details
Details for the file rapidgeo-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 370.0 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 |
8e4cc98ed8673c3e0704009947b564d893b30e7fbd16796de89f95a892309f24
|
|
| MD5 |
cf801608bb0f80447a08abaf46221b0b
|
|
| BLAKE2b-256 |
96c588f193762a9fe94194bf071c17e26e5d5d340986369994a1b25aa4e9f73f
|
File details
Details for the file rapidgeo-0.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 355.0 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 |
310b511950b2bbd770a0081c760b9abd39f42c952dca720974b522c583091607
|
|
| MD5 |
1ee3c7e414ab87cc3702c7f3e8e51ba8
|
|
| BLAKE2b-256 |
e6b6116f4179bd4674fcbbe59abf519233c34e5f586eb1617e247199135d6a34
|
File details
Details for the file rapidgeo-0.2.2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 225.5 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 |
ca05539f8f24b624462ba4954524af0c34bc5441af8ddb9923b8874f97d981ee
|
|
| MD5 |
14ae2beb3a4b2701124f69e474442055
|
|
| BLAKE2b-256 |
55aa0a4ccc434141bca90ccaf24c8d8ceeee442efb8d4bb52c6f1ca14080d684
|
File details
Details for the file rapidgeo-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 370.0 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 |
f3f4394a24562c222ad4c7e13cc87ba3038794f0db9114e6e022784a30af9dc9
|
|
| MD5 |
fe27371ac8595dbfcd09118577f34b42
|
|
| BLAKE2b-256 |
c1e698f58aab1cd7c5cac5f5d17b24cb641ce8baa173bf8eb770ea2e355b79af
|
File details
Details for the file rapidgeo-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 357.2 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 |
41abdeacab655e5e80e5c3f38941b63b8e793bc9a7e2197eb4cdf02d36450373
|
|
| MD5 |
0db804ca991b2995faa85b4bdd21b912
|
|
| BLAKE2b-256 |
9695c66d613ba419c698c86b2a2c1cff13682d5282442df0ab13bff255a14315
|
File details
Details for the file rapidgeo-0.2.2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 317.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 |
442c4b7f81a8a5f10364841d6f7dd89b55bf819661fc56c3996c98752449c021
|
|
| MD5 |
1e9209e3acdeabdaab0bc4852684db0b
|
|
| BLAKE2b-256 |
11cc27e873e55278fb14695a11b184c815252e1ffe40a1f5700644745c242402
|
File details
Details for the file rapidgeo-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 341.0 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 |
13154311e8da3eab50dd7fa0107503e994360e1bb89c9e98af1d26d29fec84a4
|
|
| MD5 |
884b9939510c9935f471e2ac84500fb4
|
|
| BLAKE2b-256 |
82c5643d654ecee704134baf6cf6841d7db3e5384034aa6b89320da2ab067a34
|
File details
Details for the file rapidgeo-0.2.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 225.9 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 |
38ec42618a7e2c722fbc619aadc8c6779b3a4da7353372d62dbacdf51a835beb
|
|
| MD5 |
44d987837d539bc2350eb584793f6814
|
|
| BLAKE2b-256 |
ed425c01d529220f271c7856d3bf4196710a90b6e563b4d03b0b982c64960bb0
|
File details
Details for the file rapidgeo-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 370.4 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 |
3f2cae9f91aa6c45f2c30c9e26269c19b3d35931f594d67e7fdf90a92ad85cbe
|
|
| MD5 |
48fde417cfe6f007614b2edad97c7a5e
|
|
| BLAKE2b-256 |
1d6309d7b54bd1411bf8a8fd9010cdc18df0d82f775eaa54a331dd4d387208cb
|
File details
Details for the file rapidgeo-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 357.5 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 |
6d4947225ae1556d97a8df138e77fe499796e294b546986474a1d32167ed83de
|
|
| MD5 |
2bcb1f91c04edf42491bb606e571b9cc
|
|
| BLAKE2b-256 |
9341b364778783042e1c97ee9f0ca2ea8b75caa343c3f2a9c06cb27819c26b46
|
File details
Details for the file rapidgeo-0.2.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 317.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 |
c54e0c59580a29239e7813bcec11384f1d68868e0a9369a07b96e6519ae06e71
|
|
| MD5 |
4b2ad1703662273f28d047812d1db078
|
|
| BLAKE2b-256 |
b83d4d9fb59c4029026b3469c22dee5319f4cb8184bc19cd6cbafb841341314b
|
File details
Details for the file rapidgeo-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 341.1 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 |
32e3246ba4dff5ce72f6fc4e93b9af3dc82df384b2051999bf2f819eb20b26e3
|
|
| MD5 |
d63ab509f01a4473c62be785f01cd051
|
|
| BLAKE2b-256 |
5a975c8dff2a4da8d357117ad3fd81eddea46bc76f8d5c7a8e23f06975c3ddcb
|
File details
Details for the file rapidgeo-0.2.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 227.5 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 |
695ff42c6389733582de582c35e37bbe3c753b3855ac2d47ceece584ef0c5d49
|
|
| MD5 |
33c8542f920e1a945d99d4f9c28eb43f
|
|
| BLAKE2b-256 |
37bedc740d767564898adc4d81456b90ec4747269a044f4e2bd9b2bc221d319f
|
File details
Details for the file rapidgeo-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 372.3 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 |
87215f2d785548f7befa9902e1199836bd184a077fd94505c4ff3e93671f9cc6
|
|
| MD5 |
59c8a74ac67bda76f11973377333ebde
|
|
| BLAKE2b-256 |
0a1938cd1b5c4ac1fab9188d0d3293ed637d1cf0a72fbd97be7e171e555875e6
|
File details
Details for the file rapidgeo-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 359.1 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 |
68a390da4c83dfbd86e165aba138447619450d959647178105c32fa6233c6896
|
|
| MD5 |
6becb1790dae80096c9c26f1227393ca
|
|
| BLAKE2b-256 |
82ac407f0093759705c71c09d55d2187091e4a7e71b69b9f57b3c7495b132770
|
File details
Details for the file rapidgeo-0.2.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 318.5 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 |
ea97660c67a9c3da033a55640ba9fcdfbbe0e40c41489e4cfe9c10fd76150c7b
|
|
| MD5 |
87db746a6a548aaa203c9b7b1b18ab65
|
|
| BLAKE2b-256 |
676f1f09364f33f734db08ffa821aa252b1371a1dadb60ee26f046731e2c3e0c
|
File details
Details for the file rapidgeo-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 341.4 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 |
323c29af936eedc96ba51c7e37d712616b33e8977b170333ed8ca38a75a0b067
|
|
| MD5 |
1d08a9d5f26b6f930bc574329831ff3a
|
|
| BLAKE2b-256 |
c3c3fa8c576f30462694ea70f4ed3d6ad28f3eba5a1ead012d8f16600a42a036
|
File details
Details for the file rapidgeo-0.2.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 227.6 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 |
f198bd8d8a5e3ff5116fe5753138a35ffbbc5a6d3338ca846788ee0f4a1bf16f
|
|
| MD5 |
dfb4881dc3a303658927fd0f01c4d6b8
|
|
| BLAKE2b-256 |
73629f03b74d438007e82c8db2d2c2b331a3a388a192cfb538f844cb543ee766
|
File details
Details for the file rapidgeo-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 372.6 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 |
9d4ccf05a7efe7106afc3ccd7277016f51d715c740855062f887645c3afefc76
|
|
| MD5 |
22f559860f1264ca6ff800f189fe8443
|
|
| BLAKE2b-256 |
6005a5d5851f4d898594be1c38c2b4acade9f7dd086b047235ff2cfd6254ec5a
|
File details
Details for the file rapidgeo-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 359.5 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 |
cf69534451ea6bb0c9c1999a8aa4c8a41f50499439632553e6ab5851758629ba
|
|
| MD5 |
4895494b8202f7a930f2fe74e65572a9
|
|
| BLAKE2b-256 |
21813062c55e785b161c722b7658611e8dc53984770b5395c167ec54c01e51dd
|
File details
Details for the file rapidgeo-0.2.2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 228.4 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 |
61b8454be10b0499d84d5ba0dab9795be25c2e31ab52f424c61b4b9c9dfe42d0
|
|
| MD5 |
b3ba425f237fe99aa0834934f666dced
|
|
| BLAKE2b-256 |
064c1eb10d134858389fdedf33e4ab4b49238fe4a8afa0eb18e939db703f35fb
|
File details
Details for the file rapidgeo-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 373.9 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 |
b364c85485a4fdbc96679bc8b0871c8dce28c40171c87ac465b77f78febd69c5
|
|
| MD5 |
d7cb8520af643c58e76518e31d38e6bc
|
|
| BLAKE2b-256 |
86a3e76702d643053225cee1e4fc19c8b9df7f027673091b7622b6c69d7dc80e
|
File details
Details for the file rapidgeo-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 360.5 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 |
32d931a8c6faa2ddba9fe6d9f2c0b64acbc695ad66e694d1f5d57d2d36d09fd3
|
|
| MD5 |
8116ab4f141e7edb022b3a07f2684214
|
|
| BLAKE2b-256 |
48fff41db452fd8553d3137899dcb47c180a37568e55f574045a7bc7c729ac0b
|
File details
Details for the file rapidgeo-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 373.7 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 |
b8be42308ef70419a18d366682a0aab5cee1b42c0573ad0a8252100a5b012eed
|
|
| MD5 |
c573fc00e9971c9b958ce493a208230d
|
|
| BLAKE2b-256 |
285fda26fbceae4eaa8c75bc3286197d0332d5ac58f44af9fd6c516f21d00335
|
File details
Details for the file rapidgeo-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: rapidgeo-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 360.1 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 |
e3a74662c2caf19592281e42177b50f31a2c58ce1c98e37fe8926ef0d6b34be9
|
|
| MD5 |
53052c96f9441108f964bdab119fa9fc
|
|
| BLAKE2b-256 |
eb799361c68d40b33fac0f233f1797d761a188915595b5a5a2671a92e9b3718c
|