-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3pt] Investigate why stage-based CatFIM isn't mapping in Puerto Rico #1390
Comments
Summary of Stage-Based CatFIM Site Filtering in Puerto RicoThe acceptance criteria filters the sites based on site type, altitude data method, and altitude accuracy code. The site type code must be stream (code “ST”), the altitude data method code must be a highly accurate method (codes "A", "D", "F", "I", "J", "L", "N", "R", "W", "X", "Y", or "Z"), and the altitude data accuracy code must be below 1 or lower. Acceptance Criteria Performance of Puerto Rico HUCs
For further detail, please see the annotated filtering summary table attached below. Summary, Future Steps Based on this information, it seems like the stage-based CatFIM code is correctly filtering out all of the Puerto Rico sites. If we wanted to get more CatFIM sites in the future, we could possibly pull the gage elevations from our own DEMs rather than from the USGS site, which would potentially allow us to create stage-based CatFIM for up to 8 more sites in Puerto Rico. |
Analysis of Sites with Altitude Accuracy Values of 1.6 - Full CatFIM DomainA few Puerto Rico sites evaluated above meet two of the three acceptance criteria but simply have a USGS data altitude accuracy value of 1.6, which is a little bit higher than the acceptance threshold of 1. This altitude accuracy code is derived from the input data. Since 1.6 ft is about half a meter, it is likely that this altitude accuracy code was used because the input DEM had a spatial resolution of 1 meter. In this case, it might actually make sense to accept sites that have an altitude accuracy code of up to 1.6, since a 1-meter DEM is likely an acceptable data source. Sites that meet all three acceptance criteria are then processed for stage-based CatFIM (although many will still not have CatFIM produced due to other errors or filters). The following table delineates how many sites have each altitude accuracy code between the values of 1.1 and 2. As we can see, the majority of sites that have codes in this range have a code of 1.6, which likely means they are derived from meter-scale DEMs.
|
Currently, stage-based CatFIM is not creating any mapped points in Puerto Rico. This might be an accurate response to the data quality, but it could also reflect an issue in how our data filtering processes data in Puerto Rico.
Look into the CatFIM acceptance criteria and check for any issues with how the Puerto Rico points are being filtered.
The text was updated successfully, but these errors were encountered: