Skip to content

Commit

Permalink
[ADD] Features + TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondDashWu committed Jul 20, 2021
1 parent d1316cb commit 40d53d2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/kepler-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ That will take you to a modal where you can create your animation
A live demo can be viewed here:
https://hubble.gl/examples/kepler-integration/

## Features - In addition to the description
- Allows the user to create an animation of their Kepler.gl datasets and export as a GIF, WEBM, or series of photos.
- Currently supported camera movements include zooming in/out, panning, orbiting a point
- Supports the ability to animate time ranges. First select the desired range before opening the modal.
- To make camera movements slower or quicker adjust the duration accordingly.
- Users are encouraged to bring their exports into video editing software to further refine transitions, stitch animations together, etc.

#### 1. Install

```sh
Expand All @@ -31,5 +38,6 @@ export MapboxAccessToken=<your_mapbox_token>
yarn start-local
```

## Other Features
### hubble.gl also supports the ability to animate time ranges. First select the desired range before opening the modal.
## TODO
- Allow users to select two points instead of a fixed distance
- Integrate into main Kepler repository

0 comments on commit 40d53d2

Please sign in to comment.