@jjlmoya/utils-drones 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +64 -63
- package/src/category/i18n/de.ts +106 -0
- package/src/category/i18n/id.ts +106 -0
- package/src/category/i18n/it.ts +106 -0
- package/src/category/i18n/ja.ts +106 -0
- package/src/category/i18n/ko.ts +106 -0
- package/src/category/i18n/nl.ts +106 -0
- package/src/category/i18n/pl.ts +106 -0
- package/src/category/i18n/pt.ts +106 -0
- package/src/category/i18n/ru.ts +106 -0
- package/src/category/i18n/sv.ts +106 -0
- package/src/category/i18n/tr.ts +106 -0
- package/src/category/i18n/zh.ts +106 -0
- package/src/category/index.ts +12 -0
- package/src/components/SecurityWarning.astro +140 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/antenna-length-calculator/component.astro +70 -13
- package/src/tool/antenna-length-calculator/i18n/de.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/en.ts +76 -38
- package/src/tool/antenna-length-calculator/i18n/es.ts +76 -38
- package/src/tool/antenna-length-calculator/i18n/fr.ts +76 -38
- package/src/tool/antenna-length-calculator/i18n/id.ts +242 -0
- package/src/tool/antenna-length-calculator/i18n/it.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/ja.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/ko.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/nl.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/pl.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/pt.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/ru.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/sv.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/tr.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/zh.ts +276 -0
- package/src/tool/antenna-length-calculator/index.ts +12 -0
- package/src/tool/drone-flight-time/component.astro +320 -319
- package/src/tool/drone-flight-time/components/FlightDashboard.astro +6 -0
- package/src/tool/drone-flight-time/i18n/de.ts +238 -0
- package/src/tool/drone-flight-time/i18n/en.ts +76 -38
- package/src/tool/drone-flight-time/i18n/es.ts +76 -38
- package/src/tool/drone-flight-time/i18n/fr.ts +76 -38
- package/src/tool/drone-flight-time/i18n/id.ts +238 -0
- package/src/tool/drone-flight-time/i18n/it.ts +238 -0
- package/src/tool/drone-flight-time/i18n/ja.ts +239 -0
- package/src/tool/drone-flight-time/i18n/ko.ts +239 -0
- package/src/tool/drone-flight-time/i18n/nl.ts +239 -0
- package/src/tool/drone-flight-time/i18n/pl.ts +239 -0
- package/src/tool/drone-flight-time/i18n/pt.ts +239 -0
- package/src/tool/drone-flight-time/i18n/ru.ts +239 -0
- package/src/tool/drone-flight-time/i18n/sv.ts +239 -0
- package/src/tool/drone-flight-time/i18n/tr.ts +239 -0
- package/src/tool/drone-flight-time/i18n/zh.ts +239 -0
- package/src/tool/drone-flight-time/index.ts +12 -0
- package/src/tool/gps-coordinates-converter/component.astro +473 -549
- package/src/tool/gps-coordinates-converter/components/GpsHistory.astro +6 -1
- package/src/tool/gps-coordinates-converter/i18n/de.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/en.ts +76 -20
- package/src/tool/gps-coordinates-converter/i18n/es.ts +76 -20
- package/src/tool/gps-coordinates-converter/i18n/fr.ts +75 -2
- package/src/tool/gps-coordinates-converter/i18n/id.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/it.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/ja.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/ko.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/nl.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/pl.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/pt.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/ru.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/sv.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/tr.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/zh.ts +222 -0
- package/src/tool/gps-coordinates-converter/index.ts +12 -0
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import type { GpsCoordinatesConverterLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'gps-koordinat-omvandlare';
|
|
5
|
+
const title = 'GPS Koordinat Omvandlare for ArduPilot och INAV Waypoints';
|
|
6
|
+
const description = 'Konvertera GPS-koordinater mellan decimalgrader (DD), grader minuter sekunder (DMS) och GPS-hårdvaruformat. Oumbärlig för ArduPilot- och INAV-waypoints.';
|
|
7
|
+
|
|
8
|
+
const faqItems = [
|
|
9
|
+
{
|
|
10
|
+
question: 'What is the difference between DD and DMS?',
|
|
11
|
+
answer: `DD (Decimal Degrees) uses a single number with decimals (e.g., 51.50). DMS (Degrees, Minutes, Seconds) divides the degree into sexagesimal fractions (e.g., 51° 30' 0").`,
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Why are negative coordinates used?',
|
|
15
|
+
answer: 'In the Decimal system (DD), latitudes south of the Equator and longitudes west of Greenwich are indicated with a negative sign to facilitate mathematical calculations.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'How much precision do I lose when converting?',
|
|
19
|
+
answer: 'Our tool uses double-precision floating point. With 6 decimals in DD, the precision is about 11 centimeters, which is more than enough for drones and civil navigation.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Does this tool work offline?',
|
|
23
|
+
answer: 'Yes, once the page is loaded, all conversion logic is local (client-side). Only the map requires a connection to download new tiles.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const schemas: GpsCoordinatesConverterLocaleContent['schemas'] = [
|
|
28
|
+
{
|
|
29
|
+
'@context': 'https://schema.org',
|
|
30
|
+
'@type': 'FAQPage',
|
|
31
|
+
mainEntity: faqItems.map((item) => ({
|
|
32
|
+
'@type': 'Question',
|
|
33
|
+
name: item.question,
|
|
34
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
35
|
+
})),
|
|
36
|
+
} as WithContext<FAQPage>,
|
|
37
|
+
{
|
|
38
|
+
'@context': 'https://schema.org',
|
|
39
|
+
'@type': 'HowTo',
|
|
40
|
+
name: title,
|
|
41
|
+
description: description,
|
|
42
|
+
step: [
|
|
43
|
+
{
|
|
44
|
+
'@type': 'HowToStep',
|
|
45
|
+
position: 1,
|
|
46
|
+
name: 'Input Coordinates',
|
|
47
|
+
text: 'Enter your coordinates in either Decimal Degrees (DD) or Degrees, Minutes, Seconds (DMS) format.',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
'@type': 'HowToStep',
|
|
51
|
+
position: 2,
|
|
52
|
+
name: 'Review Conversion',
|
|
53
|
+
text: 'The tool instantly displays the converted coordinates in all supported formats.',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
'@type': 'HowToStep',
|
|
57
|
+
position: 3,
|
|
58
|
+
name: 'Verify on Map',
|
|
59
|
+
text: 'Check the map visualization to ensure the coordinates point to the correct location.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
position: 4,
|
|
64
|
+
name: 'Copy Result',
|
|
65
|
+
text: 'Copy the converted coordinates to your clipboard for use in navigation systems or mission planning.',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
} as WithContext<HowTo>,
|
|
69
|
+
{
|
|
70
|
+
'@context': 'https://schema.org',
|
|
71
|
+
'@type': 'SoftwareApplication',
|
|
72
|
+
name: title,
|
|
73
|
+
description: description,
|
|
74
|
+
applicationCategory: 'OtherApplication',
|
|
75
|
+
operatingSystem: 'Web',
|
|
76
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
77
|
+
} as WithContext<SoftwareApplication>,
|
|
78
|
+
];
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
export const content: GpsCoordinatesConverterLocaleContent = {
|
|
82
|
+
slug,
|
|
83
|
+
title,
|
|
84
|
+
description,
|
|
85
|
+
faqTitle: 'Vanliga Frågor',
|
|
86
|
+
bibliographyTitle: 'Referenser',
|
|
87
|
+
ui: {
|
|
88
|
+
faqTitle: 'Vanliga Frågor',
|
|
89
|
+
bibliographyTitle: 'Referenser',
|
|
90
|
+
latitude: 'Latitud',
|
|
91
|
+
longitude: 'Longitud',
|
|
92
|
+
decimalDegrees: 'Decimalgrader (DD)',
|
|
93
|
+
degreesMinutesSeconds: 'Grader, Minuter, Sekunder (DMS)',
|
|
94
|
+
gpsHardware: 'GPS-hårdvaruformat (Raw)',
|
|
95
|
+
copy: 'Kopiera',
|
|
96
|
+
copied: 'Kopierad!',
|
|
97
|
+
invalidCoordinate: 'Ogiltig koordinat',
|
|
98
|
+
pasteHardwareMapFormat: 'Klistra in raw hårdvarudata (t.ex. 404306300, -739981800)',
|
|
99
|
+
validation: {
|
|
100
|
+
latRange: 'Latitud måste vara mellan -90 och 90.',
|
|
101
|
+
lonRange: 'Longitud måste vara mellan -180 och 180.',
|
|
102
|
+
invalidFormat: 'Formatet känns inte igen. Kontrollera din inmatning.',
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
seo: [
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'Förstå GPS-koordinater: Ett Oumbärligt Verktyg för Drönarnavigering',
|
|
109
|
+
level: 2,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: 'När det gäller autonom drönarflygning, flygfotografering eller återhämtning av förlorad utrustning är precision och enhetlighet avgörande. GPS-koordinater utgör ryggraden i navigeringen, men olika system (som Betaflight, INAV, ArduPilot och Google Maps) använder olika format. Vår <strong>GPS Koordinat Omvandlare</strong> överbryggar denna klyfta och ser till att dina waypoints alltid landar exakt där du har tänkt dig.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'De Tre Viktigaste GPS-formaten att Känna Till',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: '1. Decimalgrader (Decimal Degrees - DD)',
|
|
123
|
+
level: 4,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'paragraph',
|
|
127
|
+
html: 'Detta är idag det vanligaste formatet i världen och har i stor utsträckning antagits av <strong>Google Maps</strong>, moderna smartphones och de flesta webbaserade karttjänster. Formatet uttrycker positionen som en enkel decimal (t.ex. <code>40.7128, -74.0060</code>). Det är extremt enkelt att kopiera, klistra in och bearbeta på datorer.',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'list',
|
|
131
|
+
items: [
|
|
132
|
+
'Positiva latituder ligger på norra halvklotet; negativa på södra.',
|
|
133
|
+
'Positiva longituder ligger öster om nollmeridianen; negativa är väster ut.',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: '2. Grader, Minuter, Sekunder (Degrees, Minutes, Seconds - DMS)',
|
|
139
|
+
level: 4,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: 'Detta är det traditionella formatet som används i sjöfart, flyg och äldre topografiska kartor (t.ex. <code>40° 42\' 46.08" N, 74° 0\' 21.6" W</code>). Det är mer intuitivt för mänsklig navigering på papperskartor genom att dela in jorden i 360 grader, där varje grad har 60 minuter och varje minut har 60 sekunder. Specifika symboler gör det dock besvärligt att mata in digitalt när man programmerar autonoma flygningar.',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: '3. GPS Hårdvaruformat / Raw Format (ArduPilot / INAV)',
|
|
148
|
+
level: 4,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'När du hämtar loggar direkt från CLI (Command Line Interface), studerar råa Blackbox-flygloggar, eller interagerar med system som ArduPilot via MAVLink, kommer du ofta att se koordinater representerade som mycket stora heltal (t.ex. <code>407128000, -740060000</code>).',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: 'Anledningen är att mikrokontroller kan beräkna hela tal mycket snabbare och med högre precision än flyttal (decimaler). Formatet skapas vanligtvis genom att multiplicera decimalgradsvärdet med <strong>10 000 000 (1e7)</strong>. Vårt verktyg konverterar smidigt från och till detta format, vilket gör det idealiskt för att analysera Blackbox-data.',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'title',
|
|
160
|
+
text: 'Varför Drönarpiloter Behöver Denna Konvertering',
|
|
161
|
+
level: 3,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'paragraph',
|
|
165
|
+
html: 'Det finns flera kritiska scenarier där denna omvandlare blir din bästa vän:',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'list',
|
|
169
|
+
items: [
|
|
170
|
+
'<strong>Hitta en förlorad drönare (Lost Drone Recovery):</strong> Din OSD (On-Screen Display) eller din Taranis/Radiomaster-sändare visar ofta senast kända koordinater i DD- eller DMS-format. Du kan snabbt omvandla detta format för att droppa en pin i Google Maps och hitta din utrustning.',
|
|
171
|
+
'<strong>Waypoint-planering:</strong> Vid uppdragsplanering (missions) i mjukvara som Mission Planner eller QGroundControl krävs största precision. Genom att konvertera DMS-koordinater från en klassisk gränskarta säkerställer du att drönaren håller sig exakt där den ska, och inte flyger in över annans mark.',
|
|
172
|
+
'<strong>Hårdkodning i Firmware:</strong> När du direkt ställer in RTH (Return to Home)-plats i CLI kräver vissa firmwares raw GPS hårdvaruformat, med en noggrannhet ner på tiomiljondels graden.',
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: 'Att Förstå Koordinatprecision: Hur Många Decimaler Behöver Du Egentligen?',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'paragraph',
|
|
182
|
+
html: 'Hur mycket påverkar dessa siffror ett faktiskt avstånd på marken (beräknat vid ekvatorn)?',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'list',
|
|
186
|
+
items: [
|
|
187
|
+
'<strong>1 decimal</strong> (t.ex. 40.1): Innebär en felmarginal på cirka 111 kilometer.',
|
|
188
|
+
'<strong>3 decimaler</strong> (t.ex. 40.123): Exakt på ca 110 meter (En stor stadsdel).',
|
|
189
|
+
'<strong>5 decimaler</strong> (t.ex. 40.12345): Marginell diff på 1,1 meter (Här är gränsen för säker "Return to Home" för en standard drönare).',
|
|
190
|
+
'<strong>7 decimaler</strong> (t.ex. 40.1234567): En noggrannhet på ca 11 millimeter (Det professionella steget för RTK-mätningar).',
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
type: 'paragraph',
|
|
195
|
+
html: 'Utrymmet och förmågan under klar himmel ger de flesta standard M8N eller M10 GPS-moduler runt 5 till 6 decimaler att skryta med (vilket medför cirka 1-2 meters noggrannhet). Kopiera därför alltid minst sex decimaler när du räddar ut information från en loggfil.',
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
faq: faqItems,
|
|
199
|
+
bibliography: [
|
|
200
|
+
{ name: 'ArduPilot Officiell GPS handbok.', url: 'https://ardupilot.org/copter/docs/common-positioning-landing-page.html' },
|
|
201
|
+
{ name: 'Förstå decimala värden. DD wikipedia.', url: 'https://en.wikipedia.org/wiki/Decimal_degrees' },
|
|
202
|
+
],
|
|
203
|
+
howTo: [
|
|
204
|
+
{
|
|
205
|
+
name: 'Börja Med Att Bestämma Indata Formatet.',
|
|
206
|
+
text: 'Analysera texten framför dig. Talsnurra som 40.7128 = DD decimaler. Krokiga graderingsymboler 40°42\' = Skrivs som DMS . Extremt svårlästa långa nummer = HW maskinsystem Raw.',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
name: 'Droppa In Siffrorna. ',
|
|
210
|
+
text: 'Med analysen klar - För din pil / skärm och för in data till passande formulären ovan.',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: 'Live Visning Sker.',
|
|
214
|
+
text: 'Oavsett vad du knappar kör kodningen igång process i samma mikrosekund med fyllnad ner till resterande alternativboxar. ',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
name: 'Copy O Paste O Klar.',
|
|
218
|
+
text: 'Utnyttja the standard uttrycket att du sedan snabbt trycker "Kopiera" nere och smiter dit du behövde den till, tex Maps e CLI.',
|
|
219
|
+
},
|
|
220
|
+
],
|
|
221
|
+
schemas,
|
|
222
|
+
};
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import type { GpsCoordinatesConverterLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'gps-koordinat-donusturucu';
|
|
5
|
+
const title = 'ArduPilot ve INAV Icin GPS Koordinat Donusturucu';
|
|
6
|
+
const description = 'GPS koordinatlarını Ondalık Derece (DD), Derece Dakika Saniye (DMS) ve GPS donanım formatları arasında dönüştürün. ArduPilot ve INAV için gereklidir.';
|
|
7
|
+
|
|
8
|
+
const faqItems = [
|
|
9
|
+
{
|
|
10
|
+
question: 'What is the difference between DD and DMS?',
|
|
11
|
+
answer: `DD (Decimal Degrees) uses a single number with decimals (e.g., 51.50). DMS (Degrees, Minutes, Seconds) divides the degree into sexagesimal fractions (e.g., 51° 30' 0").`,
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Why are negative coordinates used?',
|
|
15
|
+
answer: 'In the Decimal system (DD), latitudes south of the Equator and longitudes west of Greenwich are indicated with a negative sign to facilitate mathematical calculations.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'How much precision do I lose when converting?',
|
|
19
|
+
answer: 'Our tool uses double-precision floating point. With 6 decimals in DD, the precision is about 11 centimeters, which is more than enough for drones and civil navigation.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Does this tool work offline?',
|
|
23
|
+
answer: 'Yes, once the page is loaded, all conversion logic is local (client-side). Only the map requires a connection to download new tiles.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const schemas: GpsCoordinatesConverterLocaleContent['schemas'] = [
|
|
28
|
+
{
|
|
29
|
+
'@context': 'https://schema.org',
|
|
30
|
+
'@type': 'FAQPage',
|
|
31
|
+
mainEntity: faqItems.map((item) => ({
|
|
32
|
+
'@type': 'Question',
|
|
33
|
+
name: item.question,
|
|
34
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
35
|
+
})),
|
|
36
|
+
} as WithContext<FAQPage>,
|
|
37
|
+
{
|
|
38
|
+
'@context': 'https://schema.org',
|
|
39
|
+
'@type': 'HowTo',
|
|
40
|
+
name: title,
|
|
41
|
+
description: description,
|
|
42
|
+
step: [
|
|
43
|
+
{
|
|
44
|
+
'@type': 'HowToStep',
|
|
45
|
+
position: 1,
|
|
46
|
+
name: 'Input Coordinates',
|
|
47
|
+
text: 'Enter your coordinates in either Decimal Degrees (DD) or Degrees, Minutes, Seconds (DMS) format.',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
'@type': 'HowToStep',
|
|
51
|
+
position: 2,
|
|
52
|
+
name: 'Review Conversion',
|
|
53
|
+
text: 'The tool instantly displays the converted coordinates in all supported formats.',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
'@type': 'HowToStep',
|
|
57
|
+
position: 3,
|
|
58
|
+
name: 'Verify on Map',
|
|
59
|
+
text: 'Check the map visualization to ensure the coordinates point to the correct location.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
position: 4,
|
|
64
|
+
name: 'Copy Result',
|
|
65
|
+
text: 'Copy the converted coordinates to your clipboard for use in navigation systems or mission planning.',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
} as WithContext<HowTo>,
|
|
69
|
+
{
|
|
70
|
+
'@context': 'https://schema.org',
|
|
71
|
+
'@type': 'SoftwareApplication',
|
|
72
|
+
name: title,
|
|
73
|
+
description: description,
|
|
74
|
+
applicationCategory: 'OtherApplication',
|
|
75
|
+
operatingSystem: 'Web',
|
|
76
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
77
|
+
} as WithContext<SoftwareApplication>,
|
|
78
|
+
];
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
export const content: GpsCoordinatesConverterLocaleContent = {
|
|
82
|
+
slug,
|
|
83
|
+
title,
|
|
84
|
+
description,
|
|
85
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
86
|
+
bibliographyTitle: 'Referans Kılavuzları',
|
|
87
|
+
ui: {
|
|
88
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
89
|
+
bibliographyTitle: 'Referans Kılavuzları',
|
|
90
|
+
latitude: 'Enlem',
|
|
91
|
+
longitude: 'Boylam',
|
|
92
|
+
decimalDegrees: 'Ondalık Derece (DD)',
|
|
93
|
+
degreesMinutesSeconds: 'Derece, Dakika, Saniye (DMS)',
|
|
94
|
+
gpsHardware: 'GPS Donanım Formatı (Raw)',
|
|
95
|
+
copy: 'Kopyala',
|
|
96
|
+
copied: 'Kopyalandı!',
|
|
97
|
+
invalidCoordinate: 'Geçersiz Koordinat',
|
|
98
|
+
pasteHardwareMapFormat: 'Ham (raw) donanım verisini yapıştırın (örn. 404306300, -739981800)',
|
|
99
|
+
validation: {
|
|
100
|
+
latRange: 'Enlem -90 ile 90 arasında olmalıdır.',
|
|
101
|
+
lonRange: 'Boylam -180 ile 180 arasında olmalıdır.',
|
|
102
|
+
invalidFormat: 'Format tanınamadı. Lütfen girişinizi kontrol edin.',
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
seo: [
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'GPS Koordinatlarını Anlamak: Drone Navigasyonu İçin Vazgeçilmez Bir Araç',
|
|
109
|
+
level: 2,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: 'Otonom drone uçuşu, havadan haritalama veya kaybolan ekipmanı kurtarma söz konusu olduğunda hassasiyet ve tekdüzelik (standartlaşma) çok önemlidir. GPS koordinatları navigasyonun omurgasını oluşturur, ancak farklı sistemler (Betaflight, INAV, ArduPilot, Google Haritalar gibi) farklı formatlar kullanır. <strong>GPS Koordinat Dönüştürücümüz</strong> bu boşluğu kapatarak ara noktalarınızın (waypoint\'lerinizin) tam olarak istediğiniz yere inmesini sağlar.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'Bilmeniz Gereken Üç Temel GPS Formatı',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: '1. Ondalık Derece (Decimal Degrees - DD)',
|
|
123
|
+
level: 4,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'paragraph',
|
|
127
|
+
html: 'Günümüzde <strong>Google Haritalar</strong>, modern akıllı telefonlar ve çoğu web tabanlı harita hizmeti tarafından yaygın olarak benimsenen, dünyadaki en yaygın formattır. Konumu basit bir ondalık sayı olarak ifade eder (örn. <code>40.7128, -74.0060</code>). Bilgisayarlar tarafından kopyalanması, yapıştırılması ve işlenmesi son derece kolaydır.',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'list',
|
|
131
|
+
items: [
|
|
132
|
+
'Pozitif enlemler (latitude) kuzey yarımkürededir; negatifler güneydedir.',
|
|
133
|
+
'Pozitif boylamlar (longitude) Başlangıç Meridyeni\'nin (Prime Meridian) doğusundadır; negatifler ise batısındadır.',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: '2. Derece, Dakika, Saniye (Degrees, Minutes, Seconds - DMS)',
|
|
139
|
+
level: 4,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: 'Denizcilik, havacılık navigasyonu ve eski topografik haritalarda kullanılan geleneksel formattır (örn. <code>40° 42\' 46.08" K, 74° 0\' 21.6" B</code>). Dünyayı 360 dereceye ayırarak basılı haritalarda insan navigasyonuna daha sezgisel bir yaklaşım sunar (her derece 60 dakikaya ve her dakika 60 saniyeye bölünür). Ancak, özel sembollerinden dolayı otonom uçuşları programlarken dijital olarak yazmak zahmetli olabilir.',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: '3. GPS Donanım (Hardware) / Ham (Raw) Format (ArduPilot / INAV)',
|
|
148
|
+
level: 4,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'CLI (Komut Satırı Arayüzü) üzerinden doğrudan yapılandırmalar aldığınızda, ham Blackbox (Karatahta) uçuş loglarını incelediğinizde veya ArduPilot gibi sistemlerle MAVLink aracılığıyla etkileşime girdiğinizde, koordinatların genellikle büyük tam sayılar olarak temsil edildiğini görürsünüz (örn. <code>407128000, -740060000</code>).',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: 'Bunun nedeni, mikro denetleyicilerin virgüllü sayılar (float) yerine tam sayıları (integer) çok daha hızlı ve hassas bir şekilde hesaplayabilmesidir. Temel olarak ondalık derece değerinin <strong>10.000.000 (1e7)</strong> ile çarpılmasıyla oluşturulur. Bu aracımız, verileri zahmetsizce bu formata ve bu formattan DD/DMS\'e dönüştürebildiği için Blackbox verilerinin analizinde ideal çözüm sunar.',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'title',
|
|
160
|
+
text: 'Drone Pilotlarının Bu Dönüştürücüye Neden İhtiyacı Var?',
|
|
161
|
+
level: 3,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'paragraph',
|
|
165
|
+
html: 'Bu dönüştürücünün en iyi dostunuz haline geleceği birkaç kritik senaryo şunlardır:',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'list',
|
|
169
|
+
items: [
|
|
170
|
+
'<strong>Kayıp Drone Kurtarma:</strong> OSD\'niz (Ekran Üstü Gösterge) veya Taranis/Radiomaster vericiniz (kumandanız) çoğu zaman bilinen son koordinatları DD veya DMS formatında gösterir. Pahalı drone\'unuzu bulmak için bunu hızlıca Google Haritalar formatına çevirip bir iğne (pin) atabilirsiniz.',
|
|
171
|
+
'<strong>Ara Nokta (Waypoint) Planlaması:</strong> Mission Planner veya QGroundControl gibi yazılımlarda görev (mission) planlamak yüksek hassasiyet gerektirir. Klasik bir ölçüm haritasındaki DMS koordinatlarını dönüştürmek, drone\'unuzun tam olarak özel mülk sınırlarının dışından dolaşarak güvenli ölçüm yapmasını sağlar.',
|
|
172
|
+
'<strong>Yazılım (Firmware) Ayarları:</strong> CLI üzerinden ev konumu (RTH/Return to Home) ayarlarken, bazı yazılımlar sadece ham GPS formatına (derecenin on milyonda biri hassasiyetinde tam sayılarla) izin verir.',
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: 'Koordinat Hassasiyetini Çözmek: Kaç Ondalık Basamağa İhtiyacınız Var?',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'paragraph',
|
|
182
|
+
html: 'Ondalık sayıların gerçek dünya mesafelerine etkisi (ekvatorda) şu şekildedir:',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'list',
|
|
186
|
+
items: [
|
|
187
|
+
'<strong>1 Ondalık Basamak</strong> (örn. 40.1): Yaklaşık 111 kilometre hata payı.',
|
|
188
|
+
'<strong>3 Ondalık Basamak</strong> (örn. 40.123): Yaklaşık 110 metre (Bir mahalle büyüklüğü).',
|
|
189
|
+
'<strong>5 Ondalık Basamak</strong> (örn. 40.12345): Yaklaşık 1.1 metre (Güvenli eve dönüş (RTH) ve standart tüketici dronlarını bulmak için yeterli).',
|
|
190
|
+
'<strong>7 Ondalık Basamak</strong> (örn. 40.1234567): Yaklaşık 11 milimetre (Profesyonel RTK haritalama/ölçüm sınıfı hassasiyet).',
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
type: 'paragraph',
|
|
195
|
+
html: 'Açık bir alanda uçarken, çoğu standart M8N veya M10 GPS modülü virgülden sonra 5. veya 6. basamağa (yaklaşık 1-2 metre) kadar hassasiyet sağlar. Tam ve doğru bir kurtarma operasyonu için kopyalama/kaydetme işlemi yaparken en az 6 basamağı tuttuğunuzdan emin olun.',
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
faq: faqItems,
|
|
199
|
+
bibliography: [
|
|
200
|
+
{ name: 'ArduPilot GPS Entagrasyon Belgesi', url: 'https://ardupilot.org/copter/docs/common-positioning-landing-page.html' },
|
|
201
|
+
{ name: 'Ondalık Yüzdeler (Decimal Degrees) ve Dönüşüm (Wikipedia)', url: 'https://en.wikipedia.org/wiki/Decimal_degrees' },
|
|
202
|
+
],
|
|
203
|
+
howTo: [
|
|
204
|
+
{
|
|
205
|
+
name: 'Formatı Tanımlayın',
|
|
206
|
+
text: 'Verinizin neye benzediğini bulun. 40.7128, -74.0060 (şeklindeyse DD formatı), derece işareti varsa 40°42\'46"N (DMS formatı), noktasız safi 407128000 gibi dev bir sayıysa Raw donanım formatıdır.',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
name: 'Koordinat Girişinizi Yapın',
|
|
210
|
+
text: 'Mevcut verinizi az önce formatını bulduğunuz 3 kutudan uygun olana sadece yazın veya yapıştırın.',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: 'Anlık Dönüşümü Gözlemleyin',
|
|
214
|
+
text: 'Butona basmanıza gerek kalmaz, siz veriyi kutulardan birine girdiğiniz an diğer iki kutu canlı olarak sonucu hesaplayıp ekranda size sunar.',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
name: 'Kopyalayın ve Kullanın',
|
|
218
|
+
text: 'Çıktı almak istediğiniz sonucun kutusunun dibindeki "kopyala" (copy) ikonuna basıp ardından Maps, Mission Planner veya CLI ekranına yapıştırabilirsiniz.',
|
|
219
|
+
},
|
|
220
|
+
],
|
|
221
|
+
schemas,
|
|
222
|
+
};
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import type { GpsCoordinatesConverterLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'gps-coordinates-converter';
|
|
5
|
+
const title = 'Ardupilot及INAV航点模式用GPS坐标转换器';
|
|
6
|
+
const description = '在十进制度(DD)、度分秒(DMS)和GPS硬件原始格式(Raw)之间转换GPS坐标。这是ArduPilot和INAV航点控制的必备工具。';
|
|
7
|
+
|
|
8
|
+
const faqItems = [
|
|
9
|
+
{
|
|
10
|
+
question: 'What is the difference between DD and DMS?',
|
|
11
|
+
answer: `DD (Decimal Degrees) uses a single number with decimals (e.g., 51.50). DMS (Degrees, Minutes, Seconds) divides the degree into sexagesimal fractions (e.g., 51° 30' 0").`,
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Why are negative coordinates used?',
|
|
15
|
+
answer: 'In the Decimal system (DD), latitudes south of the Equator and longitudes west of Greenwich are indicated with a negative sign to facilitate mathematical calculations.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'How much precision do I lose when converting?',
|
|
19
|
+
answer: 'Our tool uses double-precision floating point. With 6 decimals in DD, the precision is about 11 centimeters, which is more than enough for drones and civil navigation.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Does this tool work offline?',
|
|
23
|
+
answer: 'Yes, once the page is loaded, all conversion logic is local (client-side). Only the map requires a connection to download new tiles.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const schemas: GpsCoordinatesConverterLocaleContent['schemas'] = [
|
|
28
|
+
{
|
|
29
|
+
'@context': 'https://schema.org',
|
|
30
|
+
'@type': 'FAQPage',
|
|
31
|
+
mainEntity: faqItems.map((item) => ({
|
|
32
|
+
'@type': 'Question',
|
|
33
|
+
name: item.question,
|
|
34
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
35
|
+
})),
|
|
36
|
+
} as WithContext<FAQPage>,
|
|
37
|
+
{
|
|
38
|
+
'@context': 'https://schema.org',
|
|
39
|
+
'@type': 'HowTo',
|
|
40
|
+
name: title,
|
|
41
|
+
description: description,
|
|
42
|
+
step: [
|
|
43
|
+
{
|
|
44
|
+
'@type': 'HowToStep',
|
|
45
|
+
position: 1,
|
|
46
|
+
name: 'Input Coordinates',
|
|
47
|
+
text: 'Enter your coordinates in either Decimal Degrees (DD) or Degrees, Minutes, Seconds (DMS) format.',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
'@type': 'HowToStep',
|
|
51
|
+
position: 2,
|
|
52
|
+
name: 'Review Conversion',
|
|
53
|
+
text: 'The tool instantly displays the converted coordinates in all supported formats.',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
'@type': 'HowToStep',
|
|
57
|
+
position: 3,
|
|
58
|
+
name: 'Verify on Map',
|
|
59
|
+
text: 'Check the map visualization to ensure the coordinates point to the correct location.',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
position: 4,
|
|
64
|
+
name: 'Copy Result',
|
|
65
|
+
text: 'Copy the converted coordinates to your clipboard for use in navigation systems or mission planning.',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
} as WithContext<HowTo>,
|
|
69
|
+
{
|
|
70
|
+
'@context': 'https://schema.org',
|
|
71
|
+
'@type': 'SoftwareApplication',
|
|
72
|
+
name: title,
|
|
73
|
+
description: description,
|
|
74
|
+
applicationCategory: 'OtherApplication',
|
|
75
|
+
operatingSystem: 'Web',
|
|
76
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
77
|
+
} as WithContext<SoftwareApplication>,
|
|
78
|
+
];
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
export const content: GpsCoordinatesConverterLocaleContent = {
|
|
82
|
+
slug,
|
|
83
|
+
title,
|
|
84
|
+
description,
|
|
85
|
+
faqTitle: '常见问题解答',
|
|
86
|
+
bibliographyTitle: '参考文献与指南',
|
|
87
|
+
ui: {
|
|
88
|
+
faqTitle: '常见问题解答',
|
|
89
|
+
bibliographyTitle: '参考文献与指南',
|
|
90
|
+
latitude: '纬度',
|
|
91
|
+
longitude: '经度',
|
|
92
|
+
decimalDegrees: '十进制度 (DD / Decimal Degrees)',
|
|
93
|
+
degreesMinutesSeconds: '度-分-秒 (DMS / Degrees Minutes Seconds)',
|
|
94
|
+
gpsHardware: 'GPS固件硬件格式 (Raw Integer)',
|
|
95
|
+
copy: '复制',
|
|
96
|
+
copied: '已复制!',
|
|
97
|
+
invalidCoordinate: '无效坐标 (Invalid Coordinate)',
|
|
98
|
+
pasteHardwareMapFormat: '粘贴原始硬编码数据 (例如: 404306300, -739981800)',
|
|
99
|
+
validation: {
|
|
100
|
+
latRange: '纬度值必须介于 -90 到 90 之间。',
|
|
101
|
+
lonRange: '经度值必须介于 -180 到 180 之间。',
|
|
102
|
+
invalidFormat: '输入格式无法识别。请仔细检查您的输入。',
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
seo: [
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: '深入了解GPS坐标编码体系:无人机导航必不可少的工具指引',
|
|
109
|
+
level: 2,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: '在涉及无人机的自动编队飞行、专业的航空测绘规划、抑或是最焦心的追回遗失失控设备时,数据的精密程度以及格式的统一互认就是最为核心的钥匙。毫无疑问GPS坐标直接构成了全套导航网络系统的骨架,可诸多繁复的飞控底层系统(诸如主流的 Betaflight、固翼神级 INAV、开源的 ArduPilot 甚至是巨头 Google Maps)却分别操持着差异极大的独立格式。我们这款 <strong>GPS 坐标全能转换机</strong> 就是用来抹平这种数据语言障碍的桥梁,保驾护航确保你苦心标记的航点(Waypoints)确凿无误地坐落在你所期望的分毫之上。',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: '你必须熟知的三大主流GPS数据格式派系',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: '1. 十进制度形态 (Decimal Degrees - DD)',
|
|
123
|
+
level: 4,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'paragraph',
|
|
127
|
+
html: '在当下数字化年代里这绝对是全球用量最为铺天盖地的格式标准了。它被 <strong>Google 谷歌地图</strong>、形形色色的近代移动智能手机终端以及九成以上的网络Web地图信息服务商们不约而同地视作标配。只利用纯粹简约而直接的一串小数点后的数值串去代表地理位点(举个例子:<code>40.7128, -74.0060</code>)。对于计算机终端去复制、剪贴以及后续地快速机器处理,它简直可以说是如鱼得水、极为亲和高效。',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'list',
|
|
131
|
+
items: [
|
|
132
|
+
'表现为正数记录的纬度代表其坐落于北半球;呈现负值的话则身处南半球。',
|
|
133
|
+
'正数形式的经度表明其处在本初子午线以东(东经);而负数经度则代表偏西(西经)。',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: '2. 传统老派:度,分,秒 形式 (Degrees, Minutes, Seconds - DMS)',
|
|
139
|
+
level: 4,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '这一种带有着岁月痕迹极其浓重且古老的制式至今仍强力统治着航海领域的长途漂泊、商用航空界,以及那堆在档案馆里的古早老派地形图纸之上(譬如说这般写道:<code>40° 42\' 46.08" N, 74° 0\' 21.6" W</code> )。基于对地球圆周做 360 度割裂切割(一度辖制着 60 分,一分又统领着 60 秒)的做法非常利好于依赖实体纸张地图进行人为直觉导航。但成也萧何败萧何,因为里边掺加了诸如各类特定字符与符号,一旦您准备给电子自动化飞行路径里敲击输入,往往就由于格式要求变得痛苦繁琐甚至极易致错。',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: '3. 极客最爱的底层硬件原生态数据体/ 固件生数据 (ArduPilot / INAV Raw Format)',
|
|
148
|
+
level: 4,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: '一旦您必须从冷冰的 CLI (底层命令行接口)界面剥离提炼配置数据、沉浸到去钻研没经过美化过滤的 Blackbox(黑匣子日志)内,亦或者借助像 MAVLink 这类协议同诸如 ArduPilot 之类系统进行底层的直接数据握手时,你会极其经常性地发现坐标直接变脸,化身为一大串巨长、毫不带小数点的整数字符串大集合(就像这样:<code>407128000, -740060000</code>)。',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: '发生这种“魔变”源于电路底层最淳朴的机理 —— 单片微处理器(MCU控制器)们处理纯粹“整数(Integer)”的能力和精准度其实远比对付带有小数点位那些“浮点数(Float)”的效能要快上、强上无数倍之多。他们常常选择干脆直接把前面科普过的那个十进制标准DD里的核心值去暴增乘上个 <strong>一千万倍 (即 10,000,000 会经常被简写作 1e7)</strong>,然后就此存活并互相倒腾。我们的计算器系统能在这极度复杂的纯机械无脑大整数堆里和常人能看懂的地标数据之间无缝衔接且随意进出切换重组!绝对可以说是分析拆解深奥航点及黑匣子信息的最强利器助手。',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'title',
|
|
160
|
+
text: '到底无人机机长何种场景迫切必须去调用此类互转机能?',
|
|
161
|
+
level: 3,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'paragraph',
|
|
165
|
+
html: '我们列举了几种最具代表且惊险万分的绝对救火刚需场景,这时这个转化接口就会变身成您最佳盟友:',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'list',
|
|
169
|
+
items: [
|
|
170
|
+
'<strong>悲情上演炸机之后的捞机寻找大作战 (Lost Drone Recovery):</strong> 当图传雪花甚至直接黑屏后,OSD(图传屏幕信息叠加展示)界面或是像睿思博得(Radiomaster)、黑羊Taranis接收控上的最终抢救显示数据界面内,经常停留着以原始DD或是比较别扭的组合 DMS 为形态残喘的遗留断点数据。飞手在现场极其迫切迅速将其还原调拨输入回通用易打点的Google 卫星视图好去把那昂贵的电子宠物从草丛灌木堆里打救回巢。',
|
|
171
|
+
'<strong>大刀阔斧的航点勘察布局 (Waypoint Mission Planning):</strong> 在使用 QGroundControl、Mission Planner(MP地面站)一类的重型武装去布局飞行大业之时,零瑕疵是它的不二底线。若是能把从传统国土地理资源库的或者地方测量处手写得来的那种满布着D M S的材料坐标通通严丝合缝转化导入到地面站内指定的数字格式系统,那就相当于给自己规划上好一道确保飞机飞完地界同时不致以跨入违法非受权空域从而招引官司警察的完美保底屏障。',
|
|
172
|
+
'<strong>硬汉风格操作的固件底端注入:</strong> 部分对UI操控并不完善甚至硬核的机器在进行固件里手动于最基本端(CLI内)死死锁死“一键归巢指令(RTH)”标的源地时就非要认死理仅仅吃那些长如乱码、苛刻到精确至近千万分一地步那原始全长硬件型巨大整形数(Raw integer)。',
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: '读懂你的刻度精度:解开小数点最后那几个位元的玄机奥秘',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'paragraph',
|
|
182
|
+
html: '你是否满腹疑团去质疑真正意义上其实去标出这小数点到底延展保留住需要截断至几位才是够用?那么我们可以参考在这个近乎完美的赤道坐标周遭,每一个小数段变化引发着在这浩瀚世界版图里面有多恐怖具体的实质偏离位移差距尺度:',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'list',
|
|
186
|
+
items: [
|
|
187
|
+
'<strong>仅仅提供 1 位的敷衍保留值</strong> (诸如: 40.1这样子): 这将会把那小东西领丢至大概离您所在地 远逾足有 111 大千米 开外!可谓无心之举却差以里计。',
|
|
188
|
+
'<strong>精度拓展到达这第 3 小数位时</strong> (诸如: 40.123 样态): 会好些,你大概能摸清它正落在离心大概一百多也就是接近 110 多米 附近的一整片大林区或巨大街道院子里。',
|
|
189
|
+
'<strong>若去把战线夯实留位至下 5 个数字级时 </strong> (例: 40.12345): 其偏离纠缠最终成功缩小并固定于在仅仅 1.1 米 之间的安全锁定光圈之内。这也是针对大量消费与高级玩具组穿越无人直升机作普通寻回、执行自主RTH最被视作为黄金准绳的一条。',
|
|
190
|
+
'<strong>神之领域的变态小数点 下 7 至 8 位数区间</strong> (例: 40.1234567 及更小): 其微观世界的界限已压到毫无人性,甚至区区只带有微乎可怜极只有约 不足区区 11 毫米! (这是极少数属于那些极其专业的高阶大地定位系统即 RTK 平台专属神仙打架般高阶领域)。',
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
type: 'paragraph',
|
|
195
|
+
html: '身处在这个空阔畅通没有太多混泥建筑阻挡其开阔探天接收能视范围内时,大多标准大众消费版比如常见的那个 M8N、新型更强的 M10 定位件都可以输出稳定发挥以达成落子在那准 5 第甚至到探究第 6 位的水平线上(大概的锁定差距基本是在那么一两米开里)。当你慌不择路忙于摘抄去存底它最后弥留下的残血地址以去挽尊捞取自己机器时千万不要因为图省力或者心宽而抹去、少去任何的尾数的。一定坚决一字一字把它们,如果能给满第六位那必须死死抓着!这无疑才是确保护送贵重财物完好还家的不传绝学啊!',
|
|
196
|
+
},
|
|
197
|
+
],
|
|
198
|
+
faq: faqItems,
|
|
199
|
+
bibliography: [
|
|
200
|
+
{ name: '官方权威基石:ArduPilot 全体系与定位模组的基础构筑知识库及导入准则。', url: 'https://ardupilot.org/copter/docs/common-positioning-landing-page.html' },
|
|
201
|
+
{ name: '知识宝库扩充: 十进制算法 与 经纬制图(维基百科源学术资料)。', url: 'https://en.wikipedia.org/wiki/Decimal_degrees' },
|
|
202
|
+
],
|
|
203
|
+
howTo: [
|
|
204
|
+
{
|
|
205
|
+
name: '甄别与判定手上信息的归路归属',
|
|
206
|
+
text: '拿到一串神秘指路密码时您先得要能慧眼进行第一眼识别去验明正身后才能定调后续步子: 如果看起来干爽整洁唯由个单纯简单的小数点作陪绑比如(40.7128, -74) 这必是那主流泛用的 十进制度形式(DD)无疑。只要这信息掺和有乱花渐欲迷人眼的带度乃至分这种标符(如这 40°42\'46"N ) 这是被古早所包裹的老制式即(DMS)。要是见到了通篇毫无阻断只有那一串令人窒息极巨繁长的超长整数群(比如像407128000)这等神态的,切勿惊慌这就是藏在那最底层需要您拿捏提取的未解析前的原初硬件固件型格式(raw)。',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
name: '将数据精确引入转换舱',
|
|
210
|
+
text: '从刚刚上面所述我们布置了应对上述全部情况的三大块接受方输入文本区,找好组织对准您刚才这判断的型号类别坑位然后进行精准落位或者一记最快式的快键原封全串一整拖粘贴。',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: '等待接收立等可取的重构与演化换型输出',
|
|
214
|
+
text: '不必再去翻身按什么多余的按钮开关闭等它加载的,一旦光标所落完成录入那一并瞬间咱们系统里预埋潜伏的高光算法立刻全面提速响应运作起来立马于空余出来的对应板块内为您无阻回填生成反馈最新最精确转换完成体答案!',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
name: '打包提取收获果实供去使用',
|
|
218
|
+
text: '最后这一击就是直击于紧挨着您梦寐索求该心仪的终极样式右旁那个专有的便携提取按键上点上这这么一压,“嗒”地一下这宝贵的指令字符全数自动打包给进了我们剪贴记录里边去准备去奔袭诸如 Google地图导航框或者地面控MP里再或就是填回去向底层黑色深渊。',
|
|
219
|
+
},
|
|
220
|
+
],
|
|
221
|
+
schemas,
|
|
222
|
+
};
|