Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanitize parking lot data #21

Open
KartikTalwar opened this issue Dec 4, 2013 · 3 comments
Open

Sanitize parking lot data #21

KartikTalwar opened this issue Dec 4, 2013 · 3 comments

Comments

@KartikTalwar
Copy link
Contributor

Transfer parking lot data from v1 and make it more readable and parseable.

Cases

  • Visitor parking is available evenings at 3:45pm
  • There is currently no evening or weekend parking available
  • Visitor parking is available all day/evening
  • Visitor parking is available evenings and weekends
  • Evening and weekend parking for visitors is available until 10:00 pm each night
  • Lot X is open and free from 4:30 pm Friday until 6:00 am Monday.
  • Visitor parking $2.00 per hour, daily maximum of $15.00 Evenings after 5:00 pm
  • Contractor permit parking only
  • Only between the hours of 6:00 am - 6:00 pm.
  • No overnight parking from 3:00 - 6:00 am

Response (needs work)

{
  "name" : "A",
  "latitude": 43.474847,
  "longitude" : -80.5446,
  "available_weekends" : true,
  "available_evenings" : true,
  "available_daytime" : true,
  "is_currently_open" : true,
  "current_visitor_cost" : 5,
  "type" : ["Faculty", "Staff", "Visitor", "Contractor"],
  "not_open" : [
    {
      "days" : ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
      "time_start" : "03:00",
      "time_end" : "06:00"
    }
  ],
  "note" : "Permits are sold to faculty and staff if space is available"
}
@zachomedia
Copy link
Contributor

image

@jmtjendra
Copy link
Contributor

Sharon: Some of the questions that come to mind…I’ve added them to the bottom of the existing one. If I think of any others I will send them separately….I wanted to send this while the meeting was fresh in my mind.

  • Motorcycle Parking available
  • Disabled Parking Available
  • Parking Meters
  • Short Term/hourly parking
  • Lot gated/card or transponder required
  • Inter zone parking available after 4:30 pm
  • Overnight parking available
  • Service permit parking
  • Permit valid at satellite campuses
  • Car Share vehicle available
  • Payment Types Accepted
  • Police Help Line available
  • Shuttle to Main Campus
  • Lot accessible from Ring Road

@jmtjendra
Copy link
Contributor

From RT and observations (tried not to include things mentioned above):

  • Carpool parking permit (at the back of E6)
  • Multiple different lots belonging to one "lot" (e.g. Lot X and Lot B)
  • Lot E parking
  • Parking rates/prices
  • Parking at North Campus
  • Specific coordinates for accessible parking and motorcycle parking.
  • Parking Shuttle stops and info
  • Off-campus parking, such as PHR and HS (RT feedback mentioned ACW + GA + DMS - but this is not managed by Parking Services)
  • Special permit parking at north of DC (e.g. ICR or for IST/Technical).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants