GIS 590 Portfolio

A professional portfolio documenting my education and employment in GIS

GIS Masters Project

A summary of my NC State Masters' Project

The final course that is part of the Masters of Geospatial Information Science and Technology at NC State is the GIS Masters' Project. The requirements for this project is that a GIS solution is developed for a client from beginning to end. This process included meeting with the client to designing the database to developing a web mapping application. The application that I developed for this project was the City of Raleigh's Development Dashboard. The idea behind the dashboard is to give the public an easy tool to find what and how much development is occurring in their vicinity. The data that is available for querying in the application are building permits and development plans. The source data for this application was made available from the Planning and Development department's database.

The theme of the application was to develop it using 100% open source tools. This was successfully done using a Python application server hosted by Redhat's OpenShift service. An open source MongoDB database was used to store all of the data geospatially and is exposed to the application through a Flask web service. The front end of the application was developed using Twitter's open source application framework called Bootstrap. Finally the map part of the application was developed using the open source web mapping API Leaflet.

View Application