Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tesi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Marco Aceti
Tesi
Commits
76754145
Verified
Commit
76754145
authored
May 3, 2023
by
Marco Aceti
Browse files
Options
Downloads
Patches
Plain Diff
Reduce trajectories map size by half
parent
52ab4690
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2822
passed
May 3, 2023
Stage: test
Stage: lint
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/analysis/trajectories_map.py
+1
-1
1 addition, 1 deletion
src/analysis/trajectories_map.py
with
1 addition
and
1 deletion
src/analysis/trajectories_map.py
+
1
−
1
View file @
76754145
...
@@ -71,7 +71,7 @@ def fill_time(start: datetime, end: datetime) -> t.Generator[datetime, None, Non
...
@@ -71,7 +71,7 @@ def fill_time(start: datetime, end: datetime) -> t.Generator[datetime, None, Non
while
start
<=
end
:
while
start
<=
end
:
yield
start
yield
start
start
+=
timedelta
(
minutes
=
(
WINDOW_SIZE
/
2
)
if
WINDOW_SIZE
>
1
else
1
)
start
+=
timedelta
(
minutes
=
WINDOW_SIZE
)
def
icon_marker
(
railway_company
:
str
,
category
:
str
)
->
str
:
def
icon_marker
(
railway_company
:
str
,
category
:
str
)
->
str
:
...
...
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