Repository for the group project in the course IT3212 Data Driven Software at NTNU
Start the virtual environment by running the command:
source setup.shin the terminal. This will install the packages in the requirements.txt and start the virtual environment.
If you need to install more packages, do it in the virtual environment and then run the command
pip freeze > requirements.txtin the terminal to update the requirements.txt file.
The .csv files must be placed in the repository yourselves as they are too large to be uploaded to GitHub. They are available on the course page on Blackboard in "project material". They are included in the .gitignore file so they will not be uploaded to the repository.
The same goes for the .zip files for the land and ocean data. They can be found under course information, project material on Blackboard. They should be placed in the datasets folder.
You may experience issues when pushing to github. This may be due to the outputs in the .ipynb files being too large. You can try to fix this by removing the outputs from the .ipynb files before pushing.