forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Area.json
327 lines (327 loc) · 8.95 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
{
"Name": "Area",
"BaseUnit": "SquareMeter",
"XmlDocSummary": "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",
"BaseUnits": {
"L": "Kilometer"
},
"FromUnitToBaseFunc": "{x} * 1e6",
"FromBaseToUnitFunc": "{x} / 1e6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "km²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "км²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方公里" ]
}
]
},
{
"SingularName": "SquareMeter",
"PluralName": "SquareMeters",
"BaseUnits": {
"L": "Meter"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "м²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方米" ]
}
]
},
{
"SingularName": "SquareDecimeter",
"PluralName": "SquareDecimeters",
"BaseUnits": {
"L": "Decimeter"
},
"FromUnitToBaseFunc": "{x} * 1e-2",
"FromBaseToUnitFunc": "{x} / 1e-2",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "dm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "дм²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方分米" ]
}
]
},
{
"SingularName": "SquareCentimeter",
"PluralName": "SquareCentimeters",
"BaseUnits": {
"L": "Centimeter"
},
"FromUnitToBaseFunc": "{x} * 1e-4",
"FromBaseToUnitFunc": "{x} / 1e-4",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "см²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方厘米" ]
}
]
},
{
"SingularName": "SquareMillimeter",
"PluralName": "SquareMillimeters",
"BaseUnits": {
"L": "Millimeter"
},
"FromUnitToBaseFunc": "{x} * 1e-6",
"FromBaseToUnitFunc": "{x} / 1e-6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "мм²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方毫米" ]
}
]
},
{
"SingularName": "SquareMicrometer",
"PluralName": "SquareMicrometers",
"BaseUnits": {
"L": "Micrometer"
},
"FromUnitToBaseFunc": "{x} * 1e-12",
"FromBaseToUnitFunc": "{x} / 1e-12",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "µm²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "мкм²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方微米" ]
}
]
},
{
"SingularName": "SquareMile",
"PluralName": "SquareMiles",
"BaseUnits": {
"L": "Mile"
},
"FromUnitToBaseFunc": "{x} * 1609.344 * 1609.344",
"FromBaseToUnitFunc": "{x} / 1609.344 / 1609.344",
"XmlDocSummary": "The statute mile was standardised between the British Commonwealth and the United States by an international agreement in 1959, when it was formally redefined with respect to SI units as exactly 1,609.344 metres.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Mile",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mi²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "миля²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方英里" ]
}
]
},
{
"SingularName": "SquareYard",
"PluralName": "SquareYards",
"BaseUnits": {
"L": "Yard"
},
"FromUnitToBaseFunc": "{x} * 0.9144 * 0.9144",
"FromBaseToUnitFunc": "{x} / 0.9144 / 0.9144",
"XmlDocSummary": "The yard (symbol: yd) is an English unit of length in both the British imperial and US customary systems of measurement equalling 3 feet (or 36 inches). Since 1959 the yard has been by international agreement standardized as exactly 0.9144 meter. A distance of 1,760 yards is equal to 1 mile.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Yard",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "yd²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "ярд²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方码" ]
}
]
},
{
"SingularName": "SquareFoot",
"PluralName": "SquareFeet",
"BaseUnits": {
"L": "Foot"
},
"FromUnitToBaseFunc": "{x} * 9.290304e-2",
"FromBaseToUnitFunc": "{x} / 9.290304e-2",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方英尺" ]
}
]
},
{
"SingularName": "UsSurveySquareFoot",
"PluralName": "UsSurveySquareFeet",
"BaseUnits": {
"L": "UsSurveyFoot"
},
"FromUnitToBaseFunc": "{x} * (1200.0 / 3937.0) * (1200.0 / 3937.0)",
"FromBaseToUnitFunc": "{x} / (1200.0 / 3937.0) / (1200.0 / 3937.0)",
"XmlDocSummary": "In the United States, the foot was defined as 12 inches, with the inch being defined by the Mendenhall Order of 1893 as 39.37 inches = 1 m. This makes a U.S. survey foot exactly 1200/3937 meters.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Foot_(unit)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft² (US)" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фут² (US)" ]
}
]
},
{
"SingularName": "SquareInch",
"PluralName": "SquareInches",
"BaseUnits": {
"L": "Inch"
},
"FromUnitToBaseFunc": "{x} * 0.00064516",
"FromBaseToUnitFunc": "{x} / 0.00064516",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "in²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "дюйм²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方英寸" ]
}
]
},
{
"SingularName": "Acre",
"PluralName": "Acres",
"FromUnitToBaseFunc": "{x} * 4046.8564224",
"FromBaseToUnitFunc": "{x} / 4046.8564224",
"XmlDocSummary": "Based upon the international yard and pound agreement of 1959, an acre may be declared as exactly 4,046.8564224 square metres.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Acre",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ac" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "акр" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "英亩" ]
}
]
},
{
"SingularName": "Hectare",
"PluralName": "Hectares",
"FromUnitToBaseFunc": "{x} * 1e4",
"FromBaseToUnitFunc": "{x} / 1e4",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ha" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "га" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "英亩" ]
}
]
},
{
"SingularName": "SquareNauticalMile",
"PluralName": "SquareNauticalMiles",
"FromUnitToBaseFunc": "{x} * 3429904",
"FromBaseToUnitFunc": "{x} / 3429904",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "nmi²" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "морск.миля²" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "平方海里" ]
}
]
}
]
}