Client for PowerMap geospatial API services
Project description
PowerMap
A Python client for PowerMap geospatial API services.
Installation
pip install powermap
Usage
from powermap import PowerMapClient
# Initialize client with your API token
client = PowerMapClient(token="your_api_token")
# Get grid of plus codes for a geographical zone
codes = client.grid(geozone="ercot_rto", resolution=0.02)
print(f"Found {len(codes)} locations in the zone")
Authentication
To use this client, you need a valid API token. Contact PowerMap to obtain your token.
Features
- Generate grids of plus codes for geographical zones
- Configurable resolution for grid generation
- Professional error handling
- Simple, intuitive API
License
MIT
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
powermap-0.1.0.tar.gz
(5.2 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 powermap-0.1.0.tar.gz.
File metadata
- Download URL: powermap-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08e5cee4679124093708f89b7b1ac601a7e5716ff5214bdd6136658f83f2c675
|
|
| MD5 |
c16d506c713587538af460ae67fdcfbb
|
|
| BLAKE2b-256 |
59022c16ce9788279a474580d4f338fb2566afae5eb4d2cfdba9d0a9283b6881
|
File details
Details for the file powermap-0.1.0-py3-none-any.whl.
File metadata
- Download URL: powermap-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e7a91770ccace76d5bf8b4a82ed21de7ba3659b1685e128893920febeacb269
|
|
| MD5 |
6c3d9ff57f2fe7633a60f99b59381b26
|
|
| BLAKE2b-256 |
bc36d8e65a758d9a76a362fa95ead67b91059e1616b0be560de07b36ef5e46e9
|