Skip to content
Permalink
c3c98ca846
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (14 sloc) 1.62 KB
# 5011 CEM Data Visualisation!
## Last Updated On *29/07/20*
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](https://trello.com/b/wRwN4MFm/5011-cem-data-visualisation)
**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.
## Data Files Used:
o3_surface_20180701000000.nc (Obtained from Moodle. Combined dataset)
## Installation Instructions:
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.
## Sources Of Information:
Check [ResearchLog.md](https://github.coventry.ac.uk/sultanh5/5011CEM-Resit/blob/master/ResearchLog.md)