You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/endpoints/cog.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The `/cog` routes are based on `titiler.core.factory.TilerFactory` but with `cog
40
40
-**x** (int): TMS tile's column.
41
41
-**y** (int): TMS tile's row.
42
42
-**scale** (int): Tile size scale, default is set to 1 (256x256). **Optional**
43
-
-**format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
43
+
-**format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
-**format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
75
+
-**format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
-**height** (int): Force output image height. **Optional**
152
152
-**width** (int): Force output image width. **Optional**
153
-
-**format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
153
+
-**format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
Copy file name to clipboardExpand all lines: docs/src/endpoints/stac.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The `/stac` routes are based on `titiler.core.factory.MultiBaseTilerFactory` but
40
40
-**x** (int): TMS tile's column.
41
41
-**y** (int): TMS tile's row.
42
42
-**scale** (int): Tile size scale, default is set to 1 (256x256). **Optional**
43
-
-**format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
43
+
-**format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
44
44
45
45
- QueryParams:
46
46
-**url** (str): STAC Item URL. **Required**
@@ -77,7 +77,7 @@ Example:
77
77
`:endpoint:/stac/preview[.{format}]`
78
78
79
79
- PathParams:
80
-
-**format**: Output image format, default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
80
+
-**format**: Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
81
81
82
82
- QueryParams:
83
83
-**url** (str): STAC Item URL. **Required**
@@ -122,7 +122,7 @@ Example:
122
122
-**minx,miny,maxx,maxy** (str): Comma (',') delimited bounding box in WGS84.
123
123
-**height** (int): Force output image height. **Optional**
124
124
-**width** (int): Force output image width. **Optional**
125
-
-**format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
125
+
-**format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
126
126
127
127
- QueryParams:
128
128
-**url** (str): STAC Item URL. **Required**
@@ -163,7 +163,7 @@ Example:
163
163
- PathParams:
164
164
-**height** (int): Force output image height. **Optional**
165
165
-**width** (int): Force output image width. **Optional**
166
-
-**format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
166
+
-**format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value. **Optional**
167
167
168
168
- QueryParams:
169
169
-**url** (str): STAC Item URL. **Required**
@@ -235,7 +235,7 @@ Example:
235
235
-**expression** (str): rio-tiler's math expression with asset names (e.g `Asset1_b1/Asset2_b1`).
236
236
-**asset_as_band** (bool): tell rio-tiler that each asset is a 1 band dataset, so expression `Asset1/Asset2` can be passed.
237
237
-**asset_bidx** (array[str]): Per asset band math expression (e.g `Asset1|1,2,3`).
238
-
-**tile_format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value.
238
+
-**tile_format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value.
239
239
-**tile_scale** (int): Tile size scale, default is set to 1 (256x256).
240
240
-**minzoom** (int): Overwrite default minzoom.
241
241
-**maxzoom** (int): Overwrite default maxzoom.
@@ -275,7 +275,7 @@ Example:
275
275
-**expression** (str): rio-tiler's math expression with asset names (e.g `Asset1_b1/Asset2_b1`).
276
276
-**asset_as_band** (bool): tell rio-tiler that each asset is a 1 band dataset, so expression `Asset1/Asset2` can be passed.
277
277
-**asset_bidx** (array[str]): Per asset band math expression (e.g `Asset1|1,2,3`).
278
-
-**tile_format** (str): Output image format, default is set to None and will be either JPEG or PNG depending on masked value.
278
+
-**tile_format** (str): Output [image format](../output_format.md), default is set to None and will be either JPEG or PNG depending on masked value.
279
279
-**tile_scale** (int): Tile size scale, default is set to 1 (256x256).
0 commit comments