pick_mtz_depths
Pick Moho depths…
Location: Chavannes-pres-renens, CH Date: Aug 2022 Author: Konstantinos Michailos
Attributes
Functions
|
|
|
|
|
Calculates the end point in lon, lat given we know: |
|
|
|
Projects stations coordinates to a given point (lon, lat) in respect to an angle to the north. |
|
Projects stations to a given line. |
|
Module Contents
- pick_mtz_depths.add_colorbar(ax, m, title=False, ticks=False, ticks_Flag=False, visible=True)[source]
- pick_mtz_depths.get_end_point(lat1, lon1, baz, d)[source]
- Calculates the end point in lon, lat given we know:
the initial point,
the distance and
the back azimuth
- pick_mtz_depths.project(station_lats, station_lons, point_lat, point_lon, angle)[source]
Projects stations coordinates to a given point (lon, lat) in respect to an angle to the north.
- NOTE: Takes station coordinates and projects them with respect to the
center of the profile and the angle of the profile with respect to the North direction. Output is in [km] for x,y coordinates with respect to lono and lato
- Parameters:
station_lats – Seismic station’s latitudes in degrees.
station_lons – Seismic station’s longitudes in degrees.
point_lat – Given point’s latitude in degrees.
point_lon – Given point’s longitude in degrees.
angle – Azimuthal angle in degrees.
- Returns:
Distance in km parallel and perpendicular to the given line.
- pick_mtz_depths.project_stations(sta, ori_prof, point_lat, point_lon)[source]
Projects stations to a given line.
- Parameters:
sta (Pandas DataFrames.) – Station details.
ori_prof – Azimuthal angle in degrees.
point_lat – Given point’s latitude in degrees.
point_lon – Given point’s longitude in degrees.
- Returns:
Pandas DataFrame with station details and distance along profile and elevation