Skip to content

Commit

Permalink
Merge pull request #138 from stac-utils/UpdateTitiler0.15.2
Browse files Browse the repository at this point in the history
update titiler dependency
  • Loading branch information
vincentsarago authored Nov 2, 2023
2 parents 694e185 + 834525a commit 8afd86b
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 49 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 1.0.0a2 (2023-11-02)

* update titiler's dependency to `>=0.15.2,<0.16`
* rename `dependencies.TileParams` to `dependencies.TmsTileParams`

## 1.0.0a1 (2023-10-20)

* rename `dependencies.ItemPathParams` to `ItemIdParams` **breaking change**
Expand Down
21 changes: 14 additions & 7 deletions docs/src/endpoints/collections_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,17 @@
- **asset_bidx** (array[str]): Per asset band math expression (e.g `Asset1|1;2;3`).
- **nodata**: Overwrite internal Nodata value. OPTIONAL
- **unscale** (bool): Apply dataset internal Scale/Offset.
- **resampling** (str): rasterio resampling method. Default is `nearest`.
- **resampling** (str): RasterIO resampling algorithm. Defaults to `nearest`.
- **reproject** (str): WarpKernel resampling algorithm (only used when doing re-projection). Defaults to `nearest`.
- **algorithm** (str): Custom algorithm name (e.g `hillshade`).
- **algorithm_params** (str): JSON encoded algorithm parameters.
- **rescale** (array[str]): Comma (',') delimited Min,Max range (e.g `rescale=0,1000`, `rescale=0,1000&rescale=0,3000&rescale=0,2000`).
- **color_formula** (str): rio-color formula.
- **colormap** (str): JSON encoded custom Colormap.
- **colormap_name** (str): rio-tiler color map name.
- **return_mask** (bool): Add mask to the output data. Default is True.
- **buffer** (float): Add buffer on each side of the tile (e.g 0.5 = 257x257, 1.0 = 258x258).
- **buffer** (float): Buffer on each side of the given tile. It must be a multiple of `0.5`. Output **tilesize** will be expanded to `tilesize + 2 * buffer` (e.g 0.5 = 257x257, 1.0 = 258x258).
- **padding** (int): Padding to apply to each tile edge. Helps reduce resampling artefacts along edges. Defaults to `0`
- **pixel_selection** (str): Pixel selection method (https://cogeotiff.github.io/rio-tiler/mosaic/).
- **scan_limit** (int): Return as soon as we scan N items, Default is 10,000 in PgSTAC.
- **items_limit** (int): Return as soon as we have N items per geometry, Default is 100 in PgSTAC.
Expand Down Expand Up @@ -78,15 +80,17 @@ Example:
- **asset_bidx** (array[str]): Per asset band math expression (e.g `Asset1|1;2;3`).
- **nodata** (str, int, float): Overwrite internal Nodata value.
- **unscale** (bool): Apply dataset internal Scale/Offset.
- **resampling** (str): rasterio resampling method. Default is `nearest`.
- **resampling** (str): RasterIO resampling algorithm. Defaults to `nearest`.
- **reproject** (str): WarpKernel resampling algorithm (only used when doing re-projection). Defaults to `nearest`.
- **algorithm** (str): Custom algorithm name (e.g `hillshade`).
- **algorithm_params** (str): JSON encoded algorithm parameters.
- **rescale** (array[str]): Comma (',') delimited Min,Max range (e.g `rescale=0,1000`, `rescale=0,1000&rescale=0,3000&rescale=0,2000`).
- **color_formula** (str): rio-color formula.
- **colormap** (str): JSON encoded custom Colormap.
- **colormap_name** (str): rio-tiler color map name.
- **return_mask** (bool): Add mask to the output data. Default is True.
- **buffer** (float): Add buffer on each side of the tile (e.g 0.5 = 257x257, 1.0 = 258x258).
- **buffer** (float): Buffer on each side of the given tile. It must be a multiple of `0.5`. Output **tilesize** will be expanded to `tilesize + 2 * buffer` (e.g 0.5 = 257x257, 1.0 = 258x258).
- **padding** (int): Padding to apply to each tile edge. Helps reduce resampling artefacts along edges. Defaults to `0`
- **pixel_selection** (str): Pixel selection method (https://cogeotiff.github.io/rio-tiler/mosaic/).
- **scan_limit** (int): Return as soon as we scan N items, Default is 10,000 in PgSTAC.
- **items_limit** (int): Return as soon as we have N items per geometry, Default is 100 in PgSTAC.
Expand Down Expand Up @@ -191,7 +195,8 @@ Example:
- **width** (int): Force image width from which to calculate statistics.
- **nodata**: Overwrite internal Nodata value. OPTIONAL
- **unscale** (bool): Apply dataset internal Scale/Offset.
- **resampling** (str): rasterio resampling method. Default is `nearest`.
- **resampling** (str): RasterIO resampling algorithm. Defaults to `nearest`.
- **reproject** (str): WarpKernel resampling algorithm (only used when doing re-projection). Defaults to `nearest`.
- **algorithm** (str): Custom algorithm name (e.g `hillshade`).
- **algorithm_params** (str): JSON encoded algorithm parameters.
- **categorical** (bool): Return statistics for categorical dataset, default is false.
Expand Down Expand Up @@ -236,7 +241,8 @@ Example:
- **max_size** (int): Max image size.
- **nodata**: Overwrite internal Nodata value. OPTIONAL
- **unscale** (bool): Apply dataset internal Scale/Offset.
- **resampling** (str): rasterio resampling method. Default is `nearest`.
- **resampling** (str): RasterIO resampling algorithm. Defaults to `nearest`.
- **reproject** (str): WarpKernel resampling algorithm (only used when doing re-projection). Defaults to `nearest`.
- **algorithm** (str): Custom algorithm name (e.g `hillshade`).
- **algorithm_params** (str): JSON encoded algorithm parameters.
- **rescale** (array[str]): Comma (',') delimited Min,Max range (e.g `rescale=0,1000`, `rescale=0,1000&rescale=0,3000&rescale=0,2000`).
Expand Down Expand Up @@ -281,7 +287,8 @@ Example:
- **max_size** (int): Max image size.
- **nodata**: Overwrite internal Nodata value. OPTIONAL
- **unscale** (bool): Apply dataset internal Scale/Offset.
- **resampling** (str): rasterio resampling method. Default is `nearest`.
- **resampling** (str): RasterIO resampling algorithm. Defaults to `nearest`.
- **reproject** (str): WarpKernel resampling algorithm (only used when doing re-projection). Defaults to `nearest`.
- **algorithm** (str): Custom algorithm name (e.g `hillshade`).
- **algorithm_params** (str): JSON encoded algorithm parameters.
- **rescale** (array[str]): Comma (',') delimited Min,Max range (e.g `rescale=0,1000`, `rescale=0,1000&rescale=0,3000&rescale=0,2000`).
Expand Down
Loading

0 comments on commit 8afd86b

Please sign in to comment.