Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm-orchestration
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UFZ TSM
tsm-orchestration
Merge requests
!238
424 add uba api script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
424 add uba api script
424-add-uba-api-script
into
main
Overview
5
Commits
12
Pipelines
12
Changes
2
Merged
Florian Gransee
requested to merge
424-add-uba-api-script
into
main
2 months ago
Overview
5
Commits
12
Pipelines
12
Changes
2
Expand
relates to
tsm-dispatcher!137 (closed)
0
0
Merge request reports
Compare
main
version 10
8a3bd539
2 months ago
version 9
74fac208
2 months ago
version 8
974e3751
2 months ago
version 7
e8e2c57e
2 months ago
version 6
3ae3b044
2 months ago
version 5
2d9cbf76
2 months ago
version 4
b01d4693
2 months ago
version 3
55629988
2 months ago
version 2
0a19ca4a
2 months ago
version 1
241f2843
2 months ago
main (base)
and
latest version
latest version
a770fa2e
12 commits,
2 months ago
version 10
8a3bd539
11 commits,
2 months ago
version 9
74fac208
9 commits,
2 months ago
version 8
974e3751
8 commits,
2 months ago
version 7
e8e2c57e
7 commits,
2 months ago
version 6
3ae3b044
6 commits,
2 months ago
version 5
2d9cbf76
5 commits,
2 months ago
version 4
b01d4693
4 commits,
2 months ago
version 3
55629988
3 commits,
2 months ago
version 2
0a19ca4a
2 commits,
2 months ago
version 1
241f2843
1 commit,
2 months ago
2 files
+
285
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
cron/scripts/ext_api_sync/dwd_api_sync.py
+
2
−
0
Options
#! /usr/bin/env python3
# DWD Brightsky API docs: https://brightsky.dev/docs/#/operations/getWeather
import
requests
import
os
import
logging
Loading