All Projects → cityofaustin → Atd Data And Performance

cityofaustin / Atd Data And Performance

Open data and performance hub for the City of Austin Transportation Department

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Atd Data And Performance

Osd Bike Routes
Open source release of bike routes in Chicago.
Stars: ✭ 140 (+723.53%)
Mutual labels:  open-data, government
otv2-platform
An overview of the entire Open Traffic v2 platform and its components
Stars: ✭ 89 (+423.53%)
Mutual labels:  transportation, open-data
Data.gov
Data.gov source code and issue tracker
Stars: ✭ 1,856 (+10817.65%)
Mutual labels:  open-data, government
Open Data Etl Utility Kit
Use Pentaho's open source data integration tool (Kettle) to create Extract-Transform-Load (ETL) processes to update a Socrata open data portal. Documentation is available at http://open-data-etl-utility-kit.readthedocs.io/en/stable
Stars: ✭ 93 (+447.06%)
Mutual labels:  open-data, government
transitland-atlas
an open directory of mobility feeds and operators — powers both Transitland v1 and v2
Stars: ✭ 55 (+223.53%)
Mutual labels:  transportation, open-data
Transitland Datastore
Transitland's centralized web service API for both querying and editing aggregated transit data from around the world
Stars: ✭ 101 (+494.12%)
Mutual labels:  open-data, transportation
CityScoreToolkit
Open-source version of Boston's CityScore performance dashboard
Stars: ✭ 42 (+147.06%)
Mutual labels:  government, open-data
Rsocrata
Provides easier interaction with Socrata open data portals http://dev.socrata.com. Users can provide a 'Socrata' data set resource URL, or a 'Socrata' Open Data API (SoDA) web query, or a 'Socrata' "human-friendly" URL, returns an R data frame. Converts dates to 'POSIX' format. Manages throttling by 'Socrata'.
Stars: ✭ 182 (+970.59%)
Mutual labels:  open-data, government
311
New web portal for BOS:311
Stars: ✭ 15 (-11.76%)
Mutual labels:  government, open-data
osd-building-footprints
Open source release of building footprints in Chicago.
Stars: ✭ 61 (+258.82%)
Mutual labels:  government, open-data
Urbansprawl
Open framework for calculating spatial urban sprawl indices and performing disaggregated population estimates using open data
Stars: ✭ 48 (+182.35%)
Mutual labels:  open-data, transportation
rdt-infoplus-dvs
Backend for departure times in InfoPlus DVS (Dutch standard)
Stars: ✭ 12 (-29.41%)
Mutual labels:  transportation, open-data
Mapboard
A framework for data-rich web mapping 🌎📊✨
Stars: ✭ 29 (+70.59%)
Mutual labels:  open-data, leaflet
Osd Street Center Line
Open source release of street center lines in Chicago.
Stars: ✭ 108 (+535.29%)
Mutual labels:  open-data, government
Openpolice Platform
An open source web publishing platform for police forces.
Stars: ✭ 15 (-11.76%)
Mutual labels:  open-data, government
Forms
Tracking our progress moving all city paper and pdf forms online.
Stars: ✭ 14 (-17.65%)
Mutual labels:  government, open-data
hack-the-traffic
A Transportation-Themed Hackathon hosted by the City of Austin and the UT Center for Transportation Research
Stars: ✭ 19 (+11.76%)
Mutual labels:  transportation, open-data
Decidim
The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
Stars: ✭ 894 (+5158.82%)
Mutual labels:  open-data, government
Raytools
A very simple lightweight jQuery Data Grid table that uses jQuery & Bootstrap.
Stars: ✭ 5 (-70.59%)
Mutual labels:  bootstrap
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-58.82%)
Mutual labels:  bootstrap

Austin Transportation Data and Performance Hub

This repository houses the City of Austin Transportation Department's Data and Performance Hub, a public website which tracks the department's operational performance and curates access to key datasets.

This site is hosted at data.mobility.austin.gov and uses Jekyll, Webpack and Netlify to create static pages.

Much of the content on the site is generated in-browser using D3js, jQuery, and React to visualize data from the City of Austin Open Data Portal.

Quick Start

  1. Install Git and Jekyll.

    • You may need to install Bundler v2. Do that with the command gem install bundler then bundle install to update your gems. Go here for more info.
  2. cd to the directory where you want to check-out the site, and clone it (git clone https://github.com/cityofaustin/atd-data-and-performance)

  3. cd to the directory that contains the cloned repository, and run jekyll serve to start the webserver

  4. Navigate to http://localhost:4000 in your browser to view the site hosted-locally

Optional Advanced Javascript

If you will be working on any data dashboards that utilize Javascript ES6+ and/or React.js, we have a build setup for transpiling modern JS into a cross-compatible bundle.

  1. run npm install to download and install javascript dependencies from package.json

  2. run webpack --watch. As files are modified, a new bundle will be automatically generated.

  3. (optional) Inspect webpack.config.js and create a new entry to start a new bundle.

TL;DR

  1. run jekyll serve --watch in one Terminal
  2. run webpack --watch in a separate Terminal

Webpack will watch for changes to your source javascript/react files and output a new bundle. Jekyll will watch for new bundles and regenerate all the static assets.

Environments

Production

  • URL: transportation.austintexas.io

  • GitHub Branch: master

  • Deployment: Commit changes to branch test and submit a pull request to merge to master

Contributing

Public contributions are welcome! Assign pull requests to @johnclary.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].