This project will take a netcdf file, which contains different ozone values over 24 hours and allow the user to visualise them over a map. The software will allow the user to choose the type of ozone data they want to see, and allow for configuring the visualisation for colourblind people. Follow the project's development here My project plan is hosted on Trello. There you can find evidence of project planning, agile methods such as meetings, sprints, project backlog and a Kanban board.
The project will be written in MatLab, the tests will also be written in MatLab. The code will be hosted on this repository, but the data files used won't be uploaded here. I will link the data file(s) used below, and will include them in the instructions to run the software.
o3_surface_20180701000000.nc (Obtained from Moodle. Combined dataset)
Move the 3 .m files to a folder of your choosing and move o3_surface_20180701000000.nc there. Rename o3_surface_20180701000000.nc to Combined.nc. Open your MatLab and install Mapping Tools, then point the directory to where you have stored these 4 files, and then in the matlab console type main. That is how you install and run the project code.
You Must Rename o3_surface_20180701000000.nc to Combined.nc, or you will get an error. You Need to install MATLAB Mapping Tools, or you will get an error.
Check ResearchLog.md