Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with the US Geological Survey earthquake data set #9

Open
dpshelio opened this issue Oct 15, 2024 · 0 comments
Open

Working with the US Geological Survey earthquake data set #9

dpshelio opened this issue Oct 15, 2024 · 0 comments
Labels
preparation Exercises to do before the class week04 Working with data

Comments

@dpshelio
Copy link
Contributor

dpshelio commented Oct 15, 2024

This exercise will look at how to read data from an online source (web service), explore and and process it.

  1. Write down what time it is.
  2. Fork the earthquakes repository and clone it on your computer.
  3. Read the description of the exercise in the README file.
  4. Start by getting and exploring the data (step 1), then complete the code to process it (step 2).
  5. When you are happy with your solution (or want some feedback!):
    1. Push your new code to your own fork.
    2. On GitHub, open a pull request from your fork to the original repository.
    3. In the description, include the text Answers UCL-COMP0233-24-25/RSE-Classwork#9. This will list your PR to this issue.
    4. On the PR text, comment on what you found difficult or interesting, or something you learned. If you have finished the exercise, also mention the answers you found (e.g. "The maximum magnitude is 3 and it occurred at coordinates (4.0, -3.8)."
  6. Choose one of the other pull requests listed on this issue, and leave a review. Comment on things you find interesting or don't understand, any problems you think you spot, good solutions or potential improvements.
  7. fill in the short feedback form on Moodle about how long it took you to solve this exercise.

If you have questions or get stuck, ask on Moodle or book an office hours slot!


Sample solution

@dpshelio dpshelio added preparation Exercises to do before the class week04 Working with data labels Oct 15, 2024
aribaza pushed a commit to aribaza/earthquakes that referenced this issue Oct 18, 2024
zclcels added a commit to zclcels/earthquakeszcl that referenced this issue Oct 20, 2024
Answers UCL-COMP0233-24-25/RSE-Classwork#9

This returned data with the following format:

"The strongest earthquake was at (52.52, -2.15) with magnitude 4.8"

Also learned about some error-checking features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preparation Exercises to do before the class week04 Working with data
Projects
None yet
Development

No branches or pull requests

1 participant