Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VizWit #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ Inspired by the [awesome](#more-awesome) list. Feel free to <a href="https://git
- [tabula](http://tabula.technology/) - A tool for liberating data tables locked inside PDF files.
- [RSelenium](https://github.com/ropensci/RSelenium) - A great R package webscraping hard to get data with Selenium without using java. Don't be afraid to try it. There is a [great tutorial](http://rpubs.com/johndharrison/12843).
- [S3 Website](https://github.com/laurilehmijoki/s3_website) - A tool for pushing static websites to S3.
- [VizWit](https://github.com/timwis/vizwit) - An interactive data visualization tool. VizWit uses a [JSON config file](https://gist.github.com/601224472a5d53cbb908) to generate
interactive charts that cross-filter one another. It currently supports data hosted in [Socrata](https://socrata.com) and
[Carto](http://carto.com), which includes open data provided by cities such as [Philadelphia](http://opendataphilly.org),
[Chicago](https://data.cityofchicago.org/), and [San Francisco](https://data.sfgov.org/)). Data that’s hosted elsewhere can be
supported by [adding a new data provider](https://github.com/timwis/vizwit/wiki/Adding-a-provider).

### Mapping

Expand Down