GIS Portfolio: Visualizing Data, Informing Decisions.

Nadia Sharif

Student of Masters of Geospatial Science at RMIT University, Melbourne

Interactive Map: New and proposed buildings in Melbourne City

An interactive mapping application developed using MapBox, Javascript, HTML and CSS. It shows all newly completed, approved, under construction and applied for buildings in the city of Melbourne in 3D view. The buildings can be filtered according to their building status. Clicking on a building displays all related data in the form of popup box. The data source is the City of Melbourne Open Data Team, 2024.

ArcGIS Instant App: Crime Rate in Victoria in 2022

An interactive mapping application developed using ArcGIS Pro and ArcGIS Online. The Local Governement 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.

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.

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.

Analyzing increase in house prices in Victoria by LGAs from 1992 to 2022

This is a python notebook which analyzes howhouse prices have increased in Victoria from the year 1992 to 2022. The mean house price data of each LGA has been obtained from Victoria Government.

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.