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.
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
![]()
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.
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
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.