Skip to content

Commit

Permalink
fix: Remove documentation of non-existing default
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Sep 24, 2024
1 parent fa32e84 commit b0270c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/raster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit b0270c1

Please sign in to comment.