planetlabs / viewpoints

Viewpoints is a tool for visualizing high dimensionality data using linked scatter plots.
Apache License 2.0
63 stars 9 forks source link

Add the ability to load a csv file from a url argument #9

Closed MattFerraro closed 8 years ago

MattFerraro commented 8 years ago

https://planetlabs.github.io/viewpoints/?some_csv_file.csv should work, both for local csv files and ones that are statically hosted on the web

MattFerraro commented 8 years ago

Solved in https://github.com/planetlabs/viewpoints/pull/10