Skip to content

Commit

Permalink
commented contextily since it is very instable lately
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Aug 9, 2024
1 parent b4c31c7 commit 26545f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/notebooks/modelbuilder_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"fig, ax = plt.subplots()\n",
"mk_object.mesh2d_get().plot_edges(ax,zorder=1)\n",
"bnd_gdf_interp.plot(ax=ax, edgecolor='r')\n",
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"dfmt.plot_coastlines(ax=ax, crs=crs)\n"
]
},
Expand Down Expand Up @@ -202,7 +202,7 @@
"# plot\n",
"fig, ax = plt.subplots()\n",
"mk_object.mesh2d_get().plot_edges(ax,zorder=1)\n",
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"dfmt.plot_coastlines(ax=ax, crs=crs)\n"
]
},
Expand Down Expand Up @@ -241,7 +241,7 @@
"# plot\n",
"fig, ax = plt.subplots()\n",
"mk_object.mesh2d_get().plot_edges(ax,zorder=1)\n",
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"dfmt.plot_coastlines(ax=ax, crs=crs)\n"
]
},
Expand Down Expand Up @@ -281,7 +281,7 @@
"fig, ax = plt.subplots(figsize=(8,4))\n",
"xu_grid_uds.mesh2d_node_z.ugrid.plot(ax=ax,center=False)\n",
"xu_grid_uds.grid.plot(ax=ax,linewidth=0.5,color='white',alpha=0.2)\n",
"ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"# ctx.add_basemap(ax=ax, crs=crs, attribution=False)\n",
"dfmt.plot_coastlines(ax=ax, crs=crs)\n",
"\n",
"# write xugrid grid to netcdf\n",
Expand Down

0 comments on commit 26545f5

Please sign in to comment.