Skip to content

Commit

Permalink
docs: minor change to standardising README wording (#423)
Browse files Browse the repository at this point in the history
#### Motivation

Just a small tidy up for clarity.

#### Modification

Change wording for providers fields.

#### Checklist

_If not applicable, provide explanation of why._

- [ ] Tests updated N/A
- [X] Docs updated
- [ ] Issue linked in Title N/A
  • Loading branch information
amfage committed Feb 13, 2024
1 parent bcbf41e commit c8bed36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflows/raster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ In addition, a Basemaps link is produced enabling visual QA.
| 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 |
| producer | enum | Unknown | Imagery producer |
| producer_list | str | | List of imagery producers, separated by a semicolons (;). :warning: Has no effect unless a semicolon delimited list is entered. |
| licensor | enum | Unknown | Imagery licensor. :warning: Ignored if `licensor_list` takes effect. |
| licensor_list | str | | List of imagery licensors, separated by a semicolons (;). :warning: Has no effect unless a semicolon delimited list is entered. |
| 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. |
| licensor_list | str | | List of imagery licensors, separated by semicolon (;). :warning: Has no effect unless a semicolon delimited list is entered. |
| start_datetime | str | YYYY-MM-DD | Imagery start date (flown from), must be in default formatting |
| end_datetime | str | YYYY-MM-DD | Imagery end date (flown to), must be in default formatting |
| geographic_description | str | Hamilton | (Optional) Additional datatset description, to be used in dataset title / description in place of the Region. |
Expand Down

0 comments on commit c8bed36

Please sign in to comment.