All Projects → unitedstates → Images

unitedstates / Images

Licence: other
Public domain photos of Members of the United States Congress

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Images

Geodata Br
Free open public domain geographic data of Brazil available in multiple languages and formats.
Stars: ✭ 57 (-62.99%)
Mutual labels:  open-data, public-domain
Instagramphotopicker
Photo-picker like Instagram
Stars: ✭ 144 (-6.49%)
Mutual labels:  photos
Rocket
rocket - Fast single header signal/slots library for C++
Stars: ✭ 124 (-19.48%)
Mutual labels:  public-domain
Datasets
🎁 3,000,000+ Unsplash images made available for research and machine learning
Stars: ✭ 1,805 (+1072.08%)
Mutual labels:  photos
Photato
Photato - The personal Pictures gallery
Stars: ✭ 130 (-15.58%)
Mutual labels:  photos
Cordova Plugin Photo Library
Maintainer needed. Please contact if you're using this library in your project
Stars: ✭ 140 (-9.09%)
Mutual labels:  photos
Novels.org
Novels.org - Your Novels in Plain Text (Emacs . org-mode)
Stars: ✭ 120 (-22.08%)
Mutual labels:  public-domain
Swiftycam
A Snapchat Inspired iOS Camera Framework written in Swift
Stars: ✭ 1,879 (+1120.13%)
Mutual labels:  photos
Electrophysiologydata
A list of openly available datasets in (mostly human) electrophysiology.
Stars: ✭ 143 (-7.14%)
Mutual labels:  open-data
Decentralized Id.github.io
Self Sovereign Identity Curated
Stars: ✭ 135 (-12.34%)
Mutual labels:  public-domain
Gnaf Loader
A quick way to get started with PSMA's open GNAF & Admin Boundaries
Stars: ✭ 132 (-14.29%)
Mutual labels:  open-data
Borderless Window
A minimal borderless window with the Windows API
Stars: ✭ 131 (-14.94%)
Mutual labels:  public-domain
Osd Bike Routes
Open source release of bike routes in Chicago.
Stars: ✭ 140 (-9.09%)
Mutual labels:  open-data
Tzupdate
Set the system timezone based on IP geolocation
Stars: ✭ 130 (-15.58%)
Mutual labels:  public-domain
Pictureselectorlight
Picture Selector Library for Android or 图片选择器
Stars: ✭ 145 (-5.84%)
Mutual labels:  photos
Snippets
(Hopefully) useful code snippets and header-only libs
Stars: ✭ 123 (-20.13%)
Mutual labels:  public-domain
Awesome Italian Public Datasets
A selection of interesting Open dataset from the Italian Public Administration and Civic Data use cases
Stars: ✭ 132 (-14.29%)
Mutual labels:  open-data
Workflowshare
Workflow实例分享
Stars: ✭ 137 (-11.04%)
Mutual labels:  photos
Dados Abertos
Repositório do serviço de Dados Abertos da Câmara. Consulte as "Issues" para atendimento a dúvidas e sugestões.
Stars: ✭ 153 (-0.65%)
Mutual labels:  open-data
Hephotopicker
自由定制支持视频,图片的相册选择器
Stars: ✭ 146 (-5.19%)
Mutual labels:  photos

Images of Congress

DOI

Public domain images of members of the US Congress.

Using the photos

Photos are available at predictable URLs, by size and Bioguide ID. Photos are served using GitHub Pages.

https://theunitedstates.io/images/congress/[size]/[bioguide].jpg

[size] can be one of:

  • original - As originally downloaded. Typically, 675x825, but it can vary.
  • 450x550
  • 225x275

[bioguide] must be a Bioguide ID. These are unique IDs for members of Congress, as defined by the Congressional Bioguide. They can be found and connected to many other Congressional datasets, including the partner dataset over at unitedstates/congress-legislators.

Note: Our HTTPS permalinks are provided through CloudFlare's Universal SSL, which also uses "Flexible SSL" to talk to GitHub Pages' unencrypted endpoints. So, you should know that it's not an end-to-end encrypted channel, but is encrypted between your client use and CloudFlare's servers (which at least should dissociate your requests from client IP addresses).

Downloading all images of a particular size

If you want to quickly grab all images of a particular size without cloning the entire repo (and have svn installed), you can just do something like this:

svn checkout https://github.com/unitedstates/images/trunk/congress/225x275

Gathering more photos

GitHub Actions status codecov

This project uses a Python script that scrapes the Government Printing Office's Member Guide for official photos of Members of Congress. You can run the script to find and fetch new photos.

Install dependencies with:

pip install -r requirements.txt

Run the script with:

./scripts/gpo_member_photos.py

Contributing other photos

If GPO doesn't have a photo for someone in their member guide, we may be willing to accept a photo from another source.

In this case, open a ticket, and include:

  • The name and Bioguide ID of the member of Congress.
  • A link to the image you're suggesting we incorporate, and to a page that displays that image.
  • Why you believe the image is definitely official and in the public domain.

Public domain

The photos of members of Congress are from the Government Printing Office, which has assured us that all photos are public domain.

All other files in this project are dedicated to the public domain. As spelled out in CONTRIBUTING:

The project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

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].