Standalone version of the data pipelines used to retrieve data from the Los Angeles Unified School District (LAUSD) COVID-19 Dashboard, and transform it into CSVs for use in other projects.
Explore the docs »
Report Bug
|
Request Feature
This is a standalone version of the data pipelines used to retrieve data from the Los Angeles Unified School District (LAUSD) COVID-19 Dashboard, and transform it into CSVs for use in other projects.
An example of how the data generated by this tool is used in the real-world: @herf's LAUSD COVID-19 Dashboard
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Python 3 binaries, if missing from your workstation, can be downloaded here. Note: you're better off setting up virtual environments (e.g. pyenv)
- Python dependencies are listed in the requirements.txt file. Once you clone the repo to your local workstation, you can also
cd
into the local folder and run in your terminal:cat requirements.txt
- Clone the repo
git clone https://github.com/jorge-caballero/standalone-etl-LAUSD.git
- Install dependencies
Makefile init
This is a standalone app with a command-line interface. To get started, simply run the following command:
python main.py --help
Here's an example of the command-line options (as of the initial release)
[]
For an example of how the data generated by this tool is used in the real-world, check out @herf's LAUSD COVID-19 Dashboard
- See this project for a list of proposed and planned updates
- Check out issues for a list of known issues (and pending fixes)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the AGPL-3.0 License. See LICENSE
for more information.
Jorge A. Caballero, MD - @DataDrivenMD - brays[dot]quavers[dot]0t[at]icloud[dot]com
Project Link: https://github.com/jorge-caballero/standalone-etl-LAUSD
- @herf for putting the data into good use. Make sure to check out his L.A. COVID repo, which includes more sources of COVID-19 data for the greater Los Angeles metro area
- @othneildrew for the awesome README template
- Parents Supporting Teachers for using the data to advocate on behalf of students and teachers