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
I'm looking to implement a function that dynamically generates hexagons based on the count of filtered point geometries from a table. The intended workflow is:
Apply a filter (such as date, bounding box, or property using cql2) to a table of point geometries.
Generate hexagons dynamically, using the count from the filtered point geometries as a basis and add the count as a property.
I'm unsure about the order of operations in the current TiPG implementation—specifically, whether filters can only be applied after functions have been executed. Could someone clarify if it's possible to use a database function as a layer to accomplish this workflow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm looking to implement a function that dynamically generates hexagons based on the count of filtered point geometries from a table. The intended workflow is:
cql2
) to a table of point geometries.I'm unsure about the order of operations in the current TiPG implementation—specifically, whether filters can only be applied after functions have been executed. Could someone clarify if it's possible to use a database function as a layer to accomplish this workflow?
Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions