-
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
Add moon and other planets #182
Conversation
This PR polishes things a bit, adds some comments, and sets unspecified @moon_relief.cpt as the default CPT for the moon grid. I have successfully built the 14s master grid, then 15s,30s, etc all the way to 1 degree of both resolutions. GMT master needed at least on macos and plenty of RAM to hold 8 Gb grids in memory.
This branch has conflicts with the master branch, you need to resolve these conflicts first. |
I see. How should I do it? |
In this conflict the difference is
|
I think so. |
Yes, now the only important change of this PR is the moon CPT. |
In this PR, I think we should add the |
Yep. Last I recall was disagreement between the gray scale one and some generic color table. Since there is no "sea level" 0 contour we don't think we want one that has a hinge at zero. |
Ok, I will add WIP to the title until we define a CPT. |
I add the cpt as discused in #167
I add the CPT so I will remove "WIP" from the title. |
I think that the moon_relief_server.txt have to be added too. I took the info from the gmt_server_info.txt in the test server and a replace the cpt (geo for @moon_relief.cpt)
I just added the other planets |
I made this map of mars. This is the CPT I made based on this csv: I only created the color for the 22000 value (161/251/254) which is not defined in the previous csv. It is not very important becuase only there are very few nodes with values in the range of 21000-22000. mars_relief.cpt:
|
I want to add the latest commits to the Should I use:
|
Do you mean you want to merge the recent changes/commits in the master branch into the
If you want to do it manually/locally, then you can use either |
Perfect!! Many thanks seisman! |
This is the map of Mercury. I made the CPT in order to get a map similar to this I used the colors and values from this legend. I adapt it to get a continuos CPT. Let me know if there is something that would like to change in the CPT. Here is the CPT I made:
Links: |
Thanks Paul! Only the relief cpt of venus and pluto remain to be uploaded (and made). |
I make a PR for the
wrap-moon
branch. I think it won't make any dammage.This PR is 9 commits behind. Not very sure how to deal with this? Should I use rebase?
This is the original message:
This PR polishes things a bit, adds some comments, and sets unspecified @moon_relief.cpt as the default CPT for the moon grid. I have successfully built the 14s master grid, then 15s,30s, etc all the way to 1 degree of both resolutions. GMT master needed at least on macos and plenty of RAM to hold 8 Gb grids in memory.