Dewberry / ripple1d

Utilities for reuse of HEC-RAS models for NWM
https://ripple1d.readthedocs.io/en/latest/
MIT License
3 stars 0 forks source link

Wrong eclipsed reaches #192

Open ar-siddiqui opened 1 week ago

ar-siddiqui commented 1 week ago

Reach "1519919" is picking up reaches "1519917", "1520261" as eclipsed. Model is ble_12040103_EastForkSanJacinto > WINTERSBAYOU Blue is HEC-RAS, Green is XS, Orange is NWM image

        "1519919": {
            "us_xs": {
                "river": "WINTERSBAYOU",
                "reach": "Reach-1",
                "min_elevation": 161.2,
                "max_elevation": 204.9,
                "xs_id": 61034.0
            },
            "ds_xs": {
                "river": "WINTERSBAYOU",
                "reach": "Reach-1",
                "min_elevation": 156.77,
                "max_elevation": 240.58,
                "xs_id": 55432.0
            },
            "eclipsed": false,
            "low_flow": 2975,
            "high_flow": 33332,
            "network_to_id": "1519947",
            "metrics": {
                "xs": {
                    "centerline_offset": {
                        "count": 2,
                        "mean": 10,
                        "std": 13,
                        "min": 1,
                        "25%": 5,
                        "50%": 10,
                        "75%": 14,
                        "max": 19
                    },
                    "thalweg_offset": {
                        "count": 2,
                        "mean": 290,
                        "std": 109,
                        "min": 213,
                        "25%": 251,
                        "50%": 290,
                        "75%": 328,
                        "max": 367
                    }
                },
                "lengths": {
                    "ras": 5601,
                    "network": 5002,
                    "network_to_ras_ratio": 0.89
                },
                "coverage": {
                    "start": 0.19,
                    "end": 1
                }
            },
            "overlapped_reaches": [
                {
                    "id": "1519947",
                    "overlap": 384
                }
            ],
            "eclipsed_reaches": [
                "1519917",
                "1520261"
            ]
        },
ar-siddiqui commented 1 week ago

Similar issue. image image

slawler commented 1 week ago

@mdeshotel Can you look at this one next please?