Oakland License Plate Readings Database

Picking this topic up from the last post, I focused on enriching the data released.  This will allow further exploration of this data.

Lets use our previous schema as our starting point.  The previous post produced a good starting point for the task at hand.  The records from the previous post were stored in a table as shown in Figure 1.

image1

Figure 1 – License plate table readings.

Continue reading

City Of Oakland Plate Reader Data

Browsing Hacker News, I recently found out about the City of Oakland releasing almost 3 million records of license plate reader data.  The conversation there is way better than any blurb I could come up with.  However, this is a neat opportunity to mine this data as an academic exercise.

From the source, they are hosting a list of CSV files with various bits of information.  Common to all files, and of critical importance is the date and time of the tag reading and the latitude and longitude of each reading.  Supplemental information as the site of the reading and source of such is often given as well.  Most worrisome is the fact that the data has not been cleansed and includes the actual license tag for each reading instead of some ID.  This would be the first thing to go after for data to be re-shared and used here. Continue reading

Using Threshold Analysis To Discover Emerging Crime Trends In Orlando

Do police departments across the US (the world?) have the bandwidth to pour over crime reports in order to spot trends and mitigate crimes using all the available information?  Given the ever increasing amount of data, now the norm, it will be increasingly difficult to make the best use of this data.  As it applies to Crime, being able to effectively utilize this data should improve the quality of life of everyone.

Crime Dashboard

image

For week 40, commercial burglaries on sector 2 have increased from an expected count of 7.89 to an actual count of 16.  This is almost 2 1/2 times the expected volume.  (Click image to try analysis or here for image)

Continue reading

OBIEE Reporting From Transactional Databases

This blog post is about OBIEE reporting.  Specifically, it is about skipping the data warehouse and reporting from the transactional database instead.  Oracle’s OBIEE, like most BI reporting tools, is designed to use star/snowflake schemas as the underlying structures to report from.   Additionally, OBIEE’s metadata layer is very rich and extensively well thought out, allowing for a great deal of flexibility.  Oracle’s metadata tool (Admin Tool) allows us to leverage this flexibility and features to bridge the gap between an OLTP and an OLAP model.  I am not negating the need for a data warehouse, I am just wondering if all BI reporting projects merit one.

So the question to ask is: Is OBIEE up to the task?

Continue reading

Florida Healthcare Costs

If you read any Stephen Few for more than a minute, you’d realize he emphatically stresses clear and simple-looking visualizations.  Well, he does in the one O’Reilly book I have of his where he spends a considerable amount of time pointing out what NOT to do.

With this in mind and looking for an excuse to keep playing with Awesome Tableau Software, I decided to take another look at the Healthcare Costs Data previously talked about at Centers for Medicare and Medicaid Services’.

This time, I restricted the data to the state of Florida (I’m here) and decided to drop the map.  The hopeful intent of this visualization is to provide the needed information as fast as possible.  As before, I cannot embed here but provide the link instead.  Just click on the images to play with visual.

Capture1

 

And for perspective, this is what Stephen did.

Capture2

Medical Provider Charge Database Download

Data is provided at Centers for Medicare & Medicaid Services here. This dataset is being both in Excel and CSV formats.

Data looks like this:

DRG Definition

039 – EXTRACRANIAL PROCEDURES W/O CC/MCC

Provider Id

10001

Provider Name

SOUTHEAST ALABAMA MEDICAL CENTER

Provider Street Address

1108 ROSS CLARK CIRCLE

Provider City

DOTHAN

Provider State

AL

Provider Zip Code

36301

Hospital Referral Region Description

AL – Dothan

Total Discharges

91

Average Covered Charges

32963.07692

Average Total Payments

5777.241758

Continue reading

Saving OBIEE RPD As XML Content

One of the many benefits of working at Oracle is access to Oracle University.  I just found out about this new feature in a recent class I was able to take.

With the release of OBIEE 11.1.1.6, Oracle now provides basic SVN integration in Admin Tool.  It seems Oracle is moving away from storing RPD content as a binary file (wishful thinking).  I think this is a step in the right direction and would like to be able to merge and diff RPD work from Admin Tool or versioning system of choice.  I am assuming SVN integration in Admin Tool is just as good as in SQL Developer Data Modeler Winking smile.  Just like Data Modeler, you still have the option of not enabling SVN integration and using your versioning system of choice.  This is what I am going to do.  It gives me more choice such as which versioning system to use and independence from Oracle’s SVN feature set included in tool which is a subset of SVN anyways.

Continue reading