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
  • !30

Moved spatial tools from data_unit_tiles.py to spatial.py

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cecilia Nievas requested to merge refactor/spatial_tools into master Dec 15, 2021
  • Overview 5
  • Commits 1
  • Pipelines 3
  • Changes 5

There were several methods in data_unit_tiles.py that were generic spatial operations, i.e. spatial operations that can apply to situations/cases other than those involving data-unit tiles. As I am about to add (see note) more methods that carry out spatial operations, I have split data_unit_tiles.py in two:

  • spatial.py, which contains methods that carry out spatial operations on polygons
  • data_unit_tiles.py, which contains tools associated with the data-unit tiles (as before)

Note: In a separate branch.

\approve @fd

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: refactor/spatial_tools