GithubHelp home page GithubHelp logo

jeffreyblewis / congressional-district-boundaries Goto Github PK

View Code? Open in Web Editor NEW
146.0 146.0 68.0 545.48 MB

GIS boundaries in GeoJSON format for all US Congressional Districts, 1789 to 2012

Home Page: cdmaps.polisci.ucla.edu

License: MIT License

congressional-district-boundaries's People

Contributors

jeffreyblewis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

congressional-district-boundaries's Issues

Difference in member information for two South Carolina files

Hello,

I just thought I'd point out that the member data uses arrays for name, party and district in both South_Carolina_104_to_107.geojson and South_Carolina_108_to_112.geojson whereas other files have them simply as strings. These were the only two files I found like this. FWIW, it's not critical to me to have this consistent, I just thought you might want to know.

Regards,

$ cat South_Carolina_1_to_2.geojson | jq -r '.features[].properties | .member | to_entries[0]' | head -n 15 
{
  "key": "1",
  "value": {
    "8702": {
      "party": "Pro-Administration",
      "name": "Smith, William Loughton",
      "district": "1"
    }
  }
}
{
  "key": "1",
  "value": {
    "1260": {
      "party": "Anti-Administration",
$ cat South_Carolina_104_to_107.geojson | jq -r '.features[].properties | .member | to_entries[0]' | head -n 15
{
  "key": "104",
  "value": {
    "29565": {
      "party": [
        "Republican"
      ],
      "name": [
        "Sanford, Marshall \"Mark\""
      ],
      "district": [
        "1"
      ]
    }
  }
$

Are these boundaries current?

May sound like a dumb question, but given that we're currently in the 113th Congress, are these files not suitable for describing current districts?

License

How is this data licensed?

Maps

Maps do not come through as it is just a white screen

New York Districts Missing numbers

Hello I wanted to point out that the New York Districts for 73 to 78 are missing their districts number. When I click on it, it says that they are all 0th dirstricts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.