Skip to content

PRR628CRAFT/PyStorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyStorm

A Modular Python Framework for Probabilistic Modeling of Coastal Storm Hazards


🌊 Overview

PyStorm is an open-source, modular framework for probabilistic modeling and analysis, designed for engineers, scientists, and researchers working on coastal hazard quantification, stochastic storm simulation, life cycle analysis, and extreme value analysis. It is being devloped a Python-based platform supporting both graphical and script-drive workflows for flexible and computationally efficient execution. Future versions of PyStorm will be modular, extensible, and feature a graphical user interface (GUI) for advanced coastal hazard analysis.


🧱 Folder Structure

PyStorm/

├── core/ # Application architecture (menus, main window, managers)

├── engines/ # Core logic engine modules (headless, reusable)

├── gui/ # GUI-enabled modules

├── shared/ # Shared utilities (conversion, plotting, I/O)

├── style/ # UI themes, QSS styling, scalable fonts

├── resources/ # Icons, images, and static assets

├── scripts/ # Script-drive execution (e.g., parse HURDAT2, run simulations)

├── data/ # Input data, and intermediate data files

├── output/ # Output files, and results

├── plots/ # Plots and other figures (e.g., hazard curves, time series)


🚀 Features (in development)

  • ✅ Modular GUI built with PySide6
  • ✅ Shared variable management and module interactivity
  • ✅ CLI tools for headless batch processing
  • ✅ Integration with NOAA HURDAT2 data
  • ✅ Built-in converters for storm data (knots → km/h, nmi → km)
  • ✅ Plotting of hazard curves, storm paths, and exceedance frequencies
  • ✅ Tools for Extreme Value Analysis (EVA), Peaks Over Threshold (POT), Empirical Simulation Technique (EST), and more

💻 Quick Start

🧩 Requirements

  • Python 3.9+
  • PySide6
  • pandas, numpy, matplotlib, scipy, etc.

👥 Credits

Developed by:

  • Norberto C. Nadal-Caraballo, PhD (Lead Developer)
  • Norberto C. Nadal-Troche (UI & UX)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages