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

Transfer metadata between objects based on geolocation #30

Open
vojtatom opened this issue Aug 3, 2022 · 0 comments
Open

Transfer metadata between objects based on geolocation #30

vojtatom opened this issue Aug 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vojtatom
Copy link
Member

vojtatom commented Aug 3, 2022

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:

@vojtatom vojtatom added the enhancement New feature or request label Aug 3, 2022
@vojtatom vojtatom assigned AnnaMoudra and unassigned AnnaMoudra Aug 3, 2022
@vojtatom vojtatom mentioned this issue Aug 22, 2022
1 task
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants