Skip to content

Commit a6e062f

Browse files
committed
update algo docs
1 parent 0f10988 commit a6e062f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/advanced/Algorithms.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ We added a set of custom algorithms:
1111
- `terrarium`: Mapzen's format to encode elevation value in RGB values (https://github.com/tilezen/joerd/blob/master/docs/formats.md#terrarium)
1212
- `terrainrgb`: Mapbox's format to encode elevation value in RGB values (https://docs.mapbox.com/data/tilesets/guides/access-elevation-data/)
1313
- `normalizedIndex`: Normalized Difference Index (e.g NDVI)
14+
- `cast`: Cast data to integer
15+
- `floor`: Round data to the smallest integer
16+
- `ceil`: Round data to the largest integer
1417

1518
### Usage
1619

0 commit comments

Comments
 (0)