Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Transfer metadata between objects based on geolocation #30

@vojtatom

Description

@vojtatom

Allow transferring metadata between sets of objects based on geolocation.

Expected implementation:

  • Python API exposed on the level of Layers - target layer gets the source layer as a method parameter
  • internally probably the best if it's implemented as a modifier (see modifiers.hpp) that accepts two vectors of objects - source objects (their metadata is being mapped) and target objects (their metadata is being enhanced)
  • iterates through the source objects and if some geospatial condition is met (bounding boxes overlay?), the data is copied from the source object onto the target
  • doesn't discard the original metadata in the target objects, overwrites are allowed only if the keys match

Possible inspiration:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions