Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

46 lines (23 loc) · 1.66 KB

Welcome to National Day of Civic Hacking 2015!

Challenges

To celebrate National Day of Civic Hacking, over 30 federal agencies have released new datasets and challenges to hack. They are available here:

http://hackforchange.org/announcing-national-day-of-civic-hacking-challenges/

Open Data from the City of Las Vegas

The city of Las Vegas has an open data portal as well, with many data repositories. That data can be found here:

https://opendata.lasvegasnevada.gov/browse?limitTo=datasets

Las Vegas Crime Data

An API for crime in Las Vegas has been setup. You can access data using the following formats:

http://curs.es:9000/lat/<latitude>/lng/<longitude>/distance/<distance>

Distance is in meters and max distance is 5000 meters.

Example: http://curs.es:9000/lat/36.079411233095/lng/-115.02346661800036/distance/5000

You can also specify a time frame like so:

http://curs.es:9000/lat/<latitude>/lng/<longitude>/distance/<distance>/startDate/<start date>/endDate/<end date>

Year is in YYYY-MM-DD format.

Example: http://curs.es:9000/lat/36.079411233095/lng/-115.02346661800036/distance/5000/startDate/2014-12-16/endDate/2014-12-17

City Census Data

Open data census as done by the Sunlight Foundation:

http://us-city.census.okfn.org/place/vegas`

City SDK from the Census Bureau

CitySDK is designed with modularity in mind. Are you working on a project and want to include population, income, or any other Census data? Load the Census module! Would you rather tell people where the closest Farmers' Market is? There's a module for that.

http://uscensusbureau.github.io/citysdk/gettingstarted.html

http://uscensusbureau.github.io/citysdk/index.html