Skip to content

Commit

Permalink
update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Aug 18, 2024
1 parent b464d69 commit 45fc3d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def set_config(region="ridgecrest"):
"minlatitude": 35.205,
"maxlatitude": 36.205,
"mindepth_km": 0.0,
"maxdepth_km": 30.0,
"maxdepth_km": 41.0,
}
)

Expand All @@ -70,6 +70,7 @@ def set_config(region="ridgecrest"):
"xlim_km": xlim_km,
"ylim_km": ylim_km,
"zlim_km": zlim_km,
"z(km)": zlim_km,
"proj": proj,
}
)
Expand Down

0 comments on commit 45fc3d8

Please sign in to comment.