Skip to content

Commit

Permalink
Update contribute.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Oct 25, 2013
1 parent 4ab6932 commit 83e143f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contribute.md
Expand Up @@ -3,11 +3,11 @@
Contributions to spacetime are welcome, and will be considered for inclusion.


Contributions needed: a `generalize` method for `Track`
Contributions needed: a `generalize` method for `Track` (and `Tracks`, and `TracksCollection`)
```
generalize(t, timeInterval = "5 minutes")
```
generalizes track `t` into 5 minute intervals;
generalizes track `t` into 5 minute intervals; result is a `Track` (...) where the `sp` slot now is a `SpatialLines` object, and `time` and `endTime` reflect start and endtime of the segment.
```
generalize(t, distance = 1000)
```
Expand Down

0 comments on commit 83e143f

Please sign in to comment.