https://github.com/techwithty/google_maps_solar
Google Maps Solar API integration for rooftop solar potential and irradiance.
https://github.com/techwithty/google_maps_solar
api energy geospatial google-maps python real-estate solar
Last synced: 4 months ago
JSON representation
Google Maps Solar API integration for rooftop solar potential and irradiance.
- Host: GitHub
- URL: https://github.com/techwithty/google_maps_solar
- Owner: TechWithTy
- Created: 2025-08-31T11:55:18.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-08-31T11:58:23.000Z (5 months ago)
- Last Synced: 2025-08-31T13:27:00.588Z (5 months ago)
- Topics: api, energy, geospatial, google-maps, python, real-estate, solar
- Language: Python
- Homepage: https://www.cybershoptech.com
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Maps Solar SDK (skeleton)
Minimal placeholder; add usage examples after full implementation.
## Quick start
```python
from backend.app.core.third_party_integrations.google_maps_solar.client import GoogleMapsSolarClient
client = GoogleMapsSolarClient(api_key="YOUR_API_KEY")
assert client.health() is True
```
Note: This is a stub client intended to be expanded with real API calls as per Google Maps Solar API docs.
## Environment
- GOOGLE_MAPS_API_KEY
- SOLAR_BASE_URL (default: https://solar.googleapis.com)
- SOLAR_TIMEOUT (default: 15)
## References
- Google Maps Solar API: https://developers.google.com/maps/documentation/solar/overview