opendata

Joomla Templates and Joomla Extensions by JoomlaVision.Com

follow us

Data Portal (27)

opendata InfoAlamedaCounty proudly operates under an OpenData license wherever possible.also Our data is increasingly being made available for download and also as a feed for developers, researchers and others to access easily and freely. We never make sensitive data available, only clean, aggregate data or record level data where it is commonly accepted as public information. To learn more about what this data sharing model means read here, we only require that you attribute any of your work using our data. We are funded primarily by local foundations and can only sustain this system if we can continue to show how our data are being used in our community, so we ask that you attribute and also tell us how you're using our system and the data we release. Our Data Warehouse features data in Shapefiles, Google Earth KML and CSV formats where possible. We are working on GeoJSON formats also.

Legal Disclaimer- we are not the custodian nor the originator of most of these data, with the exception of survey based data and some aggregated data. We assume no legal responsibility for the use or misuse of these data and make them available to the extent our understanding of relevant data licenses permit us to do so.

If you represent a city or county agency and are interested in making your data available in either our data portal or in our new mapping platform please contact us.

Tuesday, 07 February 2012 11:20

Alameda County Public Schools

Rate this item
(0 votes)

Description: This dataset contains point features of all Alameda County public schools.

Agency/Source Name: California Department of Education

Data Released: School Year 2011 to 2012

Time Period: School Year 2011 to 2012

Update Frequency: Annual

Source: ftp://ftp.cde.ca.gov/demo/schlname/

Metadata:

Data Download: Shapefile

Tuesday, 21 June 2011 15:09

Oakland's Business Improvement Districts

Rate this item
(2 votes)
Description: This dataset contains the boundaries for Business Improvement Districts in Oakland, CA.

Agency/Source Name: City of Oakland

Data Released: 2009

Time Period: 2009 - present

Update Frequency:

Metadata:TBD

Data Download: Shapefile & KML
Wednesday, 08 June 2011 12:58

New data on ArcGIS online

Rate this item
(0 votes)

arcgislogo

If you are an ArcGIS user, we recently published new data on ArcGIS Online. Search for it at arcgis.com with our handle, "usc_public."

The featured layer package shows 2010 census tracts within Alameda County displayed by majority ethnic group within each tract. In many census tracts, there is no racial group that comprises the true majority (over 50%) of the population in that tract. Therefore, we symbolized based on which group has plurality – which group represents the largest number. Look at the script for the field labeled "Most" to see how we did it.

 

Wednesday, 01 June 2011 14:31

Oakland Crime Reports API

Rate this item
(2 votes)

As part of our commitment to Open Data and to encourage others to analyse and use the data we manage, clean and curate we are making our crime reports database available publicly. If you are a coder, developer or hacker this is for you. If you're not technically inclined then we'd suggest you head on back to our Data Portal for more people friendly data. Or you can take a look at our analyses bases on these data in our partnership with the OPD here.

Oakland Police report data is generated from the Urban Strategies partnership with the Oakland Police Department. Cleaned and geocoded reports generally take one week to process, so data will be available up until the week prior. Crime report data is summarized by the week --Sunday - Saturday. Please note that the starting date is not always the Sunday of that week, but it represents the first instance of a report for that particular beat.

To obtain a layer of the boundaries for the community police beats, please go to:

Oakland Community Police Beats


////////////////////////////////////////////////////////////////////////////////////////////////////////////
Function Call: Get crime summary
Base URL: http://rest.infoalamedacounty.org/index.php/api/usc/crimeAggregate
Options:
• format-[xml,json,serialize,php,html,csv]
• stdate (YYYY-MM-DD)-beginning date for query
• beat:string-community police beats in Oakland

Example Return
http://rest.infoalamedacounty.org/index.php/api/rest/crimeAggregate/stdate/2011-03-02/beat/22x

<xml>
<item>
<start>2011-03-03</start>
<BEAT>22X</BEAT>
<Violence/>
<Property>5</Property>
<Homicide/>
<Assaults/>
<Robbery/>
<Burglary>3</Burglary>
<Rape/>
<Weapons/>
<Drugs/>
<Sex/>
</item>

 

Wednesday, 01 June 2011 10:31

Service Provider API (Reentry Focus)

Rate this item
(0 votes)

As part of our commitment to Open Data and to encourage efficiency in our partner agencies and nonprofits we are making our rich service provider database available as a data feed for use in whatever system, application or listing service you desire. If you are a coder, developer or hacker this is for you. If you're not technically inclined then we'd suggest you head on back to our Data Portal for more people friendly data. Or you can take a look at our web site that uses this data at www.alamedareentryservices.org.

 

The service provider directory contains listings for over 400 service providers, not just those providing specific reentry services but almost all providers in the county. This dataset was collated and quality checked over several months in 2010 and is a very comprehensive listing of social service providers in our county with rich details including service eligibility, opening hours, accessibility and more. Based on the type of service provided, the organizations are organized into general categories and then further divided into subcategories. To gain access to the  locations, the client needs to provide the category and subcategory names. Please note service provider locations may contain duplicates since most locations provide multiple services across several categories/subcategories.

*Red Options are Required

Default return format is xml


