From b0270c1a5f0cc773972dfc920d46579dcfbb08ae Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Tue, 24 Sep 2024 13:34:19 +1200 Subject: [PATCH] fix: Remove documentation of non-existing default --- workflows/raster/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/raster/README.md b/workflows/raster/README.md index 0da0501f..d054ba8a 100644 --- a/workflows/raster/README.md +++ b/workflows/raster/README.md @@ -31,7 +31,7 @@ Publishing to the AWS Registry of Open Data is an optional step [publish-odr](#P | cutline | str | | (Optional) location of a cutline file to cut the imagery to `.fgb` or `.geojson` (leave blank if no cutline) | | collection_id | str | | (Optional) Provide a Collection ID if re-processing an existing published survery, otherwise a ULID will be generated for the collection.json ID field. | | category | enum | urban-aerial-photos | Dataset type for collection metadata, also used to Build Dataset title & description | -| gsd | str | 0.3m | Dataset GSD for collection metadata, also used to build dataset title | +| gsd | str | | Dataset GSD in metres for collection metadata, also used to build dataset title | | producer | enum | Unknown | Imagery producer :warning: Ignored if `producer_list` is used. | | producer_list | str | | List of imagery producers, separated by semicolon (;). :warning: Has no effect unless a semicolon delimited list is entered. | | licensor | enum | Unknown | Imagery licensor. :warning: Ignored if `licensor_list` is used. |