Friday, April 24, 2015

Final Project

Still a work in progress! (Might not work sometimes since I may be editing it)

http://mason.gmu.edu/~amattapa/final/final.html

Questions:

1) What do you think about the overall layout?
2) Color Schemes?
3) Other overlay features? Airports, maybe railway lines, demographics.
4) Centering the map closer in on core points?
5) Sizing of images, bubbles, points, or the map overall (general sizes)

Thursday, April 23, 2015

Lab 9! Ready for the Big Time!

This is basically an expansion of the last lab, but now with cool time slider action and bubbles changing shape.

On a serious note, its an interesting map since it reflects the changes in Japan's population pre-war, during the war, and post-war periods.

http://mason.gmu.edu/~amattapa/lab9/lab9.html


Friday, April 10, 2015

Weekly Blog Post: Panning Across a Map

There's so many of these cool public local government maps by counties and states.  Here's an example from the Hawaiian State Government using ESRI:

http://histategis.maps.arcgis.com/apps/OnePane/basicviewer/index.html?appid=a590357da6d24723901a458accbbe312

This one is simple but some of the other government maps have different layers like satellite imagery, land records, tax assessments, location of public services, district maps, etc. 

LAB 8: Leaflet

Here's the link!:

http://mason.gmu.edu/~amattapa/lab8/lab8.html

I ended up choosing prefectures instead of cities (though I know shape/polygons would have been better, the data was more accessible for prefectures for those years, and you can't really do proportional symbols for polygons)


Sunday, April 5, 2015

Final Project Proposal

Here's what I've got in mind:

It might be a bit bigger than I can handle, but I'd like to present my topic that allows for some slight revisions if it becomes too difficult. In this ever increasing pace of information flow, there's a lot of things one can map, like #hashtags by state or even facebook statuses.

Governments also make a much better effort these days to keep track of all their information digitally, such as public land records, crime data, fire data, school data, etc.  Some of this data is updated near instantaneously.  While not as fast or immense as a data set as social media, these potentially daily uploads of data by governments/organizations are often far more reliable.

So for my final 411 project, I would like to take on an interactive crime map of Loudoun County.

I know there are crime maps that already exist out there that get their data directly from government bodies (See: https://www.crimereports.com/)

Thus the goal of this project is not to create something entirely new that can compete with a company that does this as a business, but rather as an experience into creating really dynamic and data driven maps.

Here's the link for Loudoun's daily crime report archive:

http://sheriff.loudoun.gov/Archive.aspx?AMID=37

As you can see the data only goes up to early February, and I'm not totally sure if they just delete or take down the previous months as they go along. However, for my map (at least for this class) first to collect all the data they have, categorize by date and severity (homicide vs theft).

Then, for the map itself, like crime reports, I'll be plopping down each of the data points but color coordinate them based on severity. As an added feature I'll also make it so that users can choose the range of time of data they want to view on the map (such as the past month or from jan 2015 to feb 2015, etc.)

Finally, the map will also allow users to turn on/off certain crimes based on their level of severity (this way we can choose to just see all the severe or just to see all the small crimes)


To develop this map I was looking at using javascript and leaflet for the map itself and a tsv/csv file or even a small database for all the data. This is what I have planned for this class at the moment.

However,

If given the time and opportunity, I'd like to take this a step further, and automate the process of collecting daily information from the crime reports, put it into a database rather than just a tsv or csv, and the automatically update the map accordingly on a daily basis.  This way users have continuously updating access to local crime data.

This is likely beyond what I'll be able to accomplish during the scope of this class, but its part of the vision I have for this project. 

Lab 7 D3 Choropleth


A slightly brushed up version of the choropleth map presented in the lab specs, plus a new data set from 2014 instead of the given 2012 data.


http://mason.gmu.edu/~amattapa/lab7/lab7.html

Slowly getting better at this!