forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArea.json
206 lines (206 loc) · 5.13 KB
/
Area.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
{
"Name": "Area",
"BaseUnit": "SquareMeter",
"XmlDoc": "Area is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane. Area can be understood as the amount of material with a given thickness that would be necessary to fashion a model of the shape, or the amount of paint necessary to cover the surface with a single coat.[1] It is the two-dimensional analog of the length of a curve (a one-dimensional concept) or the volume of a solid (a three-dimensional concept).",
"BaseDimensions": {
"L": 2
},
"Units": [
{
"SingularName": "SquareKilometer",
"PluralName": "SquareKilometers",
"FromUnitToBaseFunc": "x*1e6",
"FromBaseToUnitFunc": "x/1e6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "km²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "км²" ]
}
]
},
{
"SingularName": "SquareMeter",
"PluralName": "SquareMeters",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "м²" ]
}
]
},
{
"SingularName": "SquareDecimeter",
"PluralName": "SquareDecimeters",
"FromUnitToBaseFunc": "x*1e-2",
"FromBaseToUnitFunc": "x/1e-2",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "dm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "дм²" ]
}
]
},
{
"SingularName": "SquareCentimeter",
"PluralName": "SquareCentimeters",
"FromUnitToBaseFunc": "x*1e-4",
"FromBaseToUnitFunc": "x/1e-4",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "см²" ]
}
]
},
{
"SingularName": "SquareMillimeter",
"PluralName": "SquareMillimeters",
"FromUnitToBaseFunc": "x*1e-6",
"FromBaseToUnitFunc": "x/1e-6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "мм²" ]
}
]
},
{
"SingularName": "SquareMicrometer",
"PluralName": "SquareMicrometers",
"FromUnitToBaseFunc": "x*1e-12",
"FromBaseToUnitFunc": "x/1e-12",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "µm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "мкм²" ]
}
]
},
{
"SingularName": "SquareMile",
"PluralName": "SquareMiles",
"FromUnitToBaseFunc": "x*2.59e6",
"FromBaseToUnitFunc": "x/2.59e6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mi²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "миля²" ]
}
]
},
{
"SingularName": "SquareYard",
"PluralName": "SquareYards",
"FromUnitToBaseFunc": "x*0.836127",
"FromBaseToUnitFunc": "x/0.836127",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "yd²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "ярд²" ]
}
]
},
{
"SingularName": "SquareFoot",
"PluralName": "SquareFeet",
"FromUnitToBaseFunc": "x*0.092903",
"FromBaseToUnitFunc": "x/0.092903",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут²" ]
}
]
},
{
"SingularName": "UsSurveySquareFoot",
"PluralName": "UsSurveySquareFeet",
"FromUnitToBaseFunc": "x*0.09290341161",
"FromBaseToUnitFunc": "x/0.09290341161",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft² (US)" ]
}
]
},
{
"SingularName": "SquareInch",
"PluralName": "SquareInches",
"FromUnitToBaseFunc": "x*0.00064516",
"FromBaseToUnitFunc": "x/0.00064516",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "in²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "дюйм²" ]
}
]
},
{
"SingularName": "Acre",
"PluralName": "Acres",
"FromUnitToBaseFunc": "x*4046.85642",
"FromBaseToUnitFunc": "x/4046.85642",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ac" ]
}
]
},
{
"SingularName": "Hectare",
"PluralName": "Hectares",
"FromUnitToBaseFunc": "x*1e4",
"FromBaseToUnitFunc": "x/1e4",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ha" ]
}
]
}
]
}