Initial project structure for 16x40 Shanty Boat - primary Great Loop vessel

This commit is contained in:
John Loper II
2026-04-11 17:16:51 -04:00
commit 07747caf7a
2 changed files with 78 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# 16x40 Shanty Boat - Great Loop Vessel
## Overview
Large shanty boat (16x40 feet) designed for completing the Great Loop - a 6,000-mile circular waterway journey around the Great Lakes and eastern US waterways.
## Specifications
- **Dimensions:** 16ft × 40ft
- **Type:** Shanty boat / houseboat
- **Purpose:** Great Loop journey (6,000-mile circular route)
- **Status:** Project initialized - awaiting detailed requirements
## The Great Loop Journey
The Great Loop is a circular waterway of approximately 6,000 miles that connects:
- Great Lakes (Superior, Michigan, Huron, Erie, Ontario)
- Inland waterways (Erie Canal, Hudson River, etc.)
- Eastern seaboard waterways
- Gulf Intracoastal Waterway
**Typical duration:** 1-2 seasons (depending on pace and stops)
## Project Structure
```
16x40-Shanty-Boat/
├── README.md # This file
├── progress.md # Project progress tracker
└── [subdirectories for specific components]
```
## Related Projects
- **8x16 Shanty Boat** - Small companion vessel
- Repository: https://gitea.loperfamily.com/Sage_Software/8x16-Shanty-Boat
- **Great Loop Project** - Coordinating both boats for the coastal-to-coastal journey
- Repository: https://gitea.loperfamily.com/Sage_Software/Great-Loop
## Notes
- Primary vessel for the Great Loop adventure
- Designed for family travel with comfort and safety
- Self-contained living quarters for extended journeys
- Requires careful engineering for seaworthiness and fuel efficiency
---
*Project created: April 11, 2026*
+36
View File
@@ -0,0 +1,36 @@
# 16x40 Shanty Boat - Project Progress
## Current Status
🔄 **IN PROGRESS** - Project initialized, awaiting detailed requirements
## Timeline
- **April 11, 2026:** Project created and initialized
## Completed
- [x] Project folder structure created
- [x] README.md with specifications created
- [x] Initial Gitea repository created
## In Progress
- [ ] Define detailed requirements (deck layout, cabin configuration, power systems)
- [ ] Research shanty boat designs and plans
- [ ] Determine build strategy (DIY vs. professional)
- [ ] Research Great Loop routes and planning
## Next
- [ ] Gather specifications and requirements
- [ ] Research available plans/blueprints
- [ ] Determine power/traction system (electric, diesel, hybrid)
- [ ] Create budget estimate
- [ ] Determine construction timeline
- [ ] Research permits and regulations
## Notes
- Primary vessel for the Great Loop journey
- Large shanty boat (16x40ft) designed for family travel
- Self-contained living quarters for extended journeys
- Requires careful engineering for seaworthiness and fuel efficiency
- Journey covers ~6,000 miles through Great Lakes and eastern waterways
---
*Last updated: April 11, 2026*