-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
I suggest to explicitly set SRID 4326 for shape geometries in shapes_aggregated, e.g.
ST_SetSRID(4326, ST_MakeLine(array_agg(shape_pt_loc))) AS shape
That way, subsequent (materialized) views coud create a spatial index like e.g.
CREATE INDEX my_shapes_aggregated_view_shape_idx
ON my_shapes_aggregated_view_shape
USING GIST (shape);mnai01
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed