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

Tutorials wish list #3

Open
felixcremer opened this issue Jul 11, 2024 · 2 comments
Open

Tutorials wish list #3

felixcremer opened this issue Jul 11, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@felixcremer
Copy link
Member

What are tutorials that we should include here?
Are there already any geo data tutorials available that could be moved here?

What topics do you miss that touch multiple packages that we could include here?

@felixcremer felixcremer added the help wanted Extra attention is needed label Jul 11, 2024
@evetion
Copy link
Member

evetion commented Jul 11, 2024

A bit big, but we should work on geocompj book, and make issues for things that don't work yet. See https://geomcompx.org and the language versions at https://r.geocompx.org/ and https://py.geocompx.org/ (the latter is shorter).

@lupemba
Copy link

lupemba commented Jul 15, 2024

Idea 1: Interactive data visualization.

  • Get a country border polygon from some source like Natural Earth.
  • Read in a global data set with multiple variable from a netcdf file.
  • Extract only the data within country boarders.
  • Visualize the subset using Tyler.jl with a drop down menu to select between variables.

Idea 2: Co-location of data sets.

  • Load two partially overlapping datasets from different formats and with different projections (Dataset A and Dataset B).
  • Create a co-located dataset where dataset A and B are joined in a Dataframe for the closest match if their distance is under x km.
  • Check correlations between dataset A and B.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants