From 47a70fc366d8a38e0fce40a4f711d11126e7878f Mon Sep 17 00:00:00 2001 From: Brian Pondi Date: Thu, 14 Dec 2023 12:02:48 +0100 Subject: [PATCH] clear description --- proposals/raster_to_vector.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/raster_to_vector.json b/proposals/raster_to_vector.json index 2c4dab52..8acfb8d1 100644 --- a/proposals/raster_to_vector.json +++ b/proposals/raster_to_vector.json @@ -1,7 +1,7 @@ { "id": "raster_to_vector", "summary": "Converts single band raster data cube to vector data", - "description": "Converts a single band raster data cube into a vector data cube. The bounding polygon of uniform areas of pixels is constructed.", + "description": "Converts a single band raster data cube into a vector data cube. The process involves constructing the bounding polygon based on the full area covered by pixel boundaries, providing a representation of homogeneous areas within the raster dataset.", "categories": [ "cubes" ],