Skip to content

Commit

Permalink
update algo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 7, 2025
1 parent 0f10988 commit a6e062f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/advanced/Algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ We added a set of custom algorithms:
- `terrarium`: Mapzen's format to encode elevation value in RGB values (https://github.com/tilezen/joerd/blob/master/docs/formats.md#terrarium)
- `terrainrgb`: Mapbox's format to encode elevation value in RGB values (https://docs.mapbox.com/data/tilesets/guides/access-elevation-data/)
- `normalizedIndex`: Normalized Difference Index (e.g NDVI)
- `cast`: Cast data to integer
- `floor`: Round data to the smallest integer
- `ceil`: Round data to the largest integer

### Usage

Expand Down

1 comment on commit a6e062f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiTiler performance Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: a6e062f Previous: 0f10988 Ratio
WGS1984Quad longest_transaction 0.07 s 0.05 s 1.40

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.