Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

ยฉ 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Adom-Amponsah/Ghana-Agricultural-Field-Boundary-Detection

Domain:

agriculturegeospatial

Record type:

software
Creator:
Ado
Host:
Ghana Agricultural Field Boundary Detection # ๐ŸŒพ Ghana Agricultural Field Boundary Detection This project uses AI-powered methods to detect agricultural field boundaries in Ghana from **.tif geospatial data** (such as maize production raster files). It provides both a **model pipeline** and a **Streamlit-based interactive dashboard** for visualization and analysis. --- ## ๐Ÿ“Œ Features - Upload a `.tif` geospatial file (e.g., Ghana maize production data for 2024). - Process the file using multiple delineation methods: - Watershed Segmentation - K-means Clustering - Threshold-based Segmentation - Contour Detection - Visualize: - Original production raster - Detected field boundaries - Overlay maps - Export results: - Boundary maps (PNG) - Field statistics (CSV) - Summary report (TXT) --- ## โš™๏ธ Installation & Setup Clone the repository: ```bash git clone github.com cd Ghana-Agricultural-Field-Boundary-Detection ``` Create and activate a virtual environment (recommended): ```bash python -m venv venv # Activate the environment # On Mac/Linux: source venv/bin/activate # On Windows: venv\Scripts\activate ``` Install dependencies: ```bash pip install -r requirements.txt ``` If you donโ€™t have `requirements.txt`, install manually: ```bash pip install streamlit rasterio matplotlib scikit-image scipy pandas pillow plotly scikit-learn opencv-python ``` --- ## โ–ถ๏ธ Running the Application Start the Streamlit dashboard with: ```bash streamlit run ghana_field_demo.py ``` This will launch a local server. Open the link shown in your terminal (e.g., `localhost`) in your browser. --- ## ๐Ÿ“‚ Project Structure ``` . โ”œโ”€โ”€ ghana_field_demo.py # Main Streamlit application โ”œโ”€โ”€ ghana_field_boundaries.tif # Example output (if available) โ”œโ”€โ”€ requirements.txt # Dependencies โ””โ”€โ”€ README.md # Project documentation ``` --- ## ๐Ÿ“Š Example Workflow 1. Upload your `.tif` maize production raster (e.g., Ghana_Predicted_Maize_P โ€ฆ

Visit

github.com

Tasks

computer visionimage classification

Similar

Adom-Amponsah/Ghana-ttsAdom-Amponsah/ghana-licenseNASA Harvest Field Boundary Detection Challengesvngoku/NASA-Harvest-Field-Boundary-Detection-ChallengeAgricultural Field Boundary Delineation Using Deep Learning Techniques

Adom-Amponsah/Ghana-tts

building our tts # Ghana-tts Quality audit of the Hugging Face dataset `ghanaopendata/ghana-englis

Adom-Amponsah/ghana-license

# Licence-Plate-Detection-and-Recognition-using-YOLO-V8-EasyOCR

NASA Harvest Field Boundary Detection Challenge

Can you detect field boundaries for Rwandan smallholder farmers in a satellite image dataset?
The dataset for this competition includes a time series of satellite imagery from Planetโ€™s NICFI basemaps (license agreement) and labels for field boundaries that

svngoku/NASA-Harvest-Field-Boundary-Detection-Challenge

NASA Harvest Field Boundary Detection Challenge by Zindi Africa # 2021 NASA Harvest Rwanda Baseline

Agricultural Field Boundary Delineation Using Deep Learning Techniques