Skip to content

Parcel Delineation - Fixes #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 15, 2025
Merged

Parcel Delineation - Fixes #212

merged 5 commits into from
Jul 15, 2025

Conversation

JanssenBrm
Copy link
Contributor

This PR should fix the typos in the current parcel delineation service and include a more extensive description.

@JanssenBrm JanssenBrm requested a review from manugv July 15, 2025 12:19
@JanssenBrm JanssenBrm merged commit 6213020 into main Jul 15, 2025
3 checks passed
@JanssenBrm JanssenBrm deleted the delineation_fixes branch July 15, 2025 13:30

[VITO Remote Sensing](https://remotesensing.vito.be)
This algorithm performs parcel delineation using Sentinel-2 data and a pre-trained`U-Net machine learning model. The process involves the following steps:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is "`"U-Net. Is that needed?

@@ -207,7 +207,7 @@
},
"id": "parcel_delineation",
"summary": "Parcel delineation using Sentinel-2 data retrieved from the CDSE and processed on openEO.",
"description": "Parcel delineation using Sentinel-2",
"description": "# Parcel Delineation\nParcel delineation refers to the identification and marking of agricultural boundaries. \nThis process is *essential* for tasks such as crop yield estimation and land management. \nAccurate delineation also aids in classifying crop types and managing farmland more effectively.\n \n## Algorithm for Parcel Delineation Using Sentinel-2 Data \n\nThis algorithm performs parcel delineation using Sentinel-2 data and a pre-trained`U-Net machine learning model. The process involves the following steps:\n1. **Pre-processing Sentinel-2 Data:**\n 1. Filter data to ensure a maximum of 10% cloud coverage. \n 2. Apply a cloud mask based on the SCL layer. \n2. **Compute NDVI:**\n 1. The Normalized Difference Vegetation Index (NDVI) is calculated from the pre-processed data.\n 2. The NDVI serves as input to the U-Net model. \n3. **Predict Delineation:**\n 1. The U-Net model predicts parcel delineation boundaries. \n4. **Optimization and Labeling:**\n 1. Apply a Sobel filter to enhance edge detection. \n 2. Use Felzenszwalb's algorithm for segmentation and labeling of delineated parcels.\n ",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants