Open Earth Observation Data Processing
Handouts for presentations on technical background and concepts required for this year's project task in Geosoftware II at ifgi. These handouts are the core of the preparation of a topic by each student/pair of students. The handout should be prepared in a manner so that fellow students can use it as a starting point for getting up to speed on the new topics and making decisions during their project work. The presenting students remain experts on the topics for future questions and are very welcome to update the documents in this repository during the course.
Due date: November 4th, 2020, 14:00 hrs CET.
- Fork this project
- Do your research
- Create a folder for your topic (
topic-title-no-capitals-with-hyphens-but-not-underscores
) - Add a file
handout.md
file in your folder- Take a look at the markdown syntax
- Split up your work into logical sections and use informative names for each of these
- Add any additional files needed (graphics not already available online, for example) to your folder
- Add your GitHub username at the beginning of the document, e.g. @nuest
- Add a git tag
handout-submission-<name>
and push it to your fork - Send a pull request before the submission deadline containing your handout (not the presentation)
- Give the pull request a useful name and description, and @-mention all contributors in the pull request description
- Implement the feedback by the lecturers
- Update the pull request by pushing the changes to your repository
- Create a presentation based on your handout (optional: add it to your folder)
- Present at the seminar (approx. 10 minutes + 5 minutes questions and discussion, prepare to fill the 5 minutes with additional content if no questions are asked)
- Incorporate feedback from the presentation into the handout and update the pull request (don't forget to sync your fork/merge
upstream master
beforehand) - If you see an error in or want to add information to a colleague's handout ...
- Make a comment to the open PR if it is still open
- At any later point in time: make the changes yourself (fetch and merge into your fork, make the changes, send a pull request to the original author of the topic and present your changes, original author may then merge and send a PR to the main repository)
- Teacher merges the final handout version after grading
The evaluation is conducted based on the content of the handout, the presentation itself, and the discussion afterwards during the course. Be prepared for questions by your fellow students and the teachers, but also prepare some additional content or questions yourself so that you can stick to (= fill up completely) your presentation time slot.
Make sure you cover at least the mentioned keywords. More is better, but only really better if you evaluate alternatives, phrase opinions, and provide guidelines for your fellow students.
See https://github.com/Geosoft2/geosoft2-2020/issues?q=is%3Aissue+is%3Aopen+label%3Atopic.
Please provide a draft of the covered content or any questions as soon as possible through commenting on the respective topic's issue, to retrieve feedback and adjust before you spend too much effort.
- Coding guidelines (How to write good code?) are in
code-guidelines.md
.