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

Tutorial 5 - 3D Topography #14

Merged
merged 15 commits into from
Dec 2, 2024
Merged

Tutorial 5 - 3D Topography #14

merged 15 commits into from
Dec 2, 2024

Commits on Nov 17, 2024

  1. 3D topography tutorial part 1 - Mars

    Tutorial showcasing Mars Orbiter Laser Altimeter (MOLA) dataset, focusing on Olympus Mons. Data loaded via `pygmt.datasets.load_mars_relief`, plotting in 2D with `grdimage`, and in 3D using `grdview`.
    
     data processing pipeline over Wellington, New Zealand. Doing data loading using laspy, pre-processing with `blockmedian`, gridding with `surface`, and plotting in 2D with `grdimage` and in 3D using `grdview`.
    weiji14 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1cf7431 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Add tut5_topography to TOC and Neumann et al., 2003 citation

    Include tut5_topography in Table of Contents, and citation for the MOLA dataset.
    weiji14 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d7169ed View commit details
    Browse the repository at this point in the history
  2. 3D topography part 2a - Antarctica

    Draft section on plotting an Antarctic DEM with RGB image overlay. Using REMA as the DEM, and Sentinel-2 L2A imagery. Need to mosaic two tiles together using rioxarray for both the DEM and RGB imagery. Have done a quick `grdview` plot based on my old code at weiji14/30DayMapChallenge2021@61f5698.
    weiji14 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5d87fb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    9176557 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. 3D to 3-D

    Co-authored-by: Yvonne Fröhlich <[email protected]>
    weiji14 and yvonnefroehlich authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    5c1ee3a View commit details
    Browse the repository at this point in the history
  2. Update book/tut5_topography.md

    Co-authored-by: Yvonne Fröhlich <[email protected]>
    weiji14 and yvonnefroehlich authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    fe7a7cb View commit details
    Browse the repository at this point in the history
  3. Add descriptive text for 'Draping RGB image on 3-D topography' section

    Explain some of the parameters used for image draping such as `drapegrid`, `surftype` and `zscale`. Moved some explanatory text into a 'tip' admonition cell.
    weiji14 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    57de5a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. WIP on add-jn-topo

    weiji14 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8131ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad34d29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c963e41 View commit details
    Browse the repository at this point in the history
  4. Revert accidental changes

    Patch ad34d29
    weiji14 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    14cab39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f2e2fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eeca35c View commit details
    Browse the repository at this point in the history
  7. Convert MyST markdown notebook to Jupyter notebook

    Using `jupytext --to notebook book/tut05_topography.md`
    weiji14 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    281b9e0 View commit details
    Browse the repository at this point in the history
  8. Reduce diff

    weiji14 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8165e9c View commit details
    Browse the repository at this point in the history