Skip to content
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

Inconsistent format of data for gravity field for planets #56

Open
cookbr opened this issue Jul 20, 2016 · 0 comments
Open

Inconsistent format of data for gravity field for planets #56

cookbr opened this issue Jul 20, 2016 · 0 comments

Comments

@cookbr
Copy link

cookbr commented Jul 20, 2016

A handful of the planets include the string standard in the value for the gravity field while the remainder use a numeric value, (excluding the unknown values). I've included a table below listing the planets and their gravity values. Is this intentional? Looking at the documentation, there's no mention of any other unit of measurement besides standard gravity. I'd like to propose the values be updated to remove the unit of measurement, (would help with #15).

Additionally, a defined format for the data presented by the gravity field would be beneficial when parsing considering the existing variation in values, (looking specifically at Bespin). I'd like to propose the following ...

number
number (discriminator)
number1 (discriminator1), number2 (discriminator2), numberN (discriminatorN)

  • number is the standard gravity.
  • discriminator is an optional, character restricted string surrounded by parenthesis used to add context to the value, (refer to row for Bespin in table below).

Thoughts?

id name gravity
1 Tatooine 1 standard
2 Alderaan 1 standard
3 Yavin IV 1 standard
4 Hoth 1.1 standard
5 Dagobah N/A
6 Bespin 1.5 (surface), 1 standard (Cloud City)
7 Endor 0.85 standard
8 Naboo 1 standard
9 Coruscant 1 standard
10 Kamino 1 standard
11 Geonosis 0.9 standard
12 Utapau 1 standard
13 Mustafar 1 standard
14 Kashyyyk 1 standard
15 Polis Massa 0.56 standard
16 Mygeeto 1 standard
17 Felucia 0.75 standard
18 Cato Neimoidia 1 standard
19 Saleucami unknown
20 Stewjon 1 standard
21 Eriadu 1 standard
22 Corellia 1 standard
23 Rodia 1 standard
24 Nal Hutta 1 standard
25 Dantooine 1 standard
26 Bestine IV unknown
27 Ord Mantell 1 standard
28 unknown (#40) unknown
29 Trandosha 0.62 standard
30 Socorro 1 standard
31 Mon Cala 1
32 Chandrila 1
33 Sullust 1
34 Toydaria 1
35 Malastare 1.56
36 Dathomir 0.9
37 Ryloth 1
38 Aleen Minor unknown
39 Vulpter 1
40 Troiken unknown
41 Tund unknown
42 Haruun Kal 0.98
43 Cerea 1
44 Glee Anselm 1
45 Iridonia unknown
46 Tholoth unknown
47 Iktotch 1
48 Quermia unknown
49 Dorin 1
50 Champala 1
51 Mirial unknown
52 Serenno unknown
53 Concord Dawn unknown
54 Zolan unknown
55 Ojom unknown
56 Skako 1
57 Muunilinst 1
58 Shili 1
59 Kalee 1
60 Umbara unknown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant