Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
A guide for the why and how to opening government data.
CSS

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
_includes
_layouts
_site
assets
general
311.md
README.md
_config.yml
crime.md
election_information.md
energy-utilization.md
examples.md
foodinspections.md
index.html
orgs.json
others.md
skeleton
transit.md

README.md

Open Data Guide

A guide for opening common datasets. This was built at the Mozilla-Knight-MIT Hack Day, June 2013.

Live site at: http://jlord.github.io/open-data-guide/.


This site is built using Jekyll (so you'll need up to date versions of Ruby and Jekyll) and hosted on GitHub Pages. Each markdown file contains the steps for opening that type of data. Jekyll takes each of these and inserts them into a template and builds the html.

To edit the content on this site:

  1. Fork this repo (look to the top right of the page)
  2. Clone locally git clone https://github.com/jlord/open-data-guide.git
  3. Create a new branch for your changes git checkout -b my-new-branch
  4. Open in your favorite editor and make changes. Commit and push changes to your branch.
    • To run locally: jekyll serve --watch
  5. Submit a pull request with your changes!
Something went wrong with that request. Please try again.