|
2 | 2 |
|
3 | 3 | - **Title:** Rendering |
4 | 4 | - **Identifier:** <https://stac-extensions.github.io/render/v1.0.0/schema.json> |
5 | | -- **Field Name Prefix:** rdr |
| 5 | +- **Field Name Prefix:** renders |
6 | 6 | - **Scope:** Item, Collection |
7 | 7 | - **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal |
8 | 8 | - **Owner**: @emmanuelmathot @abarciauskas-bgse @smohiudd |
@@ -39,7 +39,7 @@ The fields in the table below can be used in these parts of STAC documents: |
39 | 39 | | assets | \[string] | **REQUIRED**. Array of asset keys [referencing the assets](#assets-reference) that are used to make the rendering | |
40 | 40 | | title | string | Optional title of the rendering | |
41 | 41 | | rescale | \[float] | 2 dimensions array of delimited Min,Max range per band. If not provided, the data will not be rescaled. | |
42 | | -| nodata | float | Nodata value to use for the referenced assets. | |
| 42 | +| nodata | float, string | Nodata value to use for the referenced assets. | |
43 | 43 | | colormap_name | string | Color map identifier that must be applied for a raster band | |
44 | 44 | | colormap | object | [Color map JSON definition](https://developmentseed.org/titiler/advanced/rendering/#custom-colormaps) that must be applied for a raster band | |
45 | 45 | | color_formula | string | [Color formula](https://developmentseed.org/titiler/advanced/rendering/#color-formula) that must be applied for a raster band | |
@@ -113,8 +113,7 @@ by simply specifying the `url` and `assets` query parameters. |
113 | 113 | | `colormap` | `colormap` | Color map JSON definition as defined in `colormap` object of the `asset` (overrides `colormap_name` if present ) | |
114 | 114 | | `color_formula` | `color_formula` | Color formula as defined in `color_formula` field of the `asset` | |
115 | 115 | | `resampling` | `resampling` | Resampling method to use when reprojecting the raster. | |
116 | | - |
117 | | -Next sections describe some examples of titiler integration. |
| 116 | +| `bidx` | `bidx` | Dataset band indexes | |
118 | 117 |
|
119 | 118 | #### Shortwave Infra-red visual thermal signature example |
120 | 119 |
|
|
0 commit comments