Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O obmgapanalysis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • 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 & 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
  • OpenBuildingMap
  • obmgapanalysis
  • Merge requests
  • !14

Included build_dictionary and fixed main program

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nicolas Garcia Ospina requested to merge create-pickles into master Mar 12, 2021
  • Overview 88
  • Commits 1
  • Pipelines 24
  • Changes 12

With this MR I introduced a function that organizes the output tile information in a dictionary that is later used in groups by the main program to write csv files.

I found out that managing single pickle files would be much slower than pushing big batches in csv files.

The main program is written in a way that the reusable objects (Datasource, Database connection ...) are created outside everything so in the multiprocessing they can be consulted without creating them over and over.

\approve @fd @ds

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: create-pickles