heremaps/harp.gl

[feature] time-based tools

trusktr opened this issue · 3 comments

Is your feature request related to a problem? Please describe.

Hello again! :) Cesium has time-based tools for showing global data based on date times. Has anyone made any tooling like this for Harp.gl yet?

Describe the solution you'd like

For example, in Cesium we can add the built-in timeline UI, drag the slider, and this will change the daylight/shadow direction as well as the stars orientation in the background.

This can be useful for showing certain data on the globe based on a specific time or time range.

Describe alternatives you've considered

Implementing from scratch

hi @trusktr , nice to hear from you again.

I'm only working on this project indirectly (i.e. the product I work on uses it), so my help can be limited, however there are two examples that may help: https://www.harp.gl/docs/master/examples/#datasource_features_polygons.html and https://www.harp.gl/docs/master/examples/#real-time-shadows.html (can show the shadows at a given time of day).

But other than that, I don't know of anything related to time based visualisations in harp.

Thanks. Nice to hear from you too. Indeed I saw the time-bases shadows example. That's a good starting point. Will need to make custom timeline UI (f.e. slider for scrubbing the time, setting time range, etc, similar to Cesium)

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.