pds-data-dictionaries / PDS4-LDD-Issue-Repo

Issue repository for tracking all PDS4 Discipline Dictionary-related issues, new feature requests, and releases.
Apache License 2.0
2 stars 1 forks source link

[ldd-rings] [ldd-cart] Reprojection grid attributes for ring coordinate system #241

Open matthewtiscareno opened 1 year ago

matthewtiscareno commented 1 year ago

Describe the issue identified (if applicable) A data provider will deliver images reprojected onto a radius-longitude grid in a ring-based coordinate system. Both inertial and co-rotating longitudes may be desired.

Describe the solution you'd like Do attributes to describe reprojection grids already exist in the Cartography LDD? If so, do they (or could they) include radius and longitude as appropriate for this project? Alternatively, should we create attributes of this kind in the Rings LDD?

thareUSGS commented 1 year ago

Currently, the Rings sections under CART has one defined map projection called "Ring_Polar". Thus, it does look like we need a new Class and new attributes. I have no experience with Rings map projections and would need help with the Class name, attributes, and definitions. This issue could be a location to start collecting those attributes (or simply add to a new file and request a pull).

For context, here is the one class under Rings which has the single map projection: https://github.com/pds-data-dictionaries/ldd-cart/blob/6f3585fb2de8573fc63400091a44310111e3cd9d/src/PDS4_CART_IngestLDD.xml#L4674

Here are the attributes: https://github.com/pds-data-dictionaries/ldd-cart/blob/6f3585fb2de8573fc63400091a44310111e3cd9d/src/PDS4_CART_IngestLDD.xml#L4683

matthewtiscareno commented 1 year ago

Thank you, @thareUSGS. We'll have to look at whether we can expand the Ring_Polar class for our purposes, or whether we should add one or more new ones.

I see that Ring_Polar is currently the only available subclass of Map_Projection_Rings, but you likely did it that way in order to make room for future additional classes alongside it. So that's good. One issue is that Ring_Polar's name is unduly broad, as the alternatives I have in mind are also polar projections. Or perhaps its name is fine but its definition is unduly specific, in which case we might expand it.

What do you use for map projections of a planetary surface? Is it Map_Projection_Lander (the only other class I see), or something else? It seems like it would be good for ring projections to have the same format as other projections.

thareUSGS commented 1 year ago

CART is trying to provide support for "typical" cartographic surface mapping applications, more in-situ rover projections, and now "rings".

For these 3 domains, they are organized into the 3 major map projection sections.

  1. Geographic = Lat/Lon (not really a map projection). But "defines where the data is located on the bodies' surface" -Esri
  2. Planar = Planar meaning a defined Cartesian plane (in meters). This is bulk for typical map projection information for "surface" mapping application. "a map projection is any method of flattening a continuous curved surface onto a plane" -wikipedia or see PCS @ Esri
  3. Local = (Rover, Rings, other) more: https://pds-data-dictionaries.github.io/ldd-cart/detailed/example.html

This whole design was heavily modeled after the FGDC data model: https://www.fgdc.gov/csdgmgraphical/spref/horiz.htm more: Map projections: A working manual