Functions for working with geographic data
Project description
Geoworker
geoworker is a Python package containing functionalities for working with geographic data.
Badges
Authors
Getting started
from geoworker import check_latitude, check_longitude, get_distance_coordinates_in_km
#Latitude ranges from 90 to -90
#Longitude ranges from 180 to -180
lisbon = (38.865693, -9.138679)
madrid = (40.459833, -3.719194)
latitude = lisbon[0]
longitude = lisbon[1]
check_latitude(lisbon[0])
check_longitude(lisbon[1])
get_distance_coordinates_in_km(lisbon[0],lisbon[1],madrid[0],madrid[1])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geoworker-0.0.4.tar.gz
(2.9 kB
view details)
Built Distribution
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 geoworker-0.0.4.tar.gz.
File metadata
- Download URL: geoworker-0.0.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85f003cd36bc63045363e38c02ec6a06210f35c4a97637ede52be3f20bfa6fa2
|
|
| MD5 |
ed3df347a5d6fc45138001a99d5439fd
|
|
| BLAKE2b-256 |
72e2f295d7a3b6b4e4a925f6eb9382c6ae25caa4b4fa6f983585fe9ddeb8e73f
|
File details
Details for the file geoworker-0.0.4-py3-none-any.whl.
File metadata
- Download URL: geoworker-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a679ea5d1ac6419b781e556d9eb72d0e5b109f7bcfdc7c831d184a6b7da8326e
|
|
| MD5 |
63c14595e3c1b02a003f555666fed057
|
|
| BLAKE2b-256 |
34f9e4e2a69418af8406d267b6bcb9da6165ce780e628b54f813188ad11e70a1
|