The timeseries endpoints that helps us to download the data using S3 Data Fetcher doesn't support interpolation at unavailable heights, the endpoints just return the data of available heights from S3. So the issue deals with maybe accepting additional height parameter for timeseries endpoints and apply interpolation at runtime, add the new height column to dataframe and serve to the user or the frontend.
The timeseries endpoints that helps us to download the data using S3 Data Fetcher doesn't support interpolation at unavailable heights, the endpoints just return the data of available heights from S3. So the issue deals with maybe accepting additional
heightparameter for timeseries endpoints and apply interpolation at runtime, add the new height column to dataframe and serve to the user or the frontend.