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

Polish

parent 1c476578
Branches
Tags
No related merge requests found
...@@ -219,7 +219,6 @@ if __name__ == "__main__": ...@@ -219,7 +219,6 @@ if __name__ == "__main__":
projection = ccrs.PlateCarree() projection = ccrs.PlateCarree()
##projection = ccrs.NorthPolarStereo() ##projection = ccrs.NorthPolarStereo()
ax = plt.axes(projection = projection) ax = plt.axes(projection = projection)
plt.suptitle(f"k = {args.k}")
if args.grid: if args.grid:
lon_2d, lat_2d = np.meshgrid(longitude[lon_mask], latitude[lat_mask]) lon_2d, lat_2d = np.meshgrid(longitude[lon_mask], latitude[lat_mask])
...@@ -227,6 +226,7 @@ if __name__ == "__main__": ...@@ -227,6 +226,7 @@ if __name__ == "__main__":
marker = "+", color = "gray", linestyle = "None") marker = "+", color = "gray", linestyle = "None")
if args.window is None: plot_grid_bb(args.shp_tr_dir, ax) if args.window is None: plot_grid_bb(args.shp_tr_dir, ax)
plt.suptitle(f"k = {args.k}")
snapshot(args.k, args.shp_tr_dir, args.window, dashed = args.dashed, snapshot(args.k, args.shp_tr_dir, args.window, dashed = args.dashed,
light = args.light) light = args.light)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment