Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

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

Domaine:

agriculturegeospatial

Type de record:

software
Créateur:
Ado
HĂ´te:
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

Similaires

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