You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: docs/source/postman.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ Postman collection
3
3
4
4
For reference and documentation of the API, please open the postman collection for the version of ripple1d
5
5
6
+
`v.0.10.1: <https://github.com/Dewberry/ripple1d/blob/58a873910f0dfe312f7d674793470389836aac5b/ripple1d/api/postman_collection.json>`_ This version contains new args for the conflate_model and compute_conflation_metrics endpoints :
7
+
- `model_name` (str) added to `extract_submodel`. This is the name of the source model. Example: Red River.prj -> Red River (model_name)
8
+
- `terrain_agreement_ignore_error` (bool) added to `create_ras_terrain`. If true, this will log and ignore any errors encountered in the terrain agreement calculation process.
9
+
6
10
`v.0.10.0: <https://github.com/Dewberry/ripple1d/blob/93cf22cf11791d59820635be6c02327b39912b49/ripple1d/api/postman_collection.json>`_ This version contains new args for the conflate_model and compute_conflation_metrics endpoints :
7
11
- `model_name` (str) added to `conflate_model`. This is the name of the source model. Example: Red River.prj -> Red River (model_name)
8
12
- `model_name` (str) added to `compute_conflation_metrics`. This is the name of the source model.Example: Red River.prj -> Red River (model_name)
"description": "Collection for processing existing HEC-RAS models for use in the production of Flood Inundation Maps (FIMs) and rating curves for use in near-real time flood forecasting on the NOAA National Water Model",
"""Use ripple conflation data to create a new GPKG from an existing ras geopackage.
500
506
501
507
Create a new geopackage with information for a specific NWM reach. The new geopackage contains layer for the river centerline, cross-sections, and structures.
0 commit comments