Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gde-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Dynamic ExposureDynamic Exposure
  • Global Dynamic ExposureGlobal Dynamic Exposure
  • gde-core
  • Merge requests
  • !2

Added feature to retrieve ID of aggregated source name in config file

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cecilia Nievas requested to merge feature/source_id into master Mar 23, 2022
  • Overview 5
  • Commits 1
  • Pipelines 3
  • Changes 11

This feature is the starting point for running gde-core. The user will specify (in the configuration file) the name of the aggregated exposure model they wish to run gde-core on, and the credentials of the GDE Tiles database. The Configuration class takes care of interpreting the parameters from the configuration file, using tools from the gde-importer. Then one of the methods of the DatabaseQueries class retrieves the aggregated_source_id of the aggregated exposure model, as stored in the aggregated_sources table of the GDE Tiles database.

This MR depends on https://git.gfz-potsdam.de/dynamicexposure/globaldynamicexposure/gde-importer/-/merge_requests/40 (splitting of the Configuration class of the gde-importer into Configuration and ConfigurationMethods).

\approve @fd

Edited Mar 24, 2022 by Cecilia Nievas
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/source_id