A library for calculating and analyzing vessel performance
Project description
Vessel Performance
A Python library for calculating and analyzing vessel performance metrics.
Features
- Calculate vessel fuel efficiency
- Analyze vessel speed and power relationships
- Estimate vessel performance under different weather conditions
- Generate performance reports and visualizations
Installation
You can install the package via pip:
pip install vessel-performance
Quick Start
from vessel_performance import VesselAnalyzer
# Create a vessel analyzer instance
analyzer = VesselAnalyzer()
# Calculate fuel efficiency
efficiency = analyzer.calculate_fuel_efficiency(
fuel_consumption=100, # tons per day
vessel_speed=14, # knots
displacement=50000 # tons
)
# Analyze speed-power relationship
power_curve = analyzer.get_speed_power_curve(
speed_range=[10, 15, 20], # knots
vessel_data={
"length": 200, # meters
"beam": 32, # meters
"draft": 12 # meters
}
)
Documentation
For detailed documentation, please visit our documentation site.
Contributing
We welcome contributions! Please see our contributing guide for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vessel_performance-0.1.0.tar.gz.
File metadata
- Download URL: vessel_performance-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75585f076367fc23b3d87a13f281ea0f23fbb1e8b8478df5680512fc48fb9e6e
|
|
| MD5 |
a6584871eae93202b88f2e73c8b01b74
|
|
| BLAKE2b-256 |
23418e1a63e9904537a0198389e6e770d12dc4f3ecc0db4a2ce4b3e2f4607797
|
File details
Details for the file vessel_performance-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vessel_performance-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39db758e7e65c4efbe58fa13d2ac894f217a3d55cae9d947ed02c4dbc4ce0d20
|
|
| MD5 |
828b4aa9472144759122cedf4f18b283
|
|
| BLAKE2b-256 |
47a103d78642473d9db724a9894917c03f58d4b12ea2a477701453e398d74a20
|