Python client for the OpenEarth API
Project description
OpenEarth API
OpenEarth is a lightweight API for agents to query real‑time Earth insights. Insights are curated to your use case. The API takes in natural‑language questions, fetches live data, and returns a unified, structured response plus a concise natural‑language summary.
Installation
pip install openearth
API Usage
from openearth import OpenEarth
oe = OpenEarth()
# Wildfire queries
result = oe.query("What crops might be impacted by fires in Napa Valley?")
# Flood risk queries
result = oe.query("How will flash flooding potential impact delivery routes in Miami?")
# Air quality queries
result = oe.query("Is there smoke affecting air quality in Portland?")
Requirements
- Python 3.11+
- httpx >= 0.27.0
License
Proprietary
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
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 openearth-0.1.2.tar.gz.
File metadata
- Download URL: openearth-0.1.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b23c1b90b3e54b0d0d79208ab97980057ce15033397dfb92ab2f5605b308a932
|
|
| MD5 |
13d8521575e73551319da2eb072fb939
|
|
| BLAKE2b-256 |
336cb14c10dc67fd7a6ba6a2e673b5b72f7f29ff9cd8bce27a8d8bc8618b9ce7
|
File details
Details for the file openearth-0.1.2-py3-none-any.whl.
File metadata
- Download URL: openearth-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c91ad0a7e9903563cc6c1a9af0fe1a032ab0d81fdf3ace77f73590cf6daf9176
|
|
| MD5 |
6b90772467e6b2643321b49f344792ba
|
|
| BLAKE2b-256 |
64f8cf97cd47ea6164a85064d4779e9d58394525d940cad51fa10cd650e7cd89
|