We're crowdsourcing the status of state agency open data practices. The State of California currently lacks a coordinated and strategic open data strategy. However, there are pockets of activity whereby some departments are publishing their datasets in machine-readable formats. This project exists to track that progress.
Pull requests welcome! The primary task at hand is to assess each agency listed in the data.json file.
{
"name" : "Department of Education",
"agency" : "Constitutional Office",
"url" : "http://www.cde.ca.gov/index.asp",
"publish" : "null",
"structure" : "null",
"portal" : "null",
"api" : "null"
},
should be:
{
"name" : "Department of Education",
"agency" : "Constitutional Office",
"url" : "http://www.cde.ca.gov/index.asp",
"publish" : "yes",
"structure" : "yes",
"portal" : "sorta",
"api" : "no"
},
If there's no URL included, you'll need to use a search engine to find the department's website.
key | value |
---|---|
publish | Does the department publish data? |
structure | Is the data structured? Structured formats include those that can be opened in spreadsheets or databases. Hint: PDF is not a structured format. |
portal | Does the department have an open portal that intuitively organizes its different datasets? Does the portal include rich metadata that make the dataset meaningful to developers? |
api | Does the portal allow developers to consume data via an application programming interface (API)? Is the API RESTful? |
key | value |
---|---|
yes | Yes. Absolutely. Totally. |
sorta | Hmmmmm... it's hard to say. It looks like someone made a decent attempt at this, but there's definitely room for improvement. |
no | No means no. |
That's it. Too confusing? Open an issue instead.
If you decide to pull down this repo, you'll need to use Firefox or Safari to preview changes. Chrome's same-origin policy will prevent you from consuming the data.json file. Otherwise, this is just static html with some AngularJS.
This is in very early development. If you plan on adding major features or changing the data schema, please give us a heads-up by opening an issue.