I have data in two qvd files:
- one contains fact data with a lat/lon coordinate (which I turn into a geo using geomakepoint)
- one contains area shapes loaded from kml files.
I want to create a join between those two, to enable aggregation and display on a map. The join in spatial pseudo language is simple: <where fact geo within area>
Can this be defined in a loading script?