You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
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