Giter Site home page Giter Site logo

data-project's Introduction

data-project

Data Representation and Querying Project 2015

Padraic Wade

Introduction

This project provides the design and documentation for the dataset "Dataset title" which is available at data.gov.ie

About the data

This dataset was received in Comma Separated Values (CSV) format, and was downloaded from Galway County Polling Stations. The CSV file contains 253 rows, the first being a header row with the names of each field. There are six values on each line, which are as follows:

- **chords**: the co-ordanates of the polling station separated into X and Y coordinates.
- **school**: the name of the school.
- **BuildingID**: the id of the school building used for refernece in other softwares and databases.
- **BuildingName**: the name of the building.
- **BuildingAdd**:  the address of the building.
- **Locality**: The locality of the building.

List of locations of polling stations

You can get a list of polling stations in a specific area using the GET method at the following URL: http://pollapi.com/region/[region] where you replace [region] with the region. An example of a response would be:

{
        "LOCALITY": "DUNMORE",
        "School": "Dunmore N.S. No. 2",
        "ID": "80430959",
        "BUILDING_I": "80430959",
        "ORGANISATI": " ",
        "BUILDING_N": "SAINT NICHOLAS NATIONAL SCHOOL",
        "ADDR_LIN00": "SION HILL",
        "ADDR_LIN01": "DUNMORE",
        "ADDR_LIN02": "CO. GALWAY",
}

List of polling stations by id no

You can get a list of polling stations in a specific area using the GET method at the following URL: http://pollapi.com/id/[id] where you replace [id] with the id. An example of a response would be:

{
        "ID": "80430959",
        "School": "Dunmore N.S. No. 2",
        "BUILDING_I": "80430959",
        "ORGANISATI": " ",
        "BUILDING_N": "SAINT NICHOLAS NATIONAL SCHOOL",
        "ADDR_LIN00": "SION HILL",
        "ADDR_LIN01": "DUNMORE",
        "ADDR_LIN02": "CO. GALWAY",
}

search by school name

You can get a list of polling stations in a specific area using the GET method at the following URL: http://pollapi.com/school/[school] where you replace [school] with the school name. An example of a response would be:

{
        "School": "Dunmore N.S. No. 2",
        "LOCALITY": "DUNMORE",
        "ID": "80430959",
        "BUILDING_I": "80430959",
        "ORGANISATI": " ",
        "BUILDING_N": "SAINT NICHOLAS NATIONAL SCHOOL",
        "ADDR_LIN00": "SION HILL",
        "ADDR_LIN01": "DUNMORE",
        "ADDR_LIN02": "CO. GALWAY",
}

search by school address

You can get a list of polling stations in a specific area using the GET method at the following URL: http://pollapi.com/schoolAdd/[schoolAdd] where you replace [schoolAdd] with the school address. An example of a response would be:

{
        "School": "Dunmore N.S. No. 2",
        "BUILDING_N": "SAINT NICHOLAS NATIONAL SCHOOL",
        "ADDR_LIN00": "SION HILL",
        "ADDR_LIN01": "DUNMORE",
        "ADDR_LIN02": "CO. GALWAY",
}

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.