The app will be a projection and transformation tool with the following specifications: Convert Ghana National Grid to Ghana Metre Grid Convert Ghana Metre Grid to Ghana National Grid Convert WGS 84 to Ghana National Grid Convert WGS 84 to Ghana Metre Grid
# 🌍 Water Projection App (Ghana Coordinate Transformation Tool)
A Streamlit-based GIS application for converting coordinates between major geodetic systems used in Ghana and global positioning systems.
---
## 🚀 Features
* Convert **WGS84 → Ghana National Grid**
* Convert **WGS84 → Ghana Metre Grid**
* Convert **Ghana National Grid → Ghana Metre Grid**
* Convert **Ghana Metre Grid → Ghana National Grid**
* Simple and interactive web interface
* Built for GIS and geospatial learning
---
## 🛠️ Technologies Used
* Python
* Streamlit
* PyProj (Geospatial transformations)
---
## 📦 Installation
Clone the repository:
```bash
git clone
github.com
cd Water-Projection-App
```
Install dependencies:
```bash
pip install -r requirements.txt
```
---
## ▶️ How to Run the App
Run the Streamlit application:
```bash
streamlit run projection_app.py
```
OR (recommended if PATH issues occur):
```bash
py -m streamlit run projection_app.py
```
---
## 📁 Project Structure
```
Water-Projection-App/
│
├── projection_app.py # Main Streamlit app
├── requirements.txt # Dependencies
└── README.md # Project documentation
```
---
## 📌 Example Input
For WGS84 (Accra):
* Longitude: -0.1870
* Latitude: 5.6037
---
## 👨💻 Author
**Abdul-Nasir Iddrisu**
---
## 📜 License
This project is open-source and free to use for educational and research purposes.