Skip to content

Instantly share code, notes, and snippets.

View rveciana's full-sized avatar
🐢

Roger Veciana i Rovira rveciana

🐢
View GitHub Profile
@rveciana
rveciana / README.md
Last active January 2, 2016 03:49
Drop shadow filter for the Haiyan typhoon track
@rveciana
rveciana / README.md
Last active February 11, 2018 12:37
La Bella Italia like map for the Haiyan typhoon track
@rveciana
rveciana / README.md
Last active January 3, 2016 12:39
Simple path on a map
@rveciana
rveciana / README.md
Last active January 3, 2016 12:39
Haiyan typhoon track
@rveciana
rveciana / README.md
Last active August 29, 2015 13:59
Hayan typhoon gradient colored track
@rveciana
rveciana / README.md
Last active August 29, 2015 13:59
Hayan typhoon gradient colored track II
@rveciana
rveciana / README.md
Last active August 29, 2015 14:03
D3 Trail Layout example

This is my first example using the D3 trail layout made by Benjamin Schmidt. There is no complete hellow world example yet in the official docs, so I created this one.

@rveciana
rveciana / README.md
Last active August 29, 2015 14:03
D3 Trail Layout using coordinates

This an example using the D3 trail layout made by Benjamin Schmidt. The example shows how to use the coordinates as the coordType value. The track.json data represents the Hayian typhoon track, as it's explained in this blog entry.

There is a blog entry explaining this example at GeoExamples

@rveciana
rveciana / README.md
Last active August 29, 2015 14:03
D3 Trail Layout animated map

This an example using the D3 trail layout made by Benjamin Schmidt. In this case, the animated Hayian Typhoon track map is shown, with the colour changing with the typhoon class, as in this example, but in an easier and cleaner way.

There is a blog entry explaining this example at GeoExamples

@rveciana
rveciana / README.md
Last active August 29, 2015 14:03
D3 Trail Layout animated map with icon

This an example using the D3 trail layout made by Benjamin Schmidt.

The final example, with the typhoon icon moving along the path and the date for each frame shown.

There is a blog entry explaining this example at GeoExamples