Support for post-process complex algorithm #493
vincentsarago
started this conversation in
Feature Request
Replies: 2 comments
-
on going work over #542 |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone stumbling on this discussion, this was merged into titiler via the use of algorithms (hillshade, contour or custom, see this doc EDIT: frontend support in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following #487,
I think titiler is missing a key feature which is the support for complex
post-process
operation (e.g hillshading). Right now we can useexpression
to apply simple arithmetic operation but it's really limited to what numexpr can handle (https://numexpr.readthedocs.io/projects/NumExpr3/en/latest/user_guide.html#supported-operators).In rio-viz (a titiler local like plugin) I've started a PR that sketches what it could be: developmentseed/rio-viz#51
Beta Was this translation helpful? Give feedback.
All reactions