Logo Lanfrica

abdulhakim1217/Water-Projection-App

Domain:

geospatial

Record type:

software
Creator:
abd
Host:
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.

Languages