{"id":862,"date":"2024-07-03T14:33:01","date_gmt":"2024-07-03T12:33:01","guid":{"rendered":"https:\/\/sigeo.cerege.fr\/?p=862"},"modified":"2024-07-03T15:17:29","modified_gmt":"2024-07-03T13:17:29","slug":"define-3-points-coordinates-from-dip-azimuth","status":"publish","type":"post","link":"https:\/\/sigeo.cerege.fr\/?p=862","title":{"rendered":"Define 3 points coordinates from dip\/azimuth"},"content":{"rendered":"\n<p>In case you have the dip angle and the azimuth angle (i.e. strike angle) of a plane, here is how to calculate the XYZ coordinates of 3 points of this plane. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"524\" src=\"https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/HExXU-1024x524.png\" alt=\"\" class=\"wp-image-865\" srcset=\"https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/HExXU-1024x524.png 1024w, https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/HExXU-300x154.png 300w, https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/HExXU-768x393.png 768w, https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/HExXU-1536x787.png 1536w, https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/HExXU-1200x615.png 1200w, https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/HExXU.png 1687w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px\" \/><figcaption class=\"wp-element-caption\">Strike (i.e. azimuth) and dip<\/figcaption><\/figure>\n\n\n\n<p>Note that below we assume that dip value is measured from horizontal plane. If dip is towards north, it must be set positive, and if it is towards south, set to negative.<\/p>\n\n\n\n<p>Also, azimuth is measured positively in clockwise direction starting from North, i.e East is 90\u00b0, South is 180\u00b0&#8230;<\/p>\n\n\n\n<p>In order to calculate coordinates of points belonging to this plane, let&#8217;s start from a point O (X<sub>0<\/sub>, Y<sub>0<\/sub>, Z<sub>0<\/sub>) as the origin.<\/p>\n\n\n\n<p>Considering a distance <em>d<\/em>, a dip angle <em>dip<\/em>, and an azimuth (i.e. strike) angle <em>az<\/em>, we can use the spherical coordinates calculations to obtain the coordinates of a point A  :<\/p>\n\n\n\n<p>dX<sub>A<\/sub> = d*cos(<em>az<\/em>)*cos(<em>dip<\/em>)<\/p>\n\n\n\n<p>dY<sub>A<\/sub>=d*sin(<em>az<\/em>)*cos(<em>dip<\/em>)<\/p>\n\n\n\n<p>dZ<sub>A<\/sub>=d*sin(<em>dip<\/em>)<\/p>\n\n\n\n<p>X<sub>A<\/sub>=X<sub>0<\/sub>+dX<sub>A<\/sub><\/p>\n\n\n\n<p>Y<sub>A<\/sub>=Y<sub>0<\/sub>+dY<sub>A<\/sub><\/p>\n\n\n\n<p>Z<sub>A<\/sub>=Z<sub>0<\/sub>+dZ<sub>A<\/sub><\/p>\n\n\n\n<p>All angles must be set into radians.<\/p>\n\n\n\n<p>And for a second point B on the horizontal direction (strike direction), we can do :<\/p>\n\n\n\n<p>dX<sub>B<\/sub>=d*sin(<em>az<\/em>)<\/p>\n\n\n\n<p>dY<sub>B<\/sub>=d*cos(<em>az<\/em>)<\/p>\n\n\n\n<p>dZ<sub>B<\/sub>=0<\/p>\n\n\n\n<p>X<sub>B<\/sub>=X<sub>0<\/sub>+dX<sub>B<\/sub><\/p>\n\n\n\n<p>Y<sub>B<\/sub>=Y<sub>0<\/sub>+dY<sub>B<\/sub><\/p>\n\n\n\n<p>Z<sub>B<\/sub>=Z<sub>0<\/sub><\/p>\n\n\n\n<p>Download a Calc file to do this here : <\/p>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-515e7fc6-003d-4e50-adb7-2505c9be6ae8\" href=\"https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/Calc_XYZ_from_Dip_Azimuth_v2.ods\">Calc_XYZ_from_Dip_Azimuth_v2<\/a><a href=\"https:\/\/sigeo.cerege.fr\/wp-content\/uploads\/2024\/07\/Calc_XYZ_from_Dip_Azimuth_v2.ods\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-515e7fc6-003d-4e50-adb7-2505c9be6ae8\">Download<\/a><\/div>\n\n\n\n<p>Usefull links to read also:<\/p>\n\n\n\n<p><a href=\"https:\/\/beckassets.blob.core.windows.net\/product\/readingsample\/176217\/9783540310549_excerpt_001.pdf\">https:\/\/beckassets.blob.core.windows.net\/product\/readingsample\/176217\/9783540310549_excerpt_001.pdf<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Spherical_coordinate_system#Cartesian_coordinates\">https:\/\/en.wikipedia.org\/wiki\/Spherical_coordinate_system#Cartesian_coordinates<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/gis.stackexchange.com\/questions\/13484\/how-to-convert-distance-azimuth-dip-to-xyz\">https:\/\/gis.stackexchange.com\/questions\/13484\/how-to-convert-distance-azimuth-dip-to-xyz<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In case you have the dip angle and the azimuth angle (i.e. strike angle) of a plane, here is how to calculate the XYZ coordinates of 3 points of this plane. Note that below we assume that dip value is measured from horizontal plane. If dip is towards north, it must be set positive, and &hellip; <a href=\"https:\/\/sigeo.cerege.fr\/?p=862\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Define 3 points coordinates from dip\/azimuth&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,1],"tags":[],"class_list":["post-862","post","type-post","status-publish","format-standard","hentry","category-geo-traitements","category-sigeo"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=\/wp\/v2\/posts\/862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=862"}],"version-history":[{"count":6,"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=\/wp\/v2\/posts\/862\/revisions"}],"predecessor-version":[{"id":873,"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=\/wp\/v2\/posts\/862\/revisions\/873"}],"wp:attachment":[{"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sigeo.cerege.fr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}