https://github.com/techwithty/flood_trends
Flood trends integration for historical and projected flood risk.
https://github.com/techwithty/flood_trends
analytics api climate flood python real-estate trends
Last synced: 6 months ago
JSON representation
Flood trends integration for historical and projected flood risk.
- Host: GitHub
- URL: https://github.com/techwithty/flood_trends
- Owner: TechWithTy
- Created: 2025-08-31T11:55:15.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-08-31T12:48:42.000Z (7 months ago)
- Last Synced: 2025-08-31T13:26:55.059Z (7 months ago)
- Topics: analytics, api, climate, flood, python, real-estate, trends
- Language: Python
- Homepage: https://www.cybershoptech.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cat > README.md << 'EOF'
# Flood Trends
Integration for historical and projected flood risk trends.
## Overview
- Historical/projection endpoints
- Typed request/response models
- FastAPI-ready routes and proxy helpers
## Project Structure
- api/: base models, requests, responses, route handlers
- client.py: high-level client wrapper
- config.py: configuration and environment variables
- pyproject.toml: package metadata
## Setup
- Python 3.11+
- Configure API credentials (see config.py)
## Usage
See `api/` and `routes.py` for examples. Import the client for programmatic use.
## License
MIT (or repository default)
EOF