GeoPrior-v3#

Physics-guided AI for geohazards and risk analytics.

GeoPrior-v3 is a scientific Python framework for building physics-guided models for geohazard analysis, forecasting, and risk-oriented interpretation. The current generation focuses on land subsidence through GeoPriorSubsNet v3, while the broader roadmap extends toward landslides and other geohazard modeling tasks. The project combines scientific modeling, configuration-driven workflows, staged CLI execution, and reproducible figure generation in a single documentation space.

Note

GeoPrior-v3 provides both a Python package interface and a command-line workflow. The project exposes dedicated CLI entry points for initialization, staged runs, builds, and plotting, including geoprior, geoprior-run, geoprior-build, geoprior-plot, and geoprior-init. See CLI for the full command reference.

Start here#

Roadmap#

GeoPrior-v3 documentation roadmap

Reference and project notes#

Why GeoPrior-v3?#

Physics-guided by design

GeoPrior-v3 is built around physics-aware modeling rather than purely black-box forecasting. The platform emphasizes scientifically interpretable learning for subsidence analysis and broader geohazard settings.

Workflow-oriented

The documentation is organized around how the project is actually used: initialization, staged execution, configuration, diagnostics, inference, plotting, and reproducible scientific outputs.

Built for applications

The project is not only an API library. It is also an application framework with dedicated command-line entry points and figure-generation scripts for research and reporting pipelines.

Structured for growth

The current flagship application is land subsidence, but the framework is positioned to expand toward broader geohazard workflows and future physics-guided hazard modeling tasks.

Start in one minute#

Install GeoPrior-v3 once, then choose how you want to start.

pip install geoprior-v3
Python API icon

Python API

Build workflows in notebooks and Python scripts.

Open the API guide

API reference
CLI workflow icon

CLI workflow

Run staged pipelines, builds, and plotting from the terminal.

Open the CLI guide

CLI
Examples gallery icon

Learn by examples

Start from gallery lessons for forecasting, uncertainty, diagnostics, and figure generation.

Open the examples gallery

Gallery

Need project setup first? Create the working configuration used by staged CLI runs with geoprior-init.

geoprior-init --help