- Start out going west on Meetinghouse Rd toward State Route 281/NY-281.
- Turn right onto State Route 281/NY-281.
- State Route 281/NY-281 becomes US Route 11/US-11 N.
- Merge onto I-81 N via the ramp on the left.
- Take the Adams St exit, EXIT 18, toward Harrison St.
- Stay straight to go onto Almond St.
- Turn left onto E Genesee St/NY-92.
Service Code | Service Name | # of Requests | |
---|---|---|---|
SR-IR01 | Information Request | 674869 | |
SR-LI21 | Maintenance Residential or Commercial | 40001 | |
SR-ST03 | Rubbish/Recyclable Material Collection | 31159 | |
Directory Assistance | 25545 | ||
SR-ST02 | Illegal Dumping | 24401 | |
SR-PD01 | Abandoned Vehicle | 22109 | |
SR-ST01 | Street Defect | 22005 | |
SR-CL01 | Graffiti Removal | 17160 | |
SR-ST18 | Salting | 14282 |
# Using the dataUSA.io API for Census Data in R | |
This gist contains some notes on constructing a query for census and economic data from the [DataUSA.io](http://datausa.io/) site. This is a quick-start guide to their API; for in-depth documentation check out their [API documentation](https://github.com/DataUSA/datausa-api/wiki/Overview). | |
A great way to learn how to structure a query is to visit a specific datausa.io page and click on the "Options" button on top of any graph, then select "API" to see the query syntax that created the graph. | |
 | |
## Example Use |
-
Toward a Definition of the Coproduction Concept. Jeffrey L. Brudney and Robert E. England (1983)
-
Managing Coprovision: Using Expectancy Theory to Overcome the Free-Rider Problem. Kathleen J. Powers and Fred Thompson (1994)
-
Institutionalised Co-production: Unorthodox Public Service Delivery in Challenging Environments. Anuradha Joshi and Mick Moore (2006)
-
Beyond Engagement and Participation: User and Community Coproduction of Public Services. Tony Bovaird (2007)
-
It takes Two to Tango? Understanding the Co-production of Public Services by Integrating the Services Management and Public Administration Perspectives. Stephen P. Osborne and Kirsty Stro
Use state-level data on business registration, permitting and inspections to cross check against local data sets for non-permitted businesses.
- Identify unlicensed or unpermitted businesses or business activity.
- Identify business that are not in compliance with local zoning ordinances (e.g., areas that are not zoned for commercial activities).
- Validate (or optimize) snow plowing routes, particularly during times of snow or weather related emergencies.
- Generate macro-level indicators of business activity in a city or region.
~$ curl -s 'http://ipsweb.ci.syracuse.ny.us/searchList.svc/getStreets' \
-H 'Content-Type: application/json' \
--data-binary '{"street":"Geddes St"}'
"Arden Dr & Geddes St S"
"Bear St W To Geddes St N"
"Bellevue Ave & Geddes St"
mysql> select distinct(Conviction_Description) from convictions where Conviction_Description like '%SPEED%';
+----------------------------------------------------+
| Conviction_Description |
+----------------------------------------------------+
| SPEED IN ZONE |
| SPEEDING |
| SPEEDING +15 |
| SPEED NOT REASONABLE AND PRUDENT |
| SPEEDING IN A WORK ZONE OR ON A RESTRICTED HIGHWAY |
The purpose of an app challenge demo or presentation is to succinctly present your work on a civic app or solution to a panel of judges. It is usually the culmination of days (or even weeks) of work, and may only be limited to a few minutes.
Here are a set of suggestions that can help make these few minutes in front of a judging panel as effective and impactful as possible.
Prepare your presentation ahead of time - while judges may understand the desire to work on a project right up to the last minute, making sure your presentation is solid and tells a compelling story is as important as your project itself. Take the time to prepare slides or a similar visual presentation that can accompany your remarks to the judges.
IDENTIFICATION DIVISION. | |
PROGRAM-ID. CLIOPTIONS. | |
ENVIRONMENT DIVISION. | |
DATA DIVISION. | |
WORKING-STORAGE SECTION. | |
01 argv pic x(100) value spaces. | |
PROCEDURE DIVISION. | |
ACCEPT argv FROM argument-value |
{ | |
"name": "phl-property-tax-balances", | |
"keywords": ["tax", "property", "delinquent", "deadbeat"], | |
"license": "CC0", | |
"sources": [{ | |
"name": "City of Philadelphia", | |
"web": "http://opendataphilly.org", | |
"email": "[email protected]" | |
}], | |
"resources": [{ |