Agent skill · Data & Analytics

precip_analyze_aorc

Retrieves and processes AORC precipitation data for HEC-RAS/HMS models. Handles spatial averaging over watersheds, temporal aggregation, DSS export, and Atlas 14 design storms. Use when working with historical precipitation, AORC data, calibration workflows, design storm generation, rainfall analysis, SCS Type II distributions, AEP events, 100-year storms, or generating precipitation boundary conditions for rain-on-grid models.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill precip-analyze-aorc-gpt-cmdr-ras-commander --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/precip-analyze-aorc-gpt-cmdr-ras-commander/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Analyzing AORC Precipitation **Purpose**: Navigate precipitation workflows for HEC-RAS/HMS models using AORC historical data and Atlas 14 design storms. **This skill is a NAVIGATOR** - it points you to the primary sources containing complete workflows and API documentation. For implementation details, always refer to the primary sources below. ## Primary Sources (Read These First!) ### 1. Complete API Reference and Workflows **`ras_commander/precip/CLAUDE.md`** (329 lines - AUTHORITATIVE SOURCE) Contains: - Complete module organization (PrecipAorc, StormGenerator) - Full API reference with all methods - Step-by-step AORC workflow (retrieval, spatial averaging, temporal aggregation, export) - Step-by-step Atlas 14 workflow (query, generate, apply ARF, export) - Multi-event workflows - Performance characteristics - Dependencies and installation **THIS IS THE PRIMARY DOCUMENTATION** - use it for all detailed questions. ### 2. AORC Demonstration Notebook **`examples/900_aorc_precipitation.ipynb`** Live working example showing: - AORC data retrieval from cloud storage - Spatial averaging over watersheds - Temporal aggregation to HEC-RAS intervals - Export to DSS and CSV formats - Inte

What's inside
Steps it walks through
  1. Primary Sources (Read These First!)
  2. 1. Complete API Reference and Workflows
  3. 2. AORC Demonstration Notebook
  4. 3. Atlas 14 Single-Project Workflow
  5. 4. Atlas 14 Multi-Project Batch Processing
  6. Quick Start
  7. AORC Historical Data (30 seconds)
  8. Atlas 14 Design Storm (30 seconds)
  9. When to Use This Skill
  10. Core Concepts (Brief)
  11. AORC Dataset
  12. NOAA Atlas 14
  13. Temporal Distributions
  14. Areal Reduction Factors (ARF)
Ships with 1 file
  • metadata.json
Commands it runs
pip install ras-commander[precip]  # Includes all precipitation dependencies
OR
pip install xarray rasterio geopandas
More from claude-skill-registry
All skills →
About this skill
What does the precip_analyze_aorc skill do?

Retrieves and processes AORC precipitation data for HEC-RAS/HMS models. Handles spatial averaging over watersheds, temporal aggregation, DSS export, and Atlas 14 design storms. Use when working with historical precipitation, AORC data, calibration workflows, design storm generation, rainfall analysis, SCS Type II distributions, AEP events, 100-year storms, or generating precipitation boundary conditions for rain-on-grid models.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill precip-analyze-aorc-gpt-cmdr-ras-commander --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going