Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gde-importer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • 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 Exposure
  • Global Dynamic Exposure
  • gde-importer
  • Merge requests
  • !3

Added basic functionality to read exposure entities from input aggregated metadata

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cecilia Nievas requested to merge feature/readcountries into master Jun 15, 2021
  • Overview 135
  • Commits 1
  • Pipelines 34
  • Changes 18

The core function of this functionality is retrieve_exposure_entities_data_units_types(), defined in readers.py. It is called by main() in gdeimporter.py, where the output is printed to screen.

The configuration parameters are defined in config.yml and read with yaml in gdeimporter.py. The functions interpret_config_parameters() and interpret_potential_lists() aid in the interpretation of the configuration parameters.

The function retrieve_exposure_entities_data_units_types() is tested in tests/test_readers.py, using input files created for this purpose located in tests/data/.

\approve @fd

\fyi @ds

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/readcountries