Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
643 changes: 266 additions & 377 deletions script/applications/eca_san_salvador/San_Salvador_Adaptacion.ipynb

Large diffs are not rendered by default.

431 changes: 282 additions & 149 deletions script/applications/eca_san_salvador/San_Salvador_Adaptation.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

220 changes: 73 additions & 147 deletions script/applications/eca_san_salvador/San_Salvador_Risk.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion script/applications/eca_san_salvador/functions_ss.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def plot_salvador_ma():
ax = shape.plot(figsize=(10, 10), alpha=0.5)
ax.set_xlim(-9943223.896891385, -9911000.065720687)
ax.set_ylim(1530712.637786494, 1555600.2891258441)
ctx.add_basemap(ax, zoom=12, url=ctx.providers.Stamen.Terrain)
ctx.add_basemap(ax, zoom=12, source=ctx.providers.OpenStreetMap.Mapnik)

rect = patches.Rectangle(
(-9931038.907412536, 1536570.51725147),
4354.653554389253,
Expand Down