Climate Intelligence
Platform & API
Real-time climate risk scoring powered by Copernicus EMS, NASA FIRMS, OpenWeather & Tomorrow.io.
Use the dashboard to monitor locations and set alerts — or integrate climate risk directly into your own applications via API.
Two Ways to Use
Dashboard for teams.
API for developers.
Every plan includes both. Use whichever fits your workflow — or both at once.
Platform
No code required
Monitor saved locations, receive automated risk alerts, and export reports — all from a web dashboard. Built for analysts, risk managers, and operations teams.
- Saved location monitoring
- Real-time alerts by email or webhook
- PDF & CSV report exports
- Risk trend analytics
- Multi-team workspace (Enterprise)
API
Integrate anywhere
Query climate risk scores for any location programmatically. Build alerts, automate decisions, and price risk into your own systems. REST API with JSON responses.
- Any lat/lon, any time
- Flood, wildfire, drought, heat + composite
- 5 fused data sources
- Webhook push events
- OpenAPI spec + Python & Node SDKs
Platform
Monitor. Alert. Report.
A ready-to-use dashboard for tracking climate risk across your locations — no integration needed.
Risk Dashboard
Monitor saved locations, track risk trends over time, and generate PDF reports — no code needed.
Automated Alerts
Set thresholds per location per risk type. Get email or webhook notifications the moment risk levels change.
Multi-Location Tracking
Save unlimited locations across the globe. Compare risk profiles side-by-side for portfolio-level decisions.
API
One request. Full risk picture.
Pass any lat/lon coordinate and get structured JSON with individual and composite risk scores.
Real-time Risk Scores
Flood, wildfire, drought & heat risk scores for any lat/lon delivered in milliseconds.
Multi-Source Intelligence
5 satellite & weather data sources fused with an AI-weighted composite score.
Simple REST API
JSON responses, OpenAPI spec, and SDKs for Python & Node. Integrate in under 5 minutes.
curl "http://localhost:3001/v1/risk/score\ ?lat=13.7563&lon=100.5018&sources=all" \ -H "Authorization: Bearer YOUR_API_KEY"
{
"location": { "lat": 13.7563, "lon": 100.5018 },
"risk": {
"flood": { "score": 72, "level": "high" },
"wildfire": { "score": 12, "level": "low" },
"drought": { "score": 38, "level": "medium" },
"heat": { "score": 61, "level": "high" },
"composite": 48
},
"sources": ["copernicus","nasa_firms","openweather",
"tomorrow_io","era5"],
"latency_ms": 142
}GlobMaps Platform
See the data in action
Explore live climate intelligence demos powered by the same data sources behind this API.
Risk Map
Interactive regional risk scoring across Thailand
Flood Live
Real-time global flood events & severity tracking
Wildfire Live
NASA FIRMS active fire detection & spread monitoring
Drought Live
Soil moisture deficits & drought index visualization
Storm Live
Tropical cyclone tracking & wind-field modeling
GlobMaps Platform
Full geospatial intelligence suite by GlobMaps
Get Started
Up and running in minutes
Create Account
Sign up and choose your plan. Free tier available, no credit card required.
Use the Platform or API
Access the risk dashboard immediately — or grab your API key and start querying.
Act on Intelligence
Trigger alerts, export reports, reroute logistics, or price climate risk into your models.