Speak in plain language with an intelligent climate agent that provides clear, actionable insights on climate adaptation.
Access trusted data from public sources like NOAA, IPCC, and Copernicus in a unified, AI-first knowledge base — or bring your own.
1
import groundswell as gs
2
3
local_exposure_data = gs.connectors.load_local(
4
path="data.csv"
5
)
6
7
result = gs.workflows.run(
8
"RiskAssessment",
9
model="gemini-2.5-pro",
10
data_sources=["NOAA", local_exposure_data],
11
location="Copenhagen",
12
scenario="SSP2-4.5",
13
)
14
15
print(result.assessment_summary)
Quickly build AI-powered climate solutions using our open-source Python SDK. Data connectors, analytical tools, agentic workflows, and more.
I'm looking to do an analysis of waterfront properties for the city of Rotterdam. We're assessing building floating developments in the Nieuwe Maas river to address housing needs. What are the major risk factors to consider?
We manage olive groves across Andalusia, Spain and need to understand how changing temperatures will impact our cultivation over the next 30 years. Can you help identify which regions are most at risk?
Our city council needs data on which neighborhoods will be most impacted by increasing heat waves. We want to prioritize green infrastructure and cooling centers in vulnerable areas of Athens, Greece.
We need to assess vulnerable sections of coastal infrastructure between Copenhagen and Malmö. What areas of the Øresund region are at highest risk from sea level rise and erosion by 2050?
Help us identify high-risk areas for communities in the Algarve region of Portugal. We need to understand how wind patterns and topography influence fire spread risks in our Mediterranean climate.
We need to update our flood risk models for properties in Bangkok's Chao Phraya River basin. Can you analyze how monsoon patterns and urban development will affect flooding by 2040?