ArcGIS Instant App: Crime Rate in Victoria in 2022
An interactive mapping application developed using ArcGIS Pro and ArcGIS Online. The Local Government Area (LGA) boundary are taken from ABS website. Crime data has been taken from Crime Statistics Agency Victoria. Interactive map shows crime rate per 100,000 people using a sequential color scheme in a choropleth map. Two interactive charts show the crime rate and area in square kilometres of each LGA. A customized popup is displayed when clicking on any LGA on map.
Creating maps using Python Notebooks and GeoPandas
Python has powerful libraries like GeoPandas that can handle large amounts of data to create maps. The code in the attached python notebook reads a file containing postcode and geometry of each postcode in the form of polygon. It then generates Australia’s and each state’s map according to postcode distribution. It also determines postcodes with biggest area by projecting given postcode polygons in appropriate projected coordinates and calculating area in sq. km. The result is a series of visually appealing maps and charts that are generated on the fly.
Interactive Map: Off-Street Car parks in Melbourne City
An interactive mapping application developed using MapBox, Javascript, HTML and CSS. Users can select an area of Melbourne City to zoom in and view all different types of off-street parking. Graduated circle symbols are used to denote number of car spaces in a car park. Users can filter according to types of car parks and more details are shown using popup boxes. The data source is the Off-street car parks data from City of Melbourne Open Data Team, 2024.
Static Map: Commercial Off-Street Car parks in Melbourne City
This is a static map created using ArcGIS Pro and Adobe Illustrator. It shows how the number of off-street commercial carparks have decreased over the years in Melbourne City. In the line graph, you can clearly see the trend of decreasing number of off-street commercial carparks and increasing number of off-street residential carparks. The data source is the City of Melbourne Open Data Team, 2024. The task was to extract an interesting story by analyzing Off-street carparks data and tell it though a one-page static map.