-
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 - 3-D Topography (Planetary / Antarctic Maps) #11
Comments
I've made some upgrades and updates to PlanetaryMaps, including an explanation on how to use Regarding the |
Nice, I'll need to check that out again! If you don't mind, I can adapt that Planetary Maps tutorial of yours, and maybe just use GMT's built-in https://www.generic-mapping-tools.org/remote-datasets/mars-relief.html dataset (added as
I think it would be useful to show how to load DEMs outside of |
Again, since I receive these messages, one thing it puzzles me for a long time (well, two in fact)
|
This can be discussed at GenericMappingTools/pygmt#2431. We do have a single function for sample tabular datasets, see GenericMappingTools/pygmt#2302. But for the planetary datasets, we created different ones, probably to allow for tab-completion 😉
For disk files yes, we can read the file directly. For non-disk files over a network, or other file formats not supported by GMT yet (e.g. Zarr, HDF5 files that are not NetCDF, FITS, etc), we can use xarray or other libraries to read into memory first, perform operations such as subsetting, NaN removal, etc before passing into GMT for plotting. Going back to the topic here, REMA for example is available over s3 cloud storage at https://registry.opendata.aws/pgc-rema/, so we can potentially access that over the network, subset it to a region we want, and then plot it via |
|
Hi @weiji14
Yes! It would be fantastic to adapt
I also agree that REMA is a better choice for smaller scales. I'm working on finalizing an example of using a GeoTIFF from Google Earth Engine as a drape over a DEM (REMA) on Paulet Island. If I manage to complete it, we could include it as well. There are some interesting DEMs available via GEE that we could try out together. The IBCSO is indeed a "giant"! I’m really interested in trying the pseudo-DEM of Noctis Labyrinthus (check out this topographic map), but I haven’t found the time to dive into it yet. I think what we already have prepared will be enough for the AGU course, and we can add more to External Resources later. I’d also like to prepare something on Europa (thinking of the Europa Clipper mission), and I imagine that in the coming years, more and more researchers in Planetary Sciences will start using these maps. Maybe we can aim for EGU25 or 26? Thanks again ! |
Cool, I think we've got a plan, so we'll do something like:
I can start working on this over the next few days, hopefully can get a first draft ready by 20 November for review.
I think the short course deadline for EGU25 has passed already, so probably wait for EGU26 🙂 |
Super cool ! 😎 |
Starting a thread for me and @andrebelem to discuss about what to do for the 3-D Topography tutorial!
Concepts to cover:
grdview
pygmt.datasets.load_*_relief
Initial ideas:
The text was updated successfully, but these errors were encountered: