generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Problem description
The API lacks a mechanism for clients to request data with a specific granularity, which may be necessary for varying levels of prediction accuracy depending on use case or device capabilities.
Possible evolution
Introduce an optional precision input parameter (e.g. in meters or as discrete levels) to define the resolution or granularity of the returned prediction.
Alternative solution
None proposed.
Additional context
Precision control would improve usability and efficiency by allowing applications to request data at the level of detail they actually need, reducing unnecessary computation or over-fetching.