Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prog2-SS2017-Wienkop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Roderus
Prog2-SS2017-Wienkop
Commits
75241275
Commit
75241275
authored
8 years ago
by
Uwe Wienkop
Browse files
Options
Downloads
Patches
Plain Diff
GPS-Auswertungsbasis
parent
c03e773f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
01GPS-Auswertung/Program.cs
+2
-2
2 additions, 2 deletions
01GPS-Auswertung/Program.cs
with
2 additions
and
2 deletions
01GPS-Auswertung/Program.cs
+
2
−
2
View file @
75241275
...
@@ -20,8 +20,8 @@ namespace _01GPS_Auswertung
...
@@ -20,8 +20,8 @@ namespace _01GPS_Auswertung
string
[]
d
=
log
.
Split
(
new
char
[]
{
'-'
,
' '
,
'\t'
});
string
[]
d
=
log
.
Split
(
new
char
[]
{
'-'
,
' '
,
'\t'
});
dt
=
new
DateTime
(
Convert
.
ToInt32
(
d
[
0
]),
Convert
.
ToInt32
(
d
[
1
]),
Convert
.
ToInt32
(
d
[
2
]),
dt
=
new
DateTime
(
Convert
.
ToInt32
(
d
[
0
]),
Convert
.
ToInt32
(
d
[
1
]),
Convert
.
ToInt32
(
d
[
2
]),
Convert
.
ToInt32
(
d
[
3
]),
Convert
.
ToInt32
(
d
[
4
]),
Convert
.
ToInt32
(
d
[
5
]));
Convert
.
ToInt32
(
d
[
3
]),
Convert
.
ToInt32
(
d
[
4
]),
Convert
.
ToInt32
(
d
[
5
]));
double
lat
=
double
.
Pars
e
(
d
[
6
]);
double
lat
=
Convert
.
ToDoubl
e
(
d
[
6
]);
double
lon
=
double
.
Pars
e
(
d
[
7
]);
double
lon
=
Convert
.
ToDoubl
e
(
d
[
7
]);
LL2UTM
(
lat
,
lon
,
out
x
,
out
y
);
LL2UTM
(
lat
,
lon
,
out
x
,
out
y
);
hoehe
=
double
.
Parse
(
d
[
8
]);
hoehe
=
double
.
Parse
(
d
[
8
]);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment