BetaNYC / citygram-services-nyc

Web content transformation proxies for open data API's
https://citygram-services-nyc.herokuapp.com/
4 stars 6 forks source link

NYC 311 Potholes #29

Closed dirkkelly closed 8 years ago

dirkkelly commented 8 years ago

https://citygram-srvcs-nyc-dev-pr-29.herokuapp.com/nyc-311-potholes/

As a driver in New York, I want to know when potholes in my area are reported, so I know to look out for them, and can also be ensured that what I report is collected.

potholes

{
  "type": "FeatureCollection",
  "features": [
    {
      "id": "31750388",
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.84464021093402,
          40.68029656884562
        ]
      },
      "properties": {
        "incident_zip": "11417",
        "school_name": "Unspecified",
        "location": {
          "needs_recoding": false,
          "longitude": "-73.84464021093402",
          "latitude": "40.68029656884562"
        },
        "complaint_type": "Street Condition",
        "city": "Ozone Park",
        "park_borough": "QUEENS",
        "school_state": "Unspecified",
        "longitude": "-73.84464021093402",
        "community_board": "10 QUEENS",
        "created_date": "2015-10-15T02:05:18",
        "school_address": "Unspecified",
        "status": "Open",
        "facility_type": "N/A",
        "unique_key": "31750388",
        "agency_name": "Department of Transportation",
        "x_coordinate_state_plane": "1027341",
        "intersection_street_1": "CROSS BAY BOULEVARD",
        "y_coordinate_state_plane": "187165",
        "latitude": "40.68029656884562",
        "school_code": "Unspecified",
        "school_city": "Unspecified",
        "address_type": "INTERSECTION",
        "intersection_street_2": "LIBERTY AVENUE",
        "school_number": "Unspecified",
        "resolution_action_updated_date": "2015-10-15T02:05:18",
        "descriptor": "Pothole",
        "school_zip": "Unspecified",
        "agency": "DOT",
        "borough": "QUEENS",
        "school_phone_number": "Unspecified",
        "park_facility_name": "Unspecified",
        "school_region": "Unspecified",
        "title": "10/14  10:05 PM - Pothole at the intersection of Cross Bay Boulevard and Liberty Avenue in Ozone park."
      }
    }
  ]
}