GEOG0111 Scientific Computing
Course information
Course Convenor
Teaching Staff 2020-2021
Prof P. Lewis | Dr Qingling Wu |
Contributing Staff
Dr Qingling Wu | Dr. Jose Gomez-Dans | Feng Yin |
Purpose of this course
This course, GEOG0111 Scientific Computing, is a term 1 MSc module worth 15 credits (25% of the term 1 credits) that aims to:
- impart an understanding of scientific computing
- give students a grounding in the basic principles of algorithm development and program construction
- to introduce principles of computer-based image analysis and model development
It is open to students from a number of MSc courses run by the Department of Geography UCL, but the material should be of wider value to others wishing to make use of scientific computing.
The module will cover:
- Computing in Python
- Computing for image analysis
- Computing for environmental modelling
- Data visualisation for scientific applications
Learning Outcomes
At the end of the module, students should:
- have an understanding of the Python programmibng language and experience of its use
- have an understanding of algorithm development and be able to use widely used scientific computing software to manipulate datasets and accomplish analytical tasks
- have an understanding of the technical issues specific to image-based analysis, model implementation and scientific visualisation
Running on UCL JupyterHub
Follow the instructions on UCL installation and running
Timetable
The course takes place over 10 weeks in term 1, usually in the Geography Department Unix Computing Lab (PB110) in the Northwest wing, UCL.
Due to covid restrictions, it is being run online in the 2020-21 session.
Classes take place from the second week of term to the final week of term, other than Reading week. See UCL term dates for further information.
The timetable is available on the UCL Academic Calendar. Live class sessions will take place in groups on Monday and Thursdays.
Assessment
Assessment is through two pieces of coursework, submitted in both paper form and electronically via Moodle.
See the Moodle page for more details.
Useful links
Notes, code etc
Using the course notes
We will generally use jupyter
notebooks for running interactive Python programs. If you are taking this course at UCL,
follow the instructions on UCL installation and running. If you are running from outside UCL see these notes.