ActiveInferenceInstitute

geo-infer-water

Water resource management and hydrological modeling. Use when analyzing watersheds, water quality, hydrological networks, groundwater systems, water supply/demand planning, or flood risk assessment.

ActiveInferenceInstitute 15 2 Updated 6mo ago

Resources

8
GitHub

Install

npx skillscat add activeinferenceinstitute/geo-infer/geo-infer-water

Install via the SkillsCat registry.

About this skill

Here's a thinking process: 1. **Analyze the Request:** - **Goal**: Write a 2-3 sentence plain-text summary in English - **Subject**: An AI agent skill for water resource management/hydrological modeling (GEO-INFER-WATER) - **Requirements**: - Objective, factual tone - No marketing language, superlatives, calls to action - Natural prose, no bullet points, no headings, no markdown - No quotes wrapping - At most 60 words - **Output**: ONLY the summary text 2.

SKILL.md

GEO-INFER-WATER

Instructions

Core Capabilities

  • Watershed analysis: Delineation, flow accumulation, drainage networks
  • Water quality: Pollutant transport, WQI (water quality index), turbidity modeling
  • Hydrology: Rainfall-runoff (SCS-CN, Green-Ampt), flood frequency analysis
  • Groundwater: Aquifer modeling, well drawdown, recharge estimation
  • Supply planning: Water demand forecasting, infrastructure gap analysis
  • Flood risk: Return period mapping, inundation modeling

Key Imports

from geo_infer_water.core.watershed import WatershedAnalyzer
from geo_infer_water.core.quality import WaterQualityModel
from geo_infer_water.core.hydrology import HydrologicalModel
from geo_infer_water.core.flood import FloodRiskAnalyzer

Examples

from geo_infer_water.core.watershed import WatershedAnalyzer

analyzer = WatershedAnalyzer(dem_raster)
basins = analyzer.delineate_basins(pour_points)
flow = analyzer.compute_flow_accumulation()

Guidelines

Integrations

  • Integrates with CLIMATE for precipitation projections
  • Integrates with AG for irrigation water demand
  • Test: uv run python -m pytest GEO-INFER-WATER/tests/ -v

Categories