Skip to content

fwa_networktraceagg error/inconsistency #179

Description

@smnorris

Querying two locations that are flow connected should return just one feature, but this returns 2, and one isn't being assigned an id:

 select 
   id, 
   from_blue_line_key, 
   from_measure, 
   to_blue_line_key, 
   to_measure
 from fwa_networktraceagg(356362521, 43756, 356362759, 98137);

 id | from_blue_line_key |   from_measure    | to_blue_line_key |    to_measure    
----+--------------------+-------------------+------------------+------------------
  1 |          356362521 |             43756 |        356362759 | 98896.7217189736
    |          356362759 | 98279.35995478695 |        356362759 |            98137

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions