https://github.com/statcan/hackathon-ginyu-force-data
[hackathon] Open data repository for ESTMA data. Find out more on our website.
https://github.com/statcan/hackathon-ginyu-force-data
hackathon open-data
Last synced: 12 months ago
JSON representation
[hackathon] Open data repository for ESTMA data. Find out more on our website.
- Host: GitHub
- URL: https://github.com/statcan/hackathon-ginyu-force-data
- Owner: StatCan
- License: mit
- Created: 2021-08-26T16:57:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T00:51:26.000Z (about 4 years ago)
- Last Synced: 2025-02-01T10:44:21.520Z (about 1 year ago)
- Topics: hackathon, open-data
- Language: Jupyter Notebook
- Homepage: https://statcan.github.io/hackathon-ginyu-force/index-en.html
- Size: 15.9 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_⚠ This repository is for the purpose of a hackathon. Please **do not** rely on
its contents or treat it as an official data source._
# ESTMA Open Data Repository
> **🛈 Just looking for the data?**
>
> It's all in `estma-payments.csv` at the root of this repository. Have fun! 🚀
The Extractive Sector Transparency Measures Act helps the Government of Canada
deter corruption in the extractive sector. Extractive entities — oil, gas, and
mining businesses — that are active in Canada must publicly disclose certain
types of payments made to governments in Canada and abroad.
This repository contains that payments data (see `estma-payments.csv`) – as well
as some notebooks (see `notebooks/`) that analyze it – that you can use freely
for analysis.
## Using the Data
You can [**check out our website**][website] to learn about all the different
ways you can interact with and analyze the open ESTMA data.
* [Visualize and modify basic breakdowns on the website][website]
* [View and filter the microdata using GitHub Flat Viewer][flat]
* [Level up your analysis with the Advanced Analytics Workspace][aaw]
## Why the Weird Extension on `summary.jsonfile`?
The `summary.jsonfile` is just a few lines of JSON that provide the data for high
level indicators on [the website][website]. It isn't intended for human consumption.
The GitHub Flat Viewer is hard-coded to list all JSON files in the repository, no
matter what. So we change the extension so it doesn't show up in that tool. 😎
[website]: https://statcan.github.io/hackathon-ginyu-force/index-en.html
[flat]: https://flatgithub.com/StatCan/hackathon-ginyu-force-data?filename=estma-payments.csv
[aaw]: https://analytics-platform.statcan.gc.ca/covid19
[website-image]: notebooks/.screenshots/website.png