GenericMappingTools / gmtserver-admin

Cache data and script for managing the GMT data server
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Add draft recipes for Mercury, Mars, Venus, and Pluto #170

Closed PaulWessel closed 1 year ago

PaulWessel commented 1 year ago

All based off the recipe for the Moon since all are TIFFs. There may be some minor adjustments needed as we actually try to build the collections. Here are a few related questions:

I think it makes sense to add all these terrestrial planets at the same time and not just do the moon.

Comments, please.

maxrjones commented 1 year ago

@mercury_relief_full_g|p seems useful.

Not sure about the second question. How large are the differences and how much work would it be to add new radii?

PaulWessel commented 1 year ago

We need a planetary scientist to tell us what to do here - I am sure there is a simple answer and even official names for newer spheroids etc, I am just clueless about those. Workload is to add one ascii record to gmt_ellipsoid.h per new info, so trivial.

joa-quim commented 1 year ago

I've not yet looked at this discussion with detail, but shouldn't we base the spheroid/ellipsoid definitions in +proj=... strings?

PaulWessel commented 1 year ago

I've not yet looked at this discussion with detail, but shouldn't we base the spheroid/ellipsoid definitions in +proj=... strings?

Well, this is no different than for Earth, I think. We have WGS-84 as the default ellipsoid but there is only one default and there is not a default ellipsoid for each planetary body. In fact, we only have one ellipsoid per body, e.g., tail end of gmt_ellipsoids.h:

        {"Moon", 2000, 1737400.0, 0},
        {"Mercury", 2000, 2439700.0, 0},
        {"Venus", 2000, 6051800.0, 0},
        {"Mars", 2000, 3396190.0, 1.0/169.894447224},
        {"Jupiter", 2000, 71492000.0, 1.0/15.4144027598},
        {"Saturn", 2000, 60268000.0, 1.0/10.2079945799},
        {"Uranus", 2000, 25559000.0, 1.0/43.6160409556},
        {"Neptune", 2000, 24764000.0, 1.0/58.5437352246},
        {"Pluto", 2000, 1195000.0, 0}

We could possibly just revise these 20-yuear-old values to whatever NASA think is reasonable today. For instance, all those dataset specify the radius and I think the moon matches but the others are a bit different.

Esteban82 commented 1 year ago

We need a planetary scientist to tell us what to do here - I am sure there is a simple answer and even official names for newer spheroids etc, I am just clueless about those.

I know one that I could ask if needed.

PaulWessel commented 1 year ago

Please do. I have asked Sandwell who has passed it along to a more planetary type but still waiting.

Esteban82 commented 1 year ago

Do you know Belaya from the forum?

PaulWessel commented 1 year ago

Nope, no idea who that is.

Esteban82 commented 1 year ago

I received an answer. She told me that they used the ellipsoids from 2000. And also she can ask some collegues from NASA this week.

PaulWessel commented 1 year ago

OK, so perhaps we just stick with those we have then for now, unless you get more recent info later. Thanks for checking.