A Python package designed to provide easy access to the geographic coordinates (latitude and longitude) of various Egyptian subdivisions.
Project description
EGYGEO
EGYGEO is a Python package designed to provide easy access to the geographic coordinates (latitude and longitude) of various Egyptian subdivisions. It offers a function, get_coordinates, allowing users to retrieve the geographic coordinates of a specified Egyptian subdivision by providing its name in either Arabic or English.
Installation
You can install egygeo using pip:
pip install egygeo
Usage
from egygeo import get_coordinates
# Get coordinates for Cairo
latitude, longitude = get_coordinates('Cairo')
print(f"The coordinates of Cairo are: {latitude}, {longitude}")
from egygeo import get_name
lat, lon = 29.8951716, 31.1991806
location_name = get_name(lat, lon)
print(f"The subdivision at {lat}, {lon} is: {location_name}")
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 Distributions
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 egygeo-1.1.1-py3-none-any.whl.
File metadata
- Download URL: egygeo-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2b39e3f10a65a4a092de6f3279a1c7c791f83f35259c555e922c05de15d1c57
|
|
| MD5 |
ac1cf70aa2921bade17f80f7bd37b00a
|
|
| BLAKE2b-256 |
760b8edd0370f385191f04a2e0209ecde47d5102ecc03d843ee12a094afadce6
|