{"id":14,"date":"2020-02-16T10:16:10","date_gmt":"2020-02-16T10:16:10","guid":{"rendered":"https:\/\/lansdown-geophysics.co.uk\/?page_id=14"},"modified":"2020-02-29T20:34:28","modified_gmt":"2020-02-29T20:34:28","slug":"python","status":"publish","type":"page","link":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/","title":{"rendered":"Python"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Python<\/h1>\n\n\n\n<p class=\"has-medium-font-size\">If you want to use the open source SEGY libraries such as <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/github.com\/equinor\/segyio\" target=\"_blank\">segyio<\/a>, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/github.com\/cultpenguin\/segypy\" target=\"_blank\">segypy<\/a>, or <a href=\"https:\/\/github.com\/sixty-north\/segpy\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">segpy<\/a> then I would recommend that you install Python 3.6.1 as all these libraries are compatible with this version.  By using these libraries managing SEGY files with Python becomes incredibly easy.  Pretty much all the functionality that is available is SEGY tools such as <a rel=\"noreferrer noopener\" href=\"https:\/\/www.google.com\/url?q=https%3A%2F%2Fgithub.com%2FJohnWStockwellJr%2FSeisUnix%2Fwiki%2FSeismic-Unix-install-on-Linux&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEPofV8u5_wFDTLuJjAhr99iEKbkg\" target=\"_blank\">Seismic Unix<\/a> can now be available simply by writing a Python script and importing the relevant modules.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Many people have a natural concern about using Python because in order to use Python scripts Python needs to be installed on their machine.  As most of the people I work with use Windows this concern can be legitimate particularly if administrator privileges are required (IT departments tend not to understand Python and how it works).<\/p>\n\n\n\n<p class=\"has-medium-font-size\">By far the easiest way to install Python on Windows is to do it for the currently installed user.  This requires no administrative privileges and also means that any libraries that are subsequently required can be installed with a few keys strokes in the command window.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">To install Python on Windows, download Python 3.6.1 from <a rel=\"noreferrer noopener\" href=\"https:\/\/www.google.com\/url?q=https%3A%2F%2Fwww.python.org%2Fdownloads%2Frelease%2Fpython-361%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNH7zt92QwVy7mI0cbeusSvfYXH-PQ\" target=\"_blank\">here<\/a> and select the <a href=\"https:\/\/www.python.org\/ftp\/python\/3.6.1\/python-3.6.1-amd64.exe\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Windows x86-64 executable installer<\/a>, <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Python<\/h2>\n\n\n\n<div class=\"wp-block-image xmiddle\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/python_installer_screen_shot.jpg\" alt=\"\" class=\"wp-image-87\" width=\"593\" height=\"365\" srcset=\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/python_installer_screen_shot.jpg 666w, https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/python_installer_screen_shot-300x185.jpg 300w\" sizes=\"auto, (max-width: 593px) 100vw, 593px\" \/><figcaption> Run the Python 3.6.1 installer <\/figcaption><\/figure><\/div>\n\n\n\n<p class=\"has-medium-font-size\"> Run the Python 3.6.1 installer.   Use the default settings and ensure that the <em>&#8220;Add Python 3,6 to PATH&#8221;<\/em> checkbox is checked. Then click on the <em>&#8220;Install Now&#8221; <\/em>link in the upper part of the window. <\/p>\n\n\n\n<div class=\"wp-block-image xmiddle\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"666\" height=\"410\" src=\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/python_installer_screen_shot_1.jpg\" alt=\"\" class=\"wp-image-88\" srcset=\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/python_installer_screen_shot_1.jpg 666w, https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/python_installer_screen_shot_1-300x185.jpg 300w\" sizes=\"auto, (max-width: 666px) 100vw, 666px\" \/><figcaption> Successful Confirmation <\/figcaption><\/figure><\/div>\n\n\n\n<p class=\"has-medium-font-size\">If all goes well then Python 3.6.1 will be installed in the following path:<\/p>\n\n\n\n<p class=\"has-medium-font-size\">C:\\Users\\&#8221;Your user name&#8221;\\AppData\\Local\\Programs\\Python\\Python36<\/p>\n\n\n\n<div class=\"wp-block-image xmiddle\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"766\" height=\"274\" src=\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/command_prompt_1.jpg\" alt=\"\" class=\"wp-image-86\" srcset=\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/command_prompt_1.jpg 766w, https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/2019\/08\/command_prompt_1-300x107.jpg 300w\" sizes=\"auto, (max-width: 766px) 100vw, 766px\" \/><figcaption> Open a command prompt and type python <\/figcaption><\/figure><\/div>\n\n\n\n<p class=\"has-medium-font-size\"> Open a command prompt and type python,  You should get a python shell that looks something like this:  <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n>>><\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size\">\nType Ctrl+Z and and hit return, you will exit the shell.\n\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Libraries<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">\nNow that Python is installed you can install any libraries that you may need from the command line.  To install the <a href=\"https:\/\/www.google.com\/url?q=https%3A%2F%2Fgithub.com%2Fchriskiehl%2FGooey&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNFDre94AxADU35bLzknp6ZpCXiZfg\" target=\"_blank\" rel=\"noreferrer noopener\">Gooey<\/a> argument parser (GUI front end) type the following:\n\n<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install Gooey<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size\">This will try to install the Gooey front end argument parser.  The following output to the console is typical: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Collecting Gooey\n  Using cached https:\/\/files.pythonhosted.org\/packages\/37\/2a\/f173ab639dd06531c7e3082011adeb77c876fb7095ca94f08956dd3daf79\/Gooey-1.0.2-py2.py3-none-any.whl\nRequirement already satisfied: Pillow>=4.3.0 in c:\\users\\angus\\appdata\\local\\programs\\python\\python36\\lib\\site-packages (from Gooey) (5.4.1)\nRequirement already satisfied: psutil>=5.4.2 in c:\\users\\angus\\appdata\\local\\programs\\python\\python36\\lib\\site-packages (from Gooey) (5.6.1)\nRequirement already satisfied: wxpython>=4.0.0b1 in c:\\users\\angus\\appdata\\local\\programs\\python\\python36\\lib\\site-packages (from Gooey) (4.0.4)\nRequirement already satisfied: six in c:\\users\\angus\\appdata\\local\\programs\\python\\python36\\lib\\site-packages (from wxpython>=4.0.0b1->Gooey) (1.12.0)\nInstalling collected packages: Gooey\nSuccessfully installed Gooey-1.0.2<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size\">\nTo install other libraries or modules the syntax is similar:\n\n<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install \"the library you want to install\"<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/equinor\/segyio\">Segyio<\/a><\/h2>\n\n\n\n<p class=\"has-medium-font-size\">Segyio is a small LGPL licensed C library for easy interaction with SEG Y formatted seismic data, with language bindings for Python and Matlab. Segyio is an attempt to create an easy-to-use, embeddable, community-oriented library for seismic applications.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Feature summary<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A low-level C interface with few assumptions; easy to bind to other languages<\/li><li>Read and write binary and textual headers<\/li><li>Read and write traces and trace headers<\/li><li>Simple, powerful, and native-feeling Python interface with numpy integration<\/li><li>xarray integration with netcdf_segy<\/li><li>Some simple applications with unix philosophy<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/cultpenguin\/segypy\">Segypy<\/a><\/h2>\n\n\n\n<p class=\"has-medium-font-size\">Segypy is a Python module for reading\/writing of SEG-Y formatted files.  As it stands on GitHub segypy has a significant limitation, that is clearly outlined in the documentation, namely:<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><em>&#8220;Currently you can READ IBM Floats, IEEE, 1, 2 and 4 byte INTEGER formatted data, and WRITE anything but IBM Floats. &#8220;<\/em><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Writting IBM floats is quite a useful thing to do in the offshore survey sector where many clients expect SEGY files to have this form of encoding.  To resolve this problem I have written a patch for this module (library) that allows reading and writting to or from any format specified in the <a href=\"https:\/\/seg.org\/Portals\/0\/SEG\/News%20and%20Resources\/Technical%20Standards\/seg_y_rev1.pdf\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">SEGY standard (rev 1)<\/a> format.  If you want to make use of this patch then please contact me.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/github.com\/sixty-north\/segpy\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"SegPy (opens in a new tab)\">SegPy<\/a><\/h2>\n\n\n\n<p class=\"has-medium-font-size\">Segpy is open source software created by <a href=\"http:\/\/sixty-north.com\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Sixty North<\/a> and licensed under the GNU Affero General Public License.   This library is extremely well written and contains loads of useful utilities.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">The beauty of segpy is the code readability.  This library is a great companion when writting scripts using either segyio or segypy particularly as its interpretation of the standard is robust.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Python If you want to use the open source SEGY libraries such as segyio, segypy, or segpy then I would recommend that you install Python 3.6.1 as all these libraries are compatible with this version. By using these libraries managing SEGY files with Python becomes incredibly easy. Pretty much all the functionality that is available [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":463,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-full-width.php","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python | lansdown geophysics ltd | Quick intallation user guide<\/title>\n<meta name=\"description\" content=\"A quick guide to install Python and the seismic modules segyio, segypy, and SegPy. Modify SegyPy to write IBM floats. Libraries compatible with 3.6.1\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python | lansdown geophysics ltd | Quick intallation user guide\" \/>\n<meta property=\"og:description\" content=\"A quick guide to install Python and the seismic modules segyio, segypy, and SegPy. Modify SegyPy to write IBM floats. Libraries compatible with 3.6.1\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/\" \/>\n<meta property=\"og:site_name\" content=\"lansdown geophysics ltd\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-29T20:34:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1900\" \/>\n\t<meta property=\"og:image:height\" content=\"364\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/\",\"url\":\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/\",\"name\":\"Python | lansdown geophysics ltd | Quick intallation user guide\",\"isPartOf\":{\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg\",\"datePublished\":\"2020-02-16T10:16:10+00:00\",\"dateModified\":\"2020-02-29T20:34:28+00:00\",\"description\":\"A quick guide to install Python and the seismic modules segyio, segypy, and SegPy. Modify SegyPy to write IBM floats. Libraries compatible with 3.6.1\",\"breadcrumb\":{\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#primaryimage\",\"url\":\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg\",\"contentUrl\":\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg\",\"width\":1900,\"height\":364},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lansdown-geophysics.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/#website\",\"url\":\"https:\/\/lansdown-geophysics.co.uk\/\",\"name\":\"Lansdown Geophysics Ltd\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lansdown-geophysics.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/#organization\",\"name\":\"Lansdown Geophysics Ltd\",\"url\":\"https:\/\/lansdown-geophysics.co.uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/identity_lg_547.png\",\"contentUrl\":\"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/identity_lg_547.png\",\"width\":547,\"height\":547,\"caption\":\"Lansdown Geophysics Ltd\"},\"image\":{\"@id\":\"https:\/\/lansdown-geophysics.co.uk\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/angusjack\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python | lansdown geophysics ltd | Quick intallation user guide","description":"A quick guide to install Python and the seismic modules segyio, segypy, and SegPy. Modify SegyPy to write IBM floats. Libraries compatible with 3.6.1","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/","og_locale":"en_GB","og_type":"article","og_title":"Python | lansdown geophysics ltd | Quick intallation user guide","og_description":"A quick guide to install Python and the seismic modules segyio, segypy, and SegPy. Modify SegyPy to write IBM floats. Libraries compatible with 3.6.1","og_url":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/","og_site_name":"lansdown geophysics ltd","article_modified_time":"2020-02-29T20:34:28+00:00","og_image":[{"width":1900,"height":364,"url":"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/","url":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/","name":"Python | lansdown geophysics ltd | Quick intallation user guide","isPartOf":{"@id":"https:\/\/lansdown-geophysics.co.uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#primaryimage"},"image":{"@id":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#primaryimage"},"thumbnailUrl":"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg","datePublished":"2020-02-16T10:16:10+00:00","dateModified":"2020-02-29T20:34:28+00:00","description":"A quick guide to install Python and the seismic modules segyio, segypy, and SegPy. Modify SegyPy to write IBM floats. Libraries compatible with 3.6.1","breadcrumb":{"@id":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#primaryimage","url":"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg","contentUrl":"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/header_thin-2.jpg","width":1900,"height":364},{"@type":"BreadcrumbList","@id":"https:\/\/lansdown-geophysics.co.uk\/index.php\/python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lansdown-geophysics.co.uk\/"},{"@type":"ListItem","position":2,"name":"Python"}]},{"@type":"WebSite","@id":"https:\/\/lansdown-geophysics.co.uk\/#website","url":"https:\/\/lansdown-geophysics.co.uk\/","name":"Lansdown Geophysics Ltd","description":"","publisher":{"@id":"https:\/\/lansdown-geophysics.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lansdown-geophysics.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/lansdown-geophysics.co.uk\/#organization","name":"Lansdown Geophysics Ltd","url":"https:\/\/lansdown-geophysics.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lansdown-geophysics.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/identity_lg_547.png","contentUrl":"https:\/\/lansdown-geophysics.co.uk\/wp-content\/uploads\/identity_lg_547.png","width":547,"height":547,"caption":"Lansdown Geophysics Ltd"},"image":{"@id":"https:\/\/lansdown-geophysics.co.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/angusjack\/"]}]}},"_links":{"self":[{"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":9,"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":826,"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions\/826"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/media\/463"}],"wp:attachment":[{"href":"https:\/\/lansdown-geophysics.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}