We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f10988 commit a6e062fCopy full SHA for a6e062f
docs/src/advanced/Algorithms.md
@@ -11,6 +11,9 @@ We added a set of custom algorithms:
11
- `terrarium`: Mapzen's format to encode elevation value in RGB values (https://github.com/tilezen/joerd/blob/master/docs/formats.md#terrarium)
12
- `terrainrgb`: Mapbox's format to encode elevation value in RGB values (https://docs.mapbox.com/data/tilesets/guides/access-elevation-data/)
13
- `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
17
18
### Usage
19
0 commit comments