Skip to content

Commit

Permalink
[readme][xs]: updated readme and fixed actions
Browse files Browse the repository at this point in the history
Mikanebu committed Dec 4, 2024

Verified

This commit was signed with the committer’s verified signature.
torives Victor Yves Crispim
1 parent 136c639 commit 741675a
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r scripts/requirements.txt
- name: Run shell script
run: |
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,20 @@ Secretariat of the Pacific Community: Statistics and Demography Programme, and

[wb]: http://data.worldbank.org/indicator/SP.POP.TOTL

## Preparation

The `population.csv` is processed using `scripts/process.py` script.

```
pip install -r scripts/requirements.txt
python scripts/process.py
```

## Automation

Up-to-date (auto-updates on quarterly basis) population dataset could be found on the datahub.io:
https://datahub.io/core/population

## License

This Data Package is licensed by its maintainers under the [Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/).

0 comments on commit 741675a

Please sign in to comment.