-
Notifications
You must be signed in to change notification settings - Fork 3
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
Commits on Nov 17, 2024
-
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`.
Configuration menu - View commit details
-
Copy full SHA for 1cf7431 - Browse repository at this point
Copy the full SHA 1cf7431View commit details
Commits on Nov 19, 2024
-
Add tut5_topography to TOC and Neumann et al., 2003 citation
Include tut5_topography in Table of Contents, and citation for the MOLA dataset.
Configuration menu - View commit details
-
Copy full SHA for d7169ed - Browse repository at this point
Copy the full SHA d7169edView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5d87fb6 - Browse repository at this point
Copy the full SHA 5d87fb6View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9176557 - Browse repository at this point
Copy the full SHA 9176557View commit details
Commits on Nov 24, 2024
-
Co-authored-by: Yvonne Fröhlich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c1ee3a - Browse repository at this point
Copy the full SHA 5c1ee3aView commit details -
Update book/tut5_topography.md
Co-authored-by: Yvonne Fröhlich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe7a7cb - Browse repository at this point
Copy the full SHA fe7a7cbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 57de5a4 - Browse repository at this point
Copy the full SHA 57de5a4View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8131ae0 - Browse repository at this point
Copy the full SHA 8131ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad34d29 - Browse repository at this point
Copy the full SHA ad34d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c963e41 - Browse repository at this point
Copy the full SHA c963e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cab39 - Browse repository at this point
Copy the full SHA 14cab39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2e2fb - Browse repository at this point
Copy the full SHA 7f2e2fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeca35c - Browse repository at this point
Copy the full SHA eeca35cView commit details -
Convert MyST markdown notebook to Jupyter notebook
Using `jupytext --to notebook book/tut05_topography.md`
Configuration menu - View commit details
-
Copy full SHA for 281b9e0 - Browse repository at this point
Copy the full SHA 281b9e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8165e9c - Browse repository at this point
Copy the full SHA 8165e9cView commit details