Metadata-Version: 2.1
Name: navibridge
Version: 0.2.5
Summary: A navigation bridge modeler
Author-email: BillHu <billhu0228@icloud.com>
Maintainer-email: BillHu <billhu0228@icloud.com>
Project-URL: homepage, https://github.com/billhu0228/NavigationBridgeModeler
Project-URL: repository, https://github.com/billhu0228/NavigationBridgeModeler
Description-Content-Type: text/markdown
Requires-Dist: ezdxf>=1.3.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: Pint>=0.20.0
Requires-Dist: scipy>=1.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: PyAngle>=2.0.0

# NavigationBridgeModeler

Welcome to the **NavigationBridgeModeler** repository! This project aims to provide a comprehensive modeling tool for simulating navigation bridges, offering features to help visualize and analyze bridge structures efficiently.

![Navigation Bridge Model](logo.png)

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Examples](#examples)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgements](#acknowledgements)

## Introduction

**NavigationBridgeModeler** is designed for engineers, researchers, and enthusiasts interested in the structural analysis of navigation bridges. The tool provides a user-friendly interface and robust backend to handle complex calculations and visualizations.

## Features

- **Dynamic Modeling:** Create and manipulate bridge models dynamically.
- **Visualization:** Real-time 3D rendering of bridge structures.
- **Analysis Tools:** Comprehensive set of tools for structural analysis.
- **Customizable Parameters:** Adjust various parameters such as beam length, cable tension, and node positioning.
- **Data Export:** Export data for further analysis in different formats.

## Installation

To get started with **NavigationBridgeModeler**, follow these steps:

1. Clone the repository:
    ```bash
    git clone https://github.com/billhu0228/NavigationBridgeModeler.git
    cd NavigationBridgeModeler
    ```

2. Install the necessary dependencies:
    ```bash
    pip install -r requirements.txt
    ```

## Usage

After installation, you can start using the tool with the following command:

```bash
python main.py
