Riverscapes / riverscapes-tools

Open-source Python 3.0 tools for the Riverscapes organization
https://tools.riverscapes.net/
GNU General Public License v3.0
11 stars 11 forks source link

RME Report Filter Header #1004

Closed philipbaileynar closed 2 months ago

philipbaileynar commented 2 months ago

In #965 we filtered which features are included in RME reports. However, there's no visual indication when reading the report that you are looking at a filtered set of features and not the entire HUC10 (other than the file name).

Please include A section above "Inputs" called "Filters" with some kind of simple, brief, plain English sentence explaining which features are included. Perhaps this also has the SQL WHERE clause underneath for technical clarity.

Hopefully this information can easily be passed into the function that loops over the report types, and therefore this isn't much of a big ask. Reach out if that is not the case.

Screenshot 2024-08-23 at 12 33 29 PM
r-k-g commented 2 months ago

image Welcome to feedback on the prose & appearance.

Currently getting all the information from this dictionary, but it would be trivial to add a second dictionary with the name of the filter and any specific content for each that we want to display.

image