From 7df189f94e133afc63055a99fcdd89a6ffbf10a2 Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Tue, 15 Jul 2025 15:44:36 +0200 Subject: [PATCH] parcel_delineation: fixed typo --- algorithm_catalog/vito/parcel_delineation/openeo_udp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithm_catalog/vito/parcel_delineation/openeo_udp/README.md b/algorithm_catalog/vito/parcel_delineation/openeo_udp/README.md index d901548..02bd140 100644 --- a/algorithm_catalog/vito/parcel_delineation/openeo_udp/README.md +++ b/algorithm_catalog/vito/parcel_delineation/openeo_udp/README.md @@ -5,7 +5,7 @@ Accurate delineation also aids in classifying crop types and managing farmland m ## Algorithm for Parcel Delineation Using Sentinel-2 Data -This algorithm performs parcel delineation using Sentinel-2 data and a pre-trained`U-Net machine learning model. The process involves the following steps: +This algorithm performs parcel delineation using Sentinel-2 data and a pre-trained U-Net machine learning model. The process involves the following steps: 1. **Pre-processing Sentinel-2 Data:** 1. Filter data to ensure a maximum of 10% cloud coverage. 2. Apply a cloud mask based on the SCL layer.