Skip to content

Commit

Permalink
Parsed arguments using argparse
Browse files Browse the repository at this point in the history
Parses arguments to require user to input data file name and delimiter type, and provides user with the option to specify channel width and bank slope.
  • Loading branch information
cnicoledunn authored Aug 11, 2021
1 parent f86a5ab commit 2448814
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ManningFit.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Wed Aug 4 14:56:30 2021
@author: campbell
"""

import argparse
import pandas as pd
import numpy as np
Expand Down

0 comments on commit 2448814

Please sign in to comment.