Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gde-core
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
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Global Dynamic Exposure
Libraries
gde-core
Merge requests
!1
Added basic initial project structure and CI pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Added basic initial project structure and CI pipeline
feature/basic_start
into
master
Overview
0
Commits
1
Pipelines
1
Changes
8
Merged
Cecilia Nievas
requested to merge
feature/basic_start
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
8
Added basic initial project structure and CI pipeline.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
592fd663
1 commit,
3 years ago
8 files
+
190
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
gdecore/__init__.py
0 → 100644
+
17
−
0
View file @ 592fd663
Edit in single-file editor
Open in Web IDE
#!/usr/bin/env python3
# Copyright (C) 2022:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
# General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
Loading