All Projects → everypolitician → Everypolitician Data

everypolitician / Everypolitician Data

data for national legislatures worldwide

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Everypolitician Data

Legislator
Interface to the Comparative Legislators Database
Stars: ✭ 62 (-64.37%)
Mutual labels:  dataset, data, politics
Python Pytest Cases
Separate test code from test cases in pytest.
Stars: ✭ 127 (-27.01%)
Mutual labels:  dataset, data
Githubrankingsspain
⬆️ Rankings with the most active GitHub users in Spain (sorted by public contributions) 🇪🇸
Stars: ✭ 127 (-27.01%)
Mutual labels:  dataset, data
Theyworkforyou
Keeping tabs on the UK's parliaments and assemblies
Stars: ✭ 173 (-0.57%)
Mutual labels:  civic-tech, politics
Ml Pyxis
Tool for reading and writing datasets of tensors in a Lightning Memory-Mapped Database (LMDB). Designed to manage machine learning datasets with fast reading speeds.
Stars: ✭ 93 (-46.55%)
Mutual labels:  dataset, data
Iso 3166 Countries With Regional Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
Stars: ✭ 1,372 (+688.51%)
Mutual labels:  dataset, data
Awesome Italian Public Datasets
A selection of interesting Open dataset from the Italian Public Administration and Civic Data use cases
Stars: ✭ 132 (-24.14%)
Mutual labels:  dataset, civic-tech
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-1.72%)
Mutual labels:  dataset, data
Dataspice
🌶 Create lightweight schema.org descriptions of your datasets
Stars: ✭ 137 (-21.26%)
Mutual labels:  dataset, data
Datasets
🎁 3,000,000+ Unsplash images made available for research and machine learning
Stars: ✭ 1,805 (+937.36%)
Mutual labels:  dataset, data
Covid19
JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily
Stars: ✭ 1,177 (+576.44%)
Mutual labels:  dataset, data
Covid 19 Uk Data
Coronavirus (COVID-19) UK Historical Data
Stars: ✭ 169 (-2.87%)
Mutual labels:  dataset, data
Nosdeputes.fr
Repository of NosDéputés.fr : the french parliamentary monitoring website
Stars: ✭ 69 (-60.34%)
Mutual labels:  civic-tech, politics
Dbg Pds
Deutsche Boerse's Financial Trading Public Data Set
Stars: ✭ 124 (-28.74%)
Mutual labels:  dataset, data
Colour
Colour Science for Python
Stars: ✭ 1,131 (+550%)
Mutual labels:  dataset, data
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-25.86%)
Mutual labels:  data, politics
Querido Diario
📰 Brazilian government gazettes, accessible to everyone.
Stars: ✭ 681 (+291.38%)
Mutual labels:  civic-tech, politics
Pldp
Public Life Data Protocol
Stars: ✭ 56 (-67.82%)
Mutual labels:  data, civic-tech
Textrecognitiondatagenerator
A synthetic data generator for text recognition
Stars: ✭ 2,075 (+1092.53%)
Mutual labels:  dataset, data
Coffee Quality Database
Building the Coffee Quality Institute Database
Stars: ✭ 141 (-18.97%)
Mutual labels:  dataset, data

The EveryPolitician project is currently on hold. See this blog post for more information.

everypolitician-data

This is the data repo for EveryPolitician. It contains the data powering EveryPolitician.org, and other sites such as Gender-Balance.org.

Want to use the data?

Want to contribute data?

This repo is where we store the data, but we have a process for adding it — please don't submit Pull Requests with data. Instead, if you know of data or data sources we are not using, please get in touch: here's how to contribute. The bottom line is: we use multiple online sources, and we regularly retrieve data from those sources so we can automatically keep up-to-date if and when they change. If you can help us by providing more sources, great!

This document is for developers actively working on the project, rather than consuming data from it.

Building the data for a legislature

  1. From within the directory for the legislature it should usually be enough to run bundle exec rake clean default.

    • To re-refetch the data from a given source first, set the REBUILD_SOURCE environment variable to something matching the filename of the required source: e.g. REBUILD_SOURCE=official bundle exec rake clean default

    • If you want to fetch fresh data from all existing sources, you can use bundle exec rake clobber default instead.

    • Note that if you're fetching any data from Morph, you'll also need to specify your morph.io API key in the environment variable MORPH_API_KEY, e.g. MORPH_API_KEY=my_secret_key bundle exec rake clean default

  2. Make sure that the changes look sensible, and then commit the new/refreshed data. Please commit human-edited files separately to data fetched from a remote source or generated as part of the build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].