generated from worldbank/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from worldbank/air-pollution
air pollution first commit
- Loading branch information
Showing
5 changed files
with
3,438 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.