diff --git a/scripts/00_spatial_to_DistanceMatrix/spatial_to_DistanceMatrix.yml b/scripts/00_spatial_to_DistanceMatrix/spatial_to_DistanceMatrix.yml index ec20a408a..eac97c24e 100644 --- a/scripts/00_spatial_to_DistanceMatrix/spatial_to_DistanceMatrix.yml +++ b/scripts/00_spatial_to_DistanceMatrix/spatial_to_DistanceMatrix.yml @@ -5,7 +5,7 @@ inputs: studyarea_wkt: label: studyarea_wkt description: WKT (Well-Known Text) string or the file path to a .txt file containing the WKT representation of the study area boundaries. The WKT format is a text-based format used to describe the geometry of the study area's boundaries. The structure of the WKT file includes a geometry type label (MULTIPOLYGON), which is associated with the coordinate values of the vertices that define the study area's boundary mask. - type: text/wkt + type: text example: "/scripts/00_spatial_to_DistanceMatrix/input/wkt_polygon_test.txt" studyarea_epsg: label: studyarea_EPSG