Open-source Python 3.0 tools for the Riverscapes organization

3 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
help wanted :memo: Data

Open-source Python 3.0 tools for the Riverscapes organization

Python

AI Summary: Investigate why the Confinement tool in the Riverscapes project is taking an excessively long time to process certain HUC10s (Hydrologic Unit Codes) in the 2025 CONUS model runs. The task involves analyzing provided log files and a list of affected HUC10s to identify the root cause of the performance issue. This likely requires familiarity with the Riverscapes tools, Python, and potentially GIS concepts. Debugging may involve examining the codebase, particularly the `./packages/brat` (assuming Confinement is part of BRAT) package, and potentially testing with smaller datasets.

Complexity: 4/5
help wanted pkg:Confinement

Open-source Python 3.0 tools for the Riverscapes organization

Python

AI Summary: The task involves simplifying a large polygon dataset (national HUC10 boundaries) using geopandas' `simplify_coverage()` function to reduce its size while preserving topological integrity. This requires setting up the correct Python environment (including specific versions of geopandas and shapely), downloading the input data from an S3 bucket, running the provided Python script, and saving the simplified output. The optimal simplification tolerance needs to be determined (between 5000 and 10000 meters).

Complexity: 3/5
help wanted

Open-source Python 3.0 tools for the Riverscapes organization

Python