Skip to content

Commit

Permalink
Merge pull request #9 from worldbank/air-pollution
Browse files Browse the repository at this point in the history
air pollution first commit
  • Loading branch information
SahitiSarva authored Nov 18, 2024
2 parents 40816cb + df376f4 commit 4d53b70
Show file tree
Hide file tree
Showing 5 changed files with 3,438 additions and 42 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

all: build serve

build:
jupyter-book build . --config docs/_config.yml --toc docs/_toc.yml

serve:
echo "Enter Serve" && \
BASE_DIR="$(shell pwd)" && \
echo "Base Directory: $$BASE_DIR" && \
FULL_PATH="$$BASE_DIR/_build/html/index.html" && \
echo "Full Path: $$FULL_PATH" && \
start chrome "$$FULL_PATH"
36 changes: 9 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
# Iraq - Baghdad Transport Planning
# Baghdad Transportation Planning

### Assignment
The Iraq Transportation team would like to use Waze data to understand traffic congestion in the city of Baghdad.

tbc
## Contents

```{tableofcontents}
```

### Data
### Data Availability Statement

tbc
Restrictions may apply to the data that support the findings of this study. Data received from the private sector through the Development Data Partnership are subject to the terms and conditions of the data license agreement and the "Official Use Only" data classification. These data are available upon request through the [Development Data Partnership](https://datapartnership.org). Licensing and access information for all other datasets are included in the documentation.

## License

### Reusable Data Science Products

The following data products are included in this project:

tbc


### Insights and Indicators

The team is combining these data products to prepare high-level analytics and indicators, such as:

tbc


### License

This projects is licensed under the [**Mozilla Public License**](https://opensource.org/license/mpl-2-0/) - see the [LICENSE](LICENSE) file for details.


### Code of Conduct

The <span style="color:#3EACAD">template</span> maintains a [Code of Conduct](docs/CODE_OF_CONDUCT.md) to ensure an inclusive and respectful environment for everyone. Please adhere to it in all interactions within our community.
This project is licensed under the [**Mozilla Public License**](https://opensource.org/license/mpl-2-0/) - see the [LICENSE](LICENSE) file for details.
18 changes: 3 additions & 15 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,10 @@ parts:
- caption: Data
chapters:
- file: docs/2-data
- caption: Reusable Data Products
- caption: Transport Planning 2024
chapters:
- file: docs/3-reusable-data-products
- caption: Insights and Indicators
chapters:
- file: docs/4-sample-insights-and-ind
- file: notebooks/mobility/waze.ipynb
- file: notebooks/air-pollution/air_pollution.ipynb
- caption: Acknowledgements
chapters:
- file: docs/6-team
- caption: Additional Resources
chapters:
- url: https://datapartnership.org
title: Development Data Partnership
- url: https://wbdatalab.org
title: World Bank Data Lab
- url: https://www.worldbank.org/en/about/unit/unit-dec
title: World Bank DEC
- url: https://www.worldbank.org/en/research/dime
title: World Bank DIME
Loading

0 comments on commit 4d53b70

Please sign in to comment.