Function Call:Get service categories
BASE URL: http://rest.infoalamedacounty.org/index.php/api/reentry/servicegroup
Options:
• format-[xml,json,serialize,php,html,csv]
Example Return http://rest.infoalamedacounty.org/index.php/api/reentry/servicegroup

<xml>
<item>
<categoryID>1</categoryID>
<name>Housing</name>
</item>
<item>
<categoryID>2</categoryID>
<name>Legal</name>
</item>

////////////////////////////////////////////////////////////////////////////////////////////////////////////
Function Call: Get service subcategories
Base URL: http://rest.infoalamedacounty.org/index.php/api/reentry/services
Options:
• format-[xml,json,serialize,php,html,csv]
categoryID:Int
Example Return http://rest.infoalamedacounty.org/index.php/api/reentry/services/categoryID/1

<xml>
<item>
<name>Temporary/ Transitional Housing</name>
<definition>
Bridges the gap between emergency shelter and permanent affordable housing.
</definition>
</item>
<item>
<name>Emergency Shelter</name>
<definition>
Temporary housing on a night-by-night or week-by-week basis.
</definition>
</item>

////////////////////////////////////////////////////////////////////////////////////////////////////////////
Function Call: Get locations of service providers
Base URL: http://rest.infoalamedacounty.org/index.php/api/reentry/locations
Options:
• format-[xml,json,serialize,php,html,csv]
service:String
• miles:int- buffer distance from a point to gather services
• latitude:double- the latitude of the point to buffer
• longitude:double -the longitude of the point to buffer
Example Return:
http://rest.infoalamedacounty.org/index.php/api/rest/locations/service/Emergency Shelter
<xml>
<item>
<name>Society of St. Vincent de Paul</name>
<address>675 23rd Street</address>
<city>Oakland</city>
<zip>94612</zip>
<phone>(510) 877-9218</phone>
<email/>
<latitude>37.813634</latitude>
<longitude>-122.273776</longitude>
<distance>13.700327155719</distance>
</item>
<item>
<name>Building Futures for Women and Children</name>
<address>1395 Bancroft Avenue</address>
<city>San Leandro</city>
<zip>94577</zip>
<phone>510- 357-0205</phone>
<email/>
<latitude>37.726391</latitude>
<longitude>-122.147672</longitude>
<distance>4.5485173567126</distance>
</item>

All we ask in return is that you tell us how you are using the API (so we can get funding to keep it going) and your ideas on how we can improve or expand the API.

Please refer to the attached document to get started.

Tuesday, 24 May 2011 13:35

Oakland Redevelopment Areas

Rate this item
(0 votes)

Description: This dataset contains the boundaries for the Redevelopment Areas for Oakland, CA.

Agency/Source Name: City of Oakland

Data Released: May 2011

Time Period: 2010

Update Frequency:

Metadata:TBD

Data Download: Shapefile & KML

Tuesday, 24 May 2011 13:20

Oakland Community Police Beats

Rate this item
(3 votes)

Description: This dataset contains the Community Police Beats for Oakland, CA.

Agency/Source Name: City of Oakland

Data Released: May 2011

Time Period: 2010

Update Frequency:

Metadata:TBD

Data Download: Shapefile & KML

Tuesday, 24 May 2011 13:18

Oakland City Council Districts

Rate this item
(0 votes)

Description: This dataset contains the City Council Districts for Oakland, CA.

Agency/Source Name: City of Oakland

Data Released: May 2011

Time Period: 2006

Update Frequency:

Metadata:TBD

Data Download: Shapefile & KML

Tuesday, 24 May 2011 13:14

Urban Communities Collaborative

Rate this item
(0 votes)

Description: This dataset contains the boundary for the Urban Communities Collaborative

Agency/Source Name:

Data Released: May 2011

Time Period: 2010

Update Frequency: None

Metadata:TBD

Data Download: Shapefile & KML

Rate this item
(0 votes)

Description: This dataset contains the boundary for TCE's Building Healthy Communities Initiative

Agency/Source Name: Urban Stategies Council

Data Released: May 2011

Time Period: 2010

Update Frequency: None

Metadata:TBD

Data Download: Shapefile & KML

Tuesday, 24 May 2011 13:09

Promise Neighborhoods Boundary

Rate this item
(0 votes)

Description: This dataset contains the boundary for Promise Neighborhoods in Hayward,CA.

Agency/Source Name: Urban Stategies Council

Data Released: May 2011

Time Period: 2010

Update Frequency: None

Metadata:TBD

Data Download: Shapefile & KML

Rate this item
(0 votes)

Description: This dataset contains the boundary for the Making Connections Initiative in Oakland

Agency/Source Name: Anne E. Casey Foundation

Data Released: May 2011

Time Period: 2010

Update Frequency: None

Metadata:TBD

Data Download: Shapefile & KML

Rate this item
(0 votes)

Description: This dataset contains the Neighborhood Stabilization Zones for Oakland

Agency/Source Name: Urban Strategies Council

Data Released: May 2011

Time Period: 2009

Update Frequency: Decenial

Metadata:TBD

Data Download: Shapefile & KML

<< Start < Prev 1 2 Next > End >>
Page 1 of 2

Funded by:


akonadi ESRI grants
sff