Skip to content
Snippets Groups Projects
Commit 461074fb authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 3fac0f2c
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ if __name__ == "__main__":
sys.path.append(path.join(sys.path[0], "../../Common"))
import util_eddies
# Process arguments:
parser = argparse.ArgumentParser()
parser.add_argument("shpc_dir", help = "directory containing the "
"collection of shapefiles")
......@@ -73,6 +74,7 @@ if __name__ == "__main__":
metavar = ("llcrnrlon", "llcrnrlat", "urcrnrlon",
"urcrnrlat"))
args = parser.parse_args()
#--
readers, d_init, ishape_last = util_eddies.open_shpc(args.shpc_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment