https://github.com/catchmentsci/geo8026
Repository containing the necessary files for GEO8026 (Data analysis for Geoscience)
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Repository
Repository containing the necessary files for GEO8026 (Data analysis for Geoscience)
Basic Info
Statistics
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
GEO8026: Data analysis for Geoscience
:book: Table of Contents
Table of Contents

:pencil: About The Repository
This repository provides a range of teaching materials developed for the MRes Environmental Geosciences degree at Newcastle University. Specifically, this repository provides the necessary materials for students undertaking the "GEO8026: Data analysis for Geosciences" module. Materials presented in this repository only relate to the 1st part of the module which is focussed on the use of MATLAB. The module is designed to provide students with working knowledge of software widely-used for numerical analysis in the Geosciences and within a range of industries (e.g. data science, engineering). By the end of the module, students will be equipped with knowledge and skills to be able to organise, query, analyse and display environmental datasets. This skillset will be developed through the completion of practical exercises using research datasets acquired from across the sub-disciplines of the geosciences. Following acquisition of the core skills, students will apply their knowledge to solve realworld problems.

:fork_and_knife: Prerequisites
This project requires MATLAB 2019a, or later in addition to the following packages: * Communications Toolbox * Curve Fitting Toolbox * Image Processing Toolbox * Mapping Toolbox * Statistics and Machine Learning Toolbox * Wavelet Toolbox
The following open source packages are used in these resources: * GDAL

:cactus: Repository Structure
Below is the outline of the folder structure within this repository with descriptions provided:
.
├── Block 01 # folder containing introductory challenges
│ ├── data # subfolder containing example file formats
│ ├── instructions # subfolder containing three instruction files
│ │ ├── latex # latex files (not needed)
│ ├── slides # lecture slides
├── Block 02
│ ├── code # code called by the .mlx files in the instructions subfolder
│ ├── data # subfolder containing example data
│ ├── instructions # subfolder containing two instruction files
│ ├── slides # lecture slides
├── Block 03
│ ├── code # code called by the .mlx files in the instructions subfolder
│ ├── data # subfolder containing example data
│ ├── instructions # subfolder containing one instruction file
├── Block 04
│ ├── code # code called by the .mlx files in the instructions subfolder
│ ├── data # subfolder containing example data
│ ├── instructions # subfolder containing one instruction file
│ ├── slides # lecture slides
├── Block 05
│ ├── data # subfolder containing example data
│ │ ├── calbuco # example trail camera imagery
│ │ ├── esk # example landsat imagery
│ │ ├── iceland # example Planet imagery
│ │ ├── kenya # example sentinel imagery
│ ├── instructions # subfolder containing four instruction files and one note file
│ │ ├── latex # latex files (not needed)
├── Example Datasets # folder containing example data
├── Portfolio Requirements # folder containing documents outling the assessment requirements

:runner: Getting started
* Either download, or clone this repository to the hard drive on your PC. * Work through each block in sequence, starting with the lecture slides and practical slides (where relevant), before working through each of the instructions documents in sequence (i.e. start at '_01_', then '_02_', etc.)
