add algorithm param to /point endpoint #807
JinIgarashi
started this conversation in
Feature Request
Replies: 1 comment
-
the titiler/src/titiler/core/titiler/core/algorithm/base.py Lines 26 to 29 in 3936141 this is all coming down to rio-tiler either using ImageData and PointData. Both classes assume the data array (numpy masked array) to be in a different shape https://github.com/cogeotiff/rio-tiler/blob/main/rio_tiler/models.py#L178-L182 so having algorithm which could handle both is tricky, which is why we don't have the option in the |
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.
-
/point
endpoint can be very powerful and useful to get values by a specific coordinatehttps://titiler.xyz/api.html#/Cloud%20Optimized%20GeoTIFF/point_cog_point__lon___lat__get
However, currently there is no query params to apply algorithm for it. Because of this, we are unable to check actual value for a dataset after applying an algorithm.
Is it possible to add algorithm param to the endpoint?
Beta Was this translation helpful? Give feedback.
All reactions