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
Une meilleure version pour conserver le comportement et le rayon de 200 découper en 2 st_buffers, un premier qui ne fail jamais puis un second qui permet d'avoir le bon rayon.
SELECTr.id,
tp_river.id_ref_campaign_fk,
st_buffer(st_buffer(ST_Simplify(st_makevalid(
st_makeline(
tp_river.the_geomORDER BYtp_river.time
)
), 1, true), 2), 198) AS the_geom_monitored,
r.the_geomFROMbi_temp.trajectory_point_river tp_river
INNER JOINreferential.river r ONr.id=tp_river.id_ref_river_fkWHEREr.id=3264-- and tp_river.id_ref_campaign_fk = '6ef8bf4c-8db3-4276-a42c-443660b074af'GROUP BYr.id, tp_river.id_ref_campaign_fk
No description provided.
The text was updated successfully, but these errors were encountered: