Skip to content

Instantly share code, notes, and snippets.

@adamsteer
Created January 3, 2019 00:41
Show Gist options
  • Save adamsteer/fad6ac17b8f0e2ba15442434f4b5ed4e to your computer and use it in GitHub Desktop.
Save adamsteer/fad6ac17b8f0e2ba15442434f4b5ed4e to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 65,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import siphon\n",
"from siphon.catalog import TDSCatalog\n",
"import requests\n",
"import wget\n",
"import os\n",
"import json\n",
"\n",
"import pdal\n",
"\n",
"from multiprocessing import Pool\n",
"\n",
"import subprocess\n",
"\n",
"from thredds_crawler.crawl import Crawl\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
" In the subprocess call to PDAL below, here's the pipeline used (`process-mh370phase2txt.json`)\n",
"\n",
"\n",
"```\n",
"{\n",
" \"pipeline\":[\n",
" {\n",
" \"type\" : \"readers.text\",\n",
" \"filename\" : \"inputfile.txt\",\n",
" \"separator\" : \",\",\n",
" \"header\" : \"X,Y,Z\",\n",
" \"skip\": 1\n",
" },\n",
" {\n",
" \"type\" : \"filters.reprojection\",\n",
" \"in_srs\":\"EPSG:4326\",\n",
" \"out_srs\":\"EPSG:3577\"\n",
" },\n",
" {\n",
" \"type\": \"filters.ferry\",\n",
" \"dimensions\": \"=>Classification, =>PointSourceId\"\n",
" },\n",
" {\n",
" \"type\": \"filters.assign\",\n",
" \"assignment\": \"PointSourceId[:]=1, Classification[:]=2\"\n",
" },\n",
" {\n",
" \"type\": \"filters.outlier\"\n",
" },\n",
" {\n",
" \"type\":\"filters.transformation\",\n",
" \"matrix\": \"1 0 0 0 0 1 0 0 0 0 -1 0 0 0 0 1\"\n",
" },\n",
" {\n",
" \"type\":\"filters.colorinterp\",\n",
" \"minimum\" : -8100,\n",
" \"maximum\" : 0,\n",
" \"ramp\" : \"blue_hue\",\n",
" \"dimension\":\"Z\"\n",
" },\n",
" {\n",
" \"type\":\"writers.las\",\n",
" \"filename\":\"outfile.laz\",\n",
" \"minor_version\": 4,\n",
" \"a_srs\": \"EPSG:3577\"\n",
" }\n",
" ]\n",
"}\n",
"\n",
"\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"#http://dapds00.nci.org.au/thredds/catalog/iy57/mbes/bathymetry/Dong_Hai_Jiu/catalog.html\n",
"#http://dapds00.nci.org.au/thredds/catalog/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/catalog.html"
]
},
{
"cell_type": "code",
"execution_count": 108,
"metadata": {},
"outputs": [],
"source": [
"#datasource=\"http://dapds00.nci.org.au/thredds/catalog/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/catalog.html\"\n",
"datasource=\"http://dapds00.nci.org.au/thredds/catalog/iy57/mbes/bathymetry/Dong_Hai_Jiu/catalog.html\""
]
},
{
"cell_type": "code",
"execution_count": 109,
"metadata": {},
"outputs": [],
"source": [
"sourceFilter=\".*txt\""
]
},
{
"cell_type": "code",
"execution_count": 110,
"metadata": {},
"outputs": [],
"source": [
"skips = Crawl.SKIPS + [\".*_2m.*\"] + [ \".*_1m.*\"] + [\".*_2mGRID.*\"]"
]
},
{
"cell_type": "code",
"execution_count": 111,
"metadata": {},
"outputs": [],
"source": [
"c = Crawl(datasource, select=[sourceFilter], skip=skips)"
]
},
{
"cell_type": "code",
"execution_count": 112,
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"text/plain": [
"[<LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.txt, name: DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_02SE_900M_SE_13A_MB_20160724_1800_DJ101_4449.txt, name: DT13A-20A_02SE_900M_SE_13A_MB_20160724_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_02SE_900M_SE_14A_MB_20160725_0000_DJ101_4449.txt, name: DT13A-20A_02SE_900M_SE_14A_MB_20160725_0000_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_14A_MB_20160613_0655_DJ101_4449.txt, name: DT13A-20A_31SE_14A_MB_20160613_0655_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016613_1255_DJ101_4449.txt, name: DT13A-20A_31SE_15A_MB_2016613_1255_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016613_1855_DJ101_4449.txt, name: DT13A-20A_31SE_15A_MB_2016613_1855_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016614_0055_DJ101_4449.txt, name: DT13A-20A_31SE_15A_MB_2016614_0055_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016614_2103_DJ101_4449.txt, name: DT13A-20A_31SE_15A_MB_2016614_2103_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016615_0003_DJ101_4449.txt, name: DT13A-20A_31SE_15A_MB_2016615_0003_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_02NW_125m_SE_17A_MB_20160321_0600_DJ101_4449.txt, name: DT13A-21A_02NW_125m_SE_17A_MB_20160321_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_02NW_125m_SE_18A_MB_20160320_2027_DJ101_4449.txt, name: DT13A-21A_02NW_125m_SE_18A_MB_20160320_2027_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_02NW_125m_SE_18A_MB_20160321_0027_DJ101_4449.txt, name: DT13A-21A_02NW_125m_SE_18A_MB_20160321_0027_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160226_0754_DJ101_4449.txt, name: DT13A-21A_19SE_15A_MB_20160226_0754_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160227_2343_DJ101_4449.txt, name: DT13A-21A_19SE_15A_MB_20160227_2343_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_0043_DJ101_4449.txt, name: DT13A-21A_19SE_15A_MB_20160228_0043_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_0600_DJ101_4449.txt, name: DT13A-21A_19SE_15A_MB_20160228_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_1200_DJ101_4449.txt, name: DT13A-21A_19SE_15A_MB_20160228_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_1800_DJ101_4449.txt, name: DT13A-21A_19SE_15A_MB_20160228_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_0043_DJ101_4449.txt, name: DT13A-21A_19SE_16A_MB_20160229_0043_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_0600_DJ101_4449.txt, name: DT13A-21A_19SE_16A_MB_20160229_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_1200_DJ101_4449.txt, name: DT13A-21A_19SE_16A_MB_20160229_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_1800_DJ101_4449.txt, name: DT13A-21A_19SE_16A_MB_20160229_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_15A_MB_20160302_1200_DJ101_4449.txt, name: DT13A-21A_20SE_15A_MB_20160302_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_15A_MB_20160302_1800_DJ101_4449.txt, name: DT13A-21A_20SE_15A_MB_20160302_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_15A_MB_20160303_0000_DJ101_4449.txt, name: DT13A-21A_20SE_15A_MB_20160303_0000_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160301_1200_DJ101_4449.txt, name: DT13A-21A_20SE_16A_MB_20160301_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160301_1800_DJ101_4449.txt, name: DT13A-21A_20SE_16A_MB_20160301_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160302_0027_DJ101_4449.txt, name: DT13A-21A_20SE_16A_MB_20160302_0027_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160302_0600_DJ101_4449.txt, name: DT13A-21A_20SE_16A_MB_20160302_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_17A_MB_20160301_0827_DJ101_4449.txt, name: DT13A-21A_20SE_17A_MB_20160301_0827_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_0312_DJ101_4449.txt, name: DT13A-21A_21SE_15A_MB_20160304_0312_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_0600_DJ101_4449.txt, name: DT13A-21A_21SE_15A_MB_20160304_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_1200_DJ101_4449.txt, name: DT13A-21A_21SE_15A_MB_20160304_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_1800_DJ101_4449.txt, name: DT13A-21A_21SE_15A_MB_20160304_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160305_0012_DJ101_4449.txt, name: DT13A-21A_21SE_15A_MB_20160305_0012_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160305_0600_DJ101_4449.txt, name: DT13A-21A_21SE_16A_MB_20160305_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160305_1200_DJ101_4449.txt, name: DT13A-21A_21SE_16A_MB_20160305_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160305_1800_DJ101_4449.txt, name: DT13A-21A_21SE_16A_MB_20160305_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160306_0012_DJ101_4449.txt, name: DT13A-21A_21SE_16A_MB_20160306_0012_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_15A_MB_20160309_1200_DJ101_4449.txt, name: DT13A-21A_22SE_15A_MB_20160309_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_15A_MB_20160309_1800_DJ101_4449.txt, name: DT13A-21A_22SE_15A_MB_20160309_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_15A_MB_20160310_0048_DJ101_4449.txt, name: DT13A-21A_22SE_15A_MB_20160310_0048_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160306_1129_DJ101_4449.txt, name: DT13A-21A_22SE_16A_MB_20160306_1129_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160306_1800_DJ101_4449.txt, name: DT13A-21A_22SE_16A_MB_20160306_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160307_0029_DJ101_4449.txt, name: DT13A-21A_22SE_16A_MB_20160307_0029_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160307_0600_DJ101_4449.txt, name: DT13A-21A_22SE_16A_MB_20160307_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160309_0548_DJ101_4449.txt, name: DT13A-21A_22SE_16A_MB_20160309_0548_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160316_1650_DJ101_4449.txt, name: DT13A-21A_23SE_15A_MB_20160316_1650_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160316_1800_DJ101_4449.txt, name: DT13A-21A_23SE_15A_MB_20160316_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160317_0050_DJ101_4449.txt, name: DT13A-21A_23SE_15A_MB_20160317_0050_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160317_0600_DJ101_4449.txt, name: DT13A-21A_23SE_15A_MB_20160317_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160317_1200_DJ101_4449.txt, name: DT13A-21A_23SE_15A_MB_20160317_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_16A_MB_20160317_1800_DJ101_4449.txt, name: DT13A-21A_23SE_16A_MB_20160317_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_16A_MB_20160318_0022_DJ101_4449.txt, name: DT13A-21A_23SE_16A_MB_20160318_0022_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_16A_MB_20160318_0600_DJ101_4449.txt, name: DT13A-21A_23SE_16A_MB_20160318_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160310_1547_DJ101_4449.txt, name: DT13A-21A_24SE_15A_MB_20160310_1547_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160310_1800_DJ101_4449.txt, name: DT13A-21A_24SE_15A_MB_20160310_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160311_0047_DJ101_4449.txt, name: DT13A-21A_24SE_15A_MB_20160311_0047_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160311_0600_DJ101_4449.txt, name: DT13A-21A_24SE_15A_MB_20160311_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160311_1200_DJ101_4449.txt, name: DT13A-21A_24SE_15A_MB_20160311_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160311_1800_DJ101_4449.txt, name: DT13A-21A_24SE_16A_MB_20160311_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160312_0047_DJ101_4449.txt, name: DT13A-21A_24SE_16A_MB_20160312_0047_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160312_0600_DJ101_4449.txt, name: DT13A-21A_24SE_16A_MB_20160312_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160312_1200_DJ101_4449.txt, name: DT13A-21A_24SE_16A_MB_20160312_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160315_1200_DJ101_4449.txt, name: DT13A-21A_25SE_15A_MB_20160315_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160315_1800_DJ101_4449.txt, name: DT13A-21A_25SE_15A_MB_20160315_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160316_0033_DJ101_4449.txt, name: DT13A-21A_25SE_15A_MB_20160316_0033_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160316_0600_DJ101_4449.txt, name: DT13A-21A_25SE_15A_MB_20160316_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160313_1800_DJ101_4449.txt, name: DT13A-21A_25SE_16A_MB_20160313_1800_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160314_0005_DJ101_4449.txt, name: DT13A-21A_25SE_16A_MB_20160314_0005_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160314_2225_DJ101_4449.txt, name: DT13A-21A_25SE_16A_MB_20160314_2225_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160315_0133_DJ101_4449.txt, name: DT13A-21A_25SE_16A_MB_20160315_0133_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160315_0600_DJ101_4449.txt, name: DT13A-21A_25SE_16A_MB_20160315_0600_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_17A_MB_20160313_0805_DJ101_4449.txt, name: DT13A-21A_25SE_17A_MB_20160313_0805_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_17A_MB_20160313_1200_DJ101_4449.txt, name: DT13A-21A_25SE_17A_MB_20160313_1200_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/SAS_DJ101_Swing01_LPD_01_17A_MB_20160319_1837_DJ101_4449.txt, name: SAS_DJ101_Swing01_LPD_01_17A_MB_20160319_1837_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/SAS_Shipwreck1_950m_17A_MB_20160319_0630_DJ101_4449.txt, name: SAS_Shipwreck1_950m_17A_MB_20160319_0630_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/Z2L1S_Infill_01_10A_MB_20160726_1453_DJ101_4449.txt, name: Z2L1S_Infill_01_10A_MB_20160726_1453_DJ101_4449.txt, services: ['HTTPServer']>,\n",
" <LeafDataset id: iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/Z2L1S_Infill_01_10A_MB_20160726_1800_DJ101_4449.txt, name: Z2L1S_Infill_01_10A_MB_20160726_1800_DJ101_4449.txt, services: ['HTTPServer']>]"
]
},
"execution_count": 112,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"c.datasets"
]
},
{
"cell_type": "code",
"execution_count": 113,
"metadata": {},
"outputs": [],
"source": [
"dataset = c.datasets[1]"
]
},
{
"cell_type": "code",
"execution_count": 114,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'DT13A-20A_02SE_900M_SE_13A_MB_20160724_1800_DJ101_4449.txt'"
]
},
"execution_count": 114,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"dataset.name"
]
},
{
"cell_type": "code",
"execution_count": 115,
"metadata": {},
"outputs": [],
"source": [
"datalinks = []\n",
"for dataset in c.datasets[:]:\n",
" \n",
" datalinks.append(dataset.services[0]['url'])"
]
},
{
"cell_type": "code",
"execution_count": 130,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_02SE_900M_SE_13A_MB_20160724_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_02SE_900M_SE_14A_MB_20160725_0000_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_14A_MB_20160613_0655_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016613_1255_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016613_1855_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016614_0055_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016614_2103_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_31SE_15A_MB_2016615_0003_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_02NW_125m_SE_17A_MB_20160321_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_02NW_125m_SE_18A_MB_20160320_2027_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_02NW_125m_SE_18A_MB_20160321_0027_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160226_0754_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160227_2343_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_0043_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_15A_MB_20160228_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_0043_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_19SE_16A_MB_20160229_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_15A_MB_20160302_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_15A_MB_20160302_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_15A_MB_20160303_0000_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160301_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160301_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160302_0027_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_16A_MB_20160302_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_20SE_17A_MB_20160301_0827_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_0312_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160304_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_15A_MB_20160305_0012_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160305_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160305_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160305_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_21SE_16A_MB_20160306_0012_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_15A_MB_20160309_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_15A_MB_20160309_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_15A_MB_20160310_0048_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160306_1129_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160306_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160307_0029_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160307_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_22SE_16A_MB_20160309_0548_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160316_1650_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160316_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160317_0050_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160317_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_15A_MB_20160317_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_16A_MB_20160317_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_16A_MB_20160318_0022_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_23SE_16A_MB_20160318_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160310_1547_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160310_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160311_0047_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160311_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_15A_MB_20160311_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160311_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160312_0047_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160312_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_24SE_16A_MB_20160312_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160315_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160315_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160316_0033_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_15A_MB_20160316_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160313_1800_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160314_0005_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160314_2225_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160315_0133_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_16A_MB_20160315_0600_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_17A_MB_20160313_0805_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-21A_25SE_17A_MB_20160313_1200_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/SAS_DJ101_Swing01_LPD_01_17A_MB_20160319_1837_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/SAS_Shipwreck1_950m_17A_MB_20160319_0630_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/Z2L1S_Infill_01_10A_MB_20160726_1453_DJ101_4449.txt',\n",
" 'http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/Z2L1S_Infill_01_10A_MB_20160726_1800_DJ101_4449.txt']"
]
},
"execution_count": 130,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"datalinks"
]
},
{
"cell_type": "code",
"execution_count": 131,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"79"
]
},
"execution_count": 131,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"len(datalinks)"
]
},
{
"cell_type": "code",
"execution_count": 132,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.txt'"
]
},
"execution_count": 132,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"datalinks[0].split('/')[-1]"
]
},
{
"cell_type": "code",
"execution_count": 134,
"metadata": {
"scrolled": false
},
"outputs": [],
"source": [
"datastore='/mnt/bigdata/mh370/phase2/donghaijui-deeptow'\n",
"\n",
"if not os.path.isdir(datastore):\n",
" os.mkdir(datastore)\n",
"\n",
"#this has to be guessed for every different vessel/instrument\n",
"in_srs=\"EPSG:32746\"\n",
"\n",
"def runpdal(pipelineJSON):\n",
" pipeline = pdal.Pipeline(json.dumps(pipelineJSON))\n",
" pipeline.validate() # check if our JSON and options were good\n",
" pipeline.loglevel = 8 #really noisy\n",
" count = pipeline.execute()\n",
" return\n",
" \n",
"def processtxt(inputdata):\n",
"\n",
" fileLink = inputdata\n",
" in_srs = 'EPSG:32745'\n",
" txtheader= 'X Y Z Intensity'\n",
" separator= ' '\n",
" skiplines = str(1)\n",
" shipID=str(5)\n",
" # Fugro Supporter = 1\n",
" # Fugro Equator = 2\n",
" # Zhukezhen = 3\n",
" # GoPhoenix deeptow = 4 UTM 46\n",
" # DongHaiJiu deeptow = 5 UTM 45\n",
" # ...\n",
" \n",
" print(fileLink)\n",
" print(in_srs)\n",
" print(txtheader)\n",
" print(separator)\n",
" print(skiplines)\n",
" print(shipID)\n",
" assignment=\"PointSourceId[:]=\" + str(shipID)\n",
" datafile = fileLink.split('/')[-1]\n",
" outfile= datastore + '/laz/' + datafile[:-4] +'.laz'\n",
"\n",
" print(datastore)\n",
" print(datafile)\n",
" \n",
"\n",
"\n",
" if not os.path.isfile(datastore + '/' + datafile):\n",
" \n",
" print('downloading to: ' + datastore + '/ASCII/' + datafile)\n",
" wget.download(fileLink, datastore + '/ASCII/' + datafile)\n",
" \n",
" try:\n",
" \n",
" pdalProcess = subprocess.run(['pdal',\n",
" 'pipeline',\n",
" '/mnt/bigdata/mh370/phase2/resources/process-mh370phase2txt.json',\n",
" '--readers.text.filename=' + datastore + '/ASCII/' + datafile,\n",
" '--readers.text.spatialreference=' + in_srs,\n",
" '--readers.text.header=' + txtheader,\n",
" '--readers.text.skip=' + skiplines,\n",
" '--readers.text.separator=' + separator,\n",
" '--filters.reprojection.in_srs=' + in_srs,\n",
" '--filters.assign.assignment=PointSourceId[:]=' + shipID,\n",
" '--writers.las.filename=' + datastore + '/laz/' + datafile[:-4] +'.laz',\n",
" '--verbose=2'])\n",
" print('file written to: ' + datastore + '/laz/' + datafile[:-4] +'.laz')\n",
"\n",
" except:\n",
" print(\"pdal broke\")\n",
" \n",
" else:\n",
" print('file exists, running PDAL')\n",
" \n",
" #runpdal(pipelineJSON)\n",
" \n",
" try:\n",
" pdalProcess = subprocess.run(['pdal',\n",
" 'pipeline',\n",
" '/mnt/bigdata/mh370/phase2/resources/process-mh370phase2txt.json',\n",
" '--readers.text.filename=' + datastore + '/' + datafile,\n",
" '--readers.text.spatialreference=' + in_srs,\n",
" '--readers.text.header=' + txtheader,\n",
" '--readers.text.skip=' + skiplines,\n",
" '--readers.text.separator=' + separator,\n",
" '--filters.reprojection.in_srs=' + in_srs,\n",
" '--filters.assign.assignment=PointSourceId[:]=' + shipID,\n",
" '--writers.las.filename=' + datastore + '/laz/' + datafile[:-4] +'.laz',\n",
" '--verbose=2'])\n",
" \n",
" print('file written to: ' + datastore + '/laz/' + datafile[:-4] +'.laz')\n",
" \n",
" except:\n",
" print(\"pdal broke\")\n",
" \n",
" #os.remove(datasource + '/' + datafile)\n",
" "
]
},
{
"cell_type": "code",
"execution_count": 135,
"metadata": {
"scrolled": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/Dong_Hai_Jiu/deeptow/raw/xyz/DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.txt\n",
"EPSG:32745\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"5\n",
"/mnt/bigdata/mh370/phase2/donghaijui-deeptow\n",
"DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.txt\n",
"downloading to: /mnt/bigdata/mh370/phase2/donghaijui-deeptow/ASCII/DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.txt\n",
"file written to: /mnt/bigdata/mh370/phase2/donghaijui-deeptow/laz/DT13A-20A_02SE_900M_SE_13A_MB_20160724_1640_DJ101_4449.laz\n"
]
}
],
"source": [
"processtxt(datalinks[0])"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#inputarray=[datalinks[2], in_srs, 'X Y Z Intensity', ' ', 1]"
]
},
{
"cell_type": "code",
"execution_count": 107,
"metadata": {
"scrolled": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L13S_11A_MB_20141125_1838_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_12A_MB_20141120_0651_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_13A_MB_20150303_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_10A_MB_20141123_1251_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_10A_MB_20150217_0759_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_10A_MB_20150227_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_12A_MB_20150301_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_13A_MB_20141119_1151_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_11A_MB_20150219_0059_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_12A_MB_20150220_1859_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_11A_MB_20150402_1805_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_10A_MB_20150322_0801_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/0007_MB_20140927_1308_GoPhoenix_4427_PointCloud.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_12A_MB_20150404_1205_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_11A_MB_20150324_1801_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_13A_MB_20150326_1201_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
"X Y Z Intensity\n",
" \n",
" \n",
" \n",
"X Y Z Intensity\n",
" \n",
" \n",
" \n",
" \n",
" \n",
" \n",
" \n",
" \n",
"1\n",
" \n",
" \n",
"1\n",
" \n",
" \n",
" \n",
"1\n",
"1\n",
"1\n",
"1\n",
"1\n",
"1\n",
"1\n",
"4\n",
"4\n",
"4\n",
"1\n",
"1\n",
"1\n",
"4\n",
"4\n",
"4\n",
"1\n",
"4\n",
"4\n",
"1\n",
"4\n",
"Z2L12S_10A_MB_20150227_1800_GoPhoenix_4427.txt\n",
"1\n",
"Z2L10S_10A_MB_20150217_0759_GoPhoenix_4427.txt\n",
"1\n",
"Z2L11N_13A_MB_20141119_1151_GoPhoenix_4427.txt\n",
"4\n",
"4\n",
"4\n",
"4\n",
"Z2L10S_12A_MB_20150220_1859_GoPhoenix_4427.txt\n",
"4\n",
"4\n",
"Z2L10S_11A_MB_20150219_0059_GoPhoenix_4427.txt\n",
"Z2L11N_10A_MB_20141123_1251_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_10A_MB_20150217_0759_GoPhoenix_4427.txt\n",
"Z2L14S_12A_MB_20150404_1205_GoPhoenix_4427.txt\n",
"Z2L16S_10A_MB_20150322_0801_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_13A_MB_20141119_1151_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_10A_MB_20150227_1800_GoPhoenix_4427.txt\n",
"4\n",
"Z2L12S_13A_MB_20150303_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_12A_MB_20150220_1859_GoPhoenix_4427.txt\n",
"0007_MB_20140927_1308_GoPhoenix_4427_PointCloud.txt\n",
"Z2L14S_11A_MB_20150402_1805_GoPhoenix_4427.txt\n",
"Z2L12S_12A_MB_20150301_1200_GoPhoenix_4427.txt\n",
"Z2L16S_13A_MB_20150326_1201_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_10A_MB_20150322_0801_GoPhoenix_4427.txt\n",
"Z2L13S_11A_MB_20141125_1838_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_11A_MB_20150219_0059_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_10A_MB_20141123_1251_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_13A_MB_20150303_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/0007_MB_20140927_1308_GoPhoenix_4427_PointCloud.txt\n",
"Z2L11N_12A_MB_20141120_0651_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_12A_MB_20150404_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L13S_11A_MB_20141125_1838_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_11A_MB_20150402_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_13A_MB_20150326_1201_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_11A_MB_20150324_1801_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_12A_MB_20150301_1200_GoPhoenix_4427.txt\n",
"Z2L16S_11A_MB_20150324_1801_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_12A_MB_20141120_0651_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file exists, running PDAL\n",
"file exists, running PDAL\n",
"file exists, running PDAL\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/0007_MB_20140927_1308_GoPhoenix_4427_PointCloud.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/0008_MB_20140927_1358_GoPhoenix_4427_PointCloud.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"0008_MB_20140927_1358_GoPhoenix_4427_PointCloud.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/0008_MB_20140927_1358_GoPhoenix_4427_PointCloud.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/0008_MB_20140927_1358_GoPhoenix_4427_PointCloud.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/NadirRunE_125mN_MB_20141028_0534_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"NadirRunE_125mN_MB_20141028_0534_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/NadirRunE_125mN_MB_20141028_0534_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/NadirRunE_125mN_MB_20141028_0534_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/NadirRunE_MB_20141028_0121_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"NadirRunE_MB_20141028_0121_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/NadirRunE_MB_20141028_0121_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/NadirRunE_MB_20141028_0121_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/NadirRunW_50mN_MB_20141028_0246_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"NadirRunW_50mN_MB_20141028_0246_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/NadirRunW_50mN_MB_20141028_0246_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L11N_10A_MB_20141123_1251_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_10A_MB_20141123_1851_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_10A_MB_20141123_1851_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_10A_MB_20141123_1851_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/NadirRunW_50mN_MB_20141028_0246_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/RangeTestN_MB_20141027_2140_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"RangeTestN_MB_20141027_2140_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/RangeTestN_MB_20141027_2140_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/RangeTestN_MB_20141027_2140_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/RangeTestS_MB_20141027_1818_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"RangeTestS_MB_20141027_1818_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/RangeTestS_MB_20141027_1818_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/RangeTestS_MB_20141027_1818_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_11A_MB_20150224_0636_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_11A_MB_20150224_0636_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_11A_MB_20150224_0636_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L11N_10A_MB_20141123_1851_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_11A_MB_20141121_1251_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_11A_MB_20141121_1251_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_11A_MB_20141121_1251_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L14S_12A_MB_20150404_1205_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_12A_MB_20150404_1805_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_12A_MB_20150404_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_12A_MB_20150404_1805_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L10S_10A_MB_20150217_0759_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_10A_MB_20150217_1259_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_10A_MB_20150217_1259_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_10A_MB_20150217_1259_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L12S_13A_MB_20150303_0600_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L13S_10A_MB_20141124_0438_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L13S_10A_MB_20141124_0438_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L13S_10A_MB_20141124_0438_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L11N_11A_MB_20141121_1251_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_11A_MB_20141121_1851_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_11A_MB_20141121_1851_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_11A_MB_20141121_1851_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L12S_12A_MB_20150301_1200_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_12A_MB_20150301_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_12A_MB_20150301_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_12A_MB_20150301_1800_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L11N_11A_MB_20141121_1851_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_11A_MB_20141122_0051_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_11A_MB_20141122_0051_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_11A_MB_20141122_0051_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L10S_10A_MB_20150217_1259_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_10A_MB_20150217_1859_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_10A_MB_20150217_1859_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_10A_MB_20150217_1859_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L11N_11A_MB_20141122_0051_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_11A_MB_20141122_0651_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_11A_MB_20141122_0651_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_11A_MB_20141122_0651_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L12S_12A_MB_20150301_1800_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_12A_MB_20150302_0000_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_12A_MB_20150302_0000_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_12A_MB_20150302_0000_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_12A_MB_20141120_1251_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_12A_MB_20141120_1251_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_12A_MB_20141120_1251_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_13A_MB_20141119_1851_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_13A_MB_20141119_1851_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_13A_MB_20141119_1851_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_10A_MB_20150401_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_10A_MB_20150401_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_10A_MB_20150401_0605_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L11N_12A_MB_20141120_1251_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_12A_MB_20141120_1551_4427_NAV.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_12A_MB_20141120_1551_4427_NAV.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_12A_MB_20141120_1551_4427_NAV.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_12A_MB_20141120_1551_4427_NAV_Replacement.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_12A_MB_20141120_1551_4427_NAV_Replacement.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_12A_MB_20141120_1551_4427_NAV_Replacement.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_12A_MB_20141120_1851_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_12A_MB_20141120_1851_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_12A_MB_20141120_1851_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L10S_10A_MB_20150217_1859_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_10A_MB_20150218_0059_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_10A_MB_20150218_0059_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_10A_MB_20150218_0059_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_10A_MB_20150322_1201_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_10A_MB_20150322_1201_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_10A_MB_20150322_1201_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L13S_10A_MB_20141124_1238_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L13S_10A_MB_20141124_1238_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L13S_10A_MB_20141124_1238_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_11A_MB_20150219_0659_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_11A_MB_20150219_0659_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_11A_MB_20150219_0659_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_11A_MB_20150403_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_11A_MB_20150403_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_11A_MB_20150403_0005_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L10S_10A_MB_20150218_0059_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_10A_MB_20150218_0659_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
" \n",
"1\n",
"4\n",
"Z2L10S_10A_MB_20150218_0659_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_10A_MB_20150218_0659_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_10A_MB_20150228_0000_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_10A_MB_20150228_0000_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_10A_MB_20150228_0000_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_13A_MB_20141120_0051_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_13A_MB_20141120_0051_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_13A_MB_20141120_0051_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_12A_MB_20150221_0059_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_12A_MB_20150221_0059_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_12A_MB_20150221_0059_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_11A_MB_20141122_1251_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_11A_MB_20141122_1251_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_11A_MB_20141122_1251_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_12A_MB_20141121_0051_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_12A_MB_20141121_0051_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_12A_MB_20141121_0051_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_12A_MB_20150325_0001_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_12A_MB_20150325_0001_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_12A_MB_20150325_0001_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_13A_MB_20150326_1801_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_13A_MB_20150326_1801_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_13A_MB_20150326_1801_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L13S_10A_MB_20141124_1838_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L13S_10A_MB_20141124_1838_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L13S_10A_MB_20141124_1838_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L16S_12A_MB_20150325_0001_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_12A_MB_20150325_0601_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_12A_MB_20150325_0601_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_12A_MB_20150325_0601_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_13A_MB_20150405_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_13A_MB_20150405_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_13A_MB_20150405_0005_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_11A_MB_20150224_1236_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_11A_MB_20150224_1236_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_11A_MB_20150224_1236_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_10A_MB_20150225_1236_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_10A_MB_20150225_1236_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_10A_MB_20150225_1236_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_10A_MB_20150226_2300_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_10A_MB_20150226_2300_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_10A_MB_20150226_2300_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L12S_10A_MB_20150226_2300_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_10A_MB_20150227_0000_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_10A_MB_20150227_0000_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_10A_MB_20150227_0000_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_12A_MB_20141121_0651_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_12A_MB_20141121_0651_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_12A_MB_20141121_0651_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_10A_MB_20150401_1205_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_10A_MB_20150401_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_10A_MB_20150401_1205_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_12A_MB_20150223_1236_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_12A_MB_20150223_1236_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_12A_MB_20150223_1236_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_11A_MB_20150403_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_11A_MB_20150403_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_11A_MB_20150403_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_12A_MB_20150302_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_12A_MB_20150302_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_12A_MB_20150302_0600_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L12S_10A_MB_20150227_0000_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_10A_MB_20150227_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_10A_MB_20150227_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_10A_MB_20150227_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_10A_MB_20150218_1259_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_10A_MB_20150218_1259_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_10A_MB_20150218_1259_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L13S_10A_MB_20141125_0038_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L13S_10A_MB_20141125_0038_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L13S_10A_MB_20141125_0038_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L14S_10A_MB_20150401_1205_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_10A_MB_20150401_1805_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_10A_MB_20150401_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_10A_MB_20150401_1805_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_11A_MB_20150219_1259_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_11A_MB_20150219_1259_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_11A_MB_20150219_1259_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_10A_MB_20150322_1801_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_10A_MB_20150322_1801_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_10A_MB_20150322_1801_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_10A_MB_20150509_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_10A_MB_20150509_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_10A_MB_20150509_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_11A_MB_20150228_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_11A_MB_20150228_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_11A_MB_20150228_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_10A_MB_20150225_1836_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_10A_MB_20150225_1836_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_10A_MB_20150225_1836_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_13A_MB_20150221_0659_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_13A_MB_20150221_0659_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_13A_MB_20150221_0659_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_11A_MB_20150224_1836_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_11A_MB_20150224_1836_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_11A_MB_20150224_1836_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L13S_10A_MB_20141125_0638_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L13S_10A_MB_20141125_0638_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L13S_10A_MB_20141125_0638_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_13A_MB_20150405_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_13A_MB_20150405_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_13A_MB_20150405_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_12A_MB_20150325_1201_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_12A_MB_20150325_1201_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_12A_MB_20150325_1201_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_12A_MB_20150302_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_12A_MB_20150302_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_12A_MB_20150302_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_11A_MB_20150228_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_11A_MB_20150228_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_11A_MB_20150228_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_11A_MB_20150218_1859_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_11A_MB_20150218_1859_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_11A_MB_20150218_1859_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_10A_MB_20150227_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_10A_MB_20150227_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_10A_MB_20150227_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_11A_MB_20150322_1801_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_11A_MB_20150322_1801_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_11A_MB_20150322_1801_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_10A_MB_20150509_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_10A_MB_20150509_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_10A_MB_20150509_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_11A_MB_20150403_1205_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_11A_MB_20150403_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_11A_MB_20150403_1205_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_10A_MB_20150402_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_10A_MB_20150402_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_10A_MB_20150402_0005_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_12A_MB_20150223_1836_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_12A_MB_20150223_1836_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_12A_MB_20150223_1836_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L13S_11A_MB_20141125_1338_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L13S_11A_MB_20141125_1338_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L13S_11A_MB_20141125_1338_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_11A_MB_20150219_1859_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_11A_MB_20150219_1859_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_11A_MB_20150219_1859_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_11A_MB_20150225_0036_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_11A_MB_20150225_0036_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_11A_MB_20150225_0036_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_10A_MB_20150226_0036_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_10A_MB_20150226_0036_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_10A_MB_20150226_0036_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_12A_MB_20150325_1801_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_12A_MB_20150325_1801_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_12A_MB_20150325_1801_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_11A_MB_20150508_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_11A_MB_20150508_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_11A_MB_20150508_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_13A_MB_20150221_1259_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_13A_MB_20150221_1259_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_13A_MB_20150221_1259_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141005_2342_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141005_2342_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141005_2342_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_11A_MB_20150324_0001_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_11A_MB_20150324_0001_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_11A_MB_20150324_0001_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_11A_MB_20150228_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_11A_MB_20150228_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_11A_MB_20150228_1800_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141005_2342_GoPhoenix_4427.laz\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0042_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0042_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0042_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0042_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0142_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0142_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0142_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0142_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0242_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0242_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0242_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_13A_MB_20150302_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_13A_MB_20150302_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_13A_MB_20150302_1800_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0242_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0342_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0342_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0342_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0342_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0442_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0442_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0442_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0442_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0542_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0542_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0542_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_13A_MB_20150405_1205_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_13A_MB_20150405_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_13A_MB_20150405_1205_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0542_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0642_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0642_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0642_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0642_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0742_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0742_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0742_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0742_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0842_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0842_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0842_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0842_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_0942_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_0942_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_0942_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_0942_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_1042_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_1042_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_1042_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_1342_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_1342_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_1342_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_1042_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_1142_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_1142_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_1142_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_1342_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_2050_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_2050_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_2050_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_1142_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141006_1242_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141006_1242_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141006_1242_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_1242_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_11A_MB_20141008_1850_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_11A_MB_20141008_1850_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_11A_MB_20141008_1850_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_12A_MB_20150224_0036_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_12A_MB_20150224_0036_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_12A_MB_20150224_0036_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_10A_MB_20150402_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_10A_MB_20150402_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_10A_MB_20150402_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_11A_MB_20150225_0636_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_11A_MB_20150225_0636_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_11A_MB_20150225_0636_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L1S_10A_MB_20141006_2050_GoPhoenix_4427.laz\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141007_0050_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141007_0050_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141007_0050_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_10A_MB_20150509_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_10A_MB_20150509_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_10A_MB_20150509_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_11A_MB_20150508_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_11A_MB_20150508_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_11A_MB_20150508_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_11A_MB_20150403_1805_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_11A_MB_20150403_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_11A_MB_20150403_1805_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_10A_MB_20150226_0636_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_10A_MB_20150226_0636_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_10A_MB_20150226_0636_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_12A_MB_20150220_0059_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_12A_MB_20150220_0059_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_12A_MB_20150220_0059_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_12A_MB_20150326_0001_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_12A_MB_20150326_0001_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_12A_MB_20150326_0001_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_12A_MB_20141009_0050_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_12A_MB_20141009_0050_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_12A_MB_20141009_0050_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L10S_12A_MB_20150220_0059_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_12A_MB_20150220_0659_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_12A_MB_20150220_0659_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_12A_MB_20150220_0659_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L14S_11A_MB_20150403_1805_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_12A_MB_20150404_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_12A_MB_20150404_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_12A_MB_20150404_0005_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_11A_MB_20150301_0000_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_11A_MB_20150301_0000_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_11A_MB_20150301_0000_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_11A_MB_20150324_0601_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_11A_MB_20150324_0601_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_11A_MB_20150324_0601_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L14S_12A_MB_20150404_0005_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_12A_MB_20150404_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_12A_MB_20150404_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_12A_MB_20150404_0605_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L12S_11A_MB_20150301_0000_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_11A_MB_20150301_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_11A_MB_20150301_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_11A_MB_20150301_0600_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_11A_MB_20141007_1050_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_11A_MB_20141007_1050_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_11A_MB_20141007_1050_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_10A_MB_20150322_0001_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_10A_MB_20150322_0001_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_10A_MB_20150322_0001_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_10A_MB_20141122_1851_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_10A_MB_20141122_1851_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_10A_MB_20141122_1851_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_12A_MB_20150223_0036_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_12A_MB_20150223_0036_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_12A_MB_20150223_0036_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_11A_MB_20150508_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_11A_MB_20150508_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_11A_MB_20150508_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L12S_13A_MB_20150303_0000_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L12S_13A_MB_20150303_0000_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L12S_13A_MB_20150303_0000_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L14S_10A_MB_20150402_1305_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L14S_10A_MB_20150402_1305_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L14S_10A_MB_20150402_1305_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_10A_MB_20150510_0002_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_10A_MB_20150510_0002_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_10A_MB_20150510_0002_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L14S_12A_MB_20150404_0605_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_13A_MB_20141010_1409_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_13A_MB_20141010_1409_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_13A_MB_20141010_1409_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_12A_MB_20141009_0909_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_12A_MB_20141009_0909_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_12A_MB_20141009_0909_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L12S_11A_MB_20150301_0600_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_11A_MB_20150319_1819_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_11A_MB_20150319_1819_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_11A_MB_20150319_1819_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_13A_MB_20150222_0336_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_13A_MB_20150222_0336_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_13A_MB_20150222_0336_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_10A_MB_20150320_1819_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_10A_MB_20150320_1819_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_10A_MB_20150320_1819_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_10A_MB_20150226_1236_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_10A_MB_20150226_1236_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_10A_MB_20150226_1236_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_13A_MB_20150326_0601_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_13A_MB_20150326_0601_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_13A_MB_20150326_0601_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_12A_MB_20141009_1609_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_12A_MB_20141009_1609_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_12A_MB_20141009_1609_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_11A_MB_20150324_1201_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_11A_MB_20150324_1201_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_11A_MB_20150324_1201_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_10A_MB_20141123_0051_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_10A_MB_20141123_0051_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_10A_MB_20141123_0051_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L10S_12A_MB_20150220_1259_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L10S_12A_MB_20150220_1259_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L10S_12A_MB_20150220_1259_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_12A_MB_20150305_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_12A_MB_20150305_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_12A_MB_20150305_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_11A_MB_20141007_1950_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_11A_MB_20141007_1950_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_11A_MB_20141007_1950_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_10A_MB_20150510_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_10A_MB_20150510_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_10A_MB_20150510_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_12A_MB_20141009_2109_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_12A_MB_20141009_2109_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_12A_MB_20141009_2109_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_13A_MB_20150222_0636_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_13A_MB_20150222_0636_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_13A_MB_20150222_0636_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_11A_MB_20150508_2202_GoPhoenix_4427_Replay.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_11A_MB_20150508_2202_GoPhoenix_4427_Replay.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_11A_MB_20150508_2202_GoPhoenix_4427_Replay.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L16S_10A_MB_20150322_0601_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L16S_10A_MB_20150322_0601_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L16S_10A_MB_20150322_0601_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_10A_MB_20150321_0019_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_10A_MB_20150321_0019_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_10A_MB_20150321_0019_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_10A_MB_20150510_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_10A_MB_20150510_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_10A_MB_20150510_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L11N_10A_MB_20141123_0651_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L11N_10A_MB_20141123_0651_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L11N_10A_MB_20141123_0651_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_11A_MB_20150509_0002_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_11A_MB_20150509_0002_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_11A_MB_20150509_0002_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L16S_10A_MB_20150322_0601_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_11A_MB_20150512_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_11A_MB_20150512_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_11A_MB_20150512_1200_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_11A_MB_20141007_2350_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_11A_MB_20141007_2350_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_11A_MB_20141007_2350_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L21S_11A_MB_20150512_1200_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_11A_MB_20150526_0603_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_11A_MB_20150526_0603_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_11A_MB_20150526_0603_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_11A_MB_20150320_0019_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_11A_MB_20150320_0019_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_11A_MB_20150320_0019_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L11N_10A_MB_20141123_0651_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_12A_MB_20150527_1303_GoPhoenix_4427_Replay.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_12A_MB_20150527_1303_GoPhoenix_4427_Replay.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_12A_MB_20150527_1303_GoPhoenix_4427_Replay.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_12A_MB_20150223_0636_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_12A_MB_20150223_0636_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_12A_MB_20150223_0636_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L21S_11A_MB_20150526_0603_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_11A_MB_20150526_1200_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_11A_MB_20150526_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_11A_MB_20150526_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_10A_MB_20150330_1212_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_10A_MB_20150330_1212_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_10A_MB_20150330_1212_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_11A_MB_20150507_2202_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_11A_MB_20150507_2202_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_11A_MB_20150507_2202_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_12A_MB_20150527_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_12A_MB_20150527_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_12A_MB_20150527_1800_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L22N_10A_MB_20150330_1212_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_10A_MB_20150330_1812_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_10A_MB_20150330_1812_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_10A_MB_20150330_1812_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_11A_MB_20150329_1812_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_11A_MB_20150329_1812_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_11A_MB_20150329_1812_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L19N_11A_MB_20150508_0002_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L19N_11A_MB_20150508_0002_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L19N_11A_MB_20150508_0002_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_13A_MB_20141010_0309_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_13A_MB_20141010_0309_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_13A_MB_20141010_0309_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_12A_MB_20150329_0012_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_12A_MB_20150329_0012_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_12A_MB_20150329_0012_GoPhoenix_4427.txt\n",
"file exists, running PDAL\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_11A_MB_20150618_1205_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_11A_MB_20150618_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_11A_MB_20150618_1205_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_10A_MB_20150511_0006_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_10A_MB_20150511_0006_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_10A_MB_20150511_0006_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_13A_MB_20141010_0909_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_13A_MB_20141010_0909_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_13A_MB_20141010_0909_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_12A_MB_20150305_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_12A_MB_20150305_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_12A_MB_20150305_1200_GoPhoenix_4427.txt\n",
"file written to/mnt/bigdata/mh370/phase2/GoPhoenix/laz/Z2L22N_12A_MB_20150329_0012_GoPhoenix_4427.laz\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_13A_MB_20150327_0412_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_13A_MB_20150327_0412_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_13A_MB_20150327_0412_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_10A_MB_20150321_0619_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_10A_MB_20150321_0619_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_10A_MB_20150321_0619_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_11A_MB_20141008_0750_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_11A_MB_20141008_0750_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_11A_MB_20141008_0750_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_11A_MB_20150526_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_11A_MB_20150526_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_11A_MB_20150526_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_11A_MB_20150320_0619_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_11A_MB_20150320_0619_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_11A_MB_20150320_0619_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_12A_MB_20150530_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_12A_MB_20150530_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_12A_MB_20150530_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_13A_MB_20150222_1236_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_13A_MB_20150222_1236_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_13A_MB_20150222_1236_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141005_2142_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141005_2142_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141005_2142_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_10A_MB_20150425_0008_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_10A_MB_20150425_0008_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_10A_MB_20150425_0008_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_12A_MB_20150527_1803_GoPhoenix_4427_Replay.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_12A_MB_20150527_1803_GoPhoenix_4427_Replay.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_12A_MB_20150527_1803_GoPhoenix_4427_Replay.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L1S_10A_MB_20141005_2242_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L1S_10A_MB_20141005_2242_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L1S_10A_MB_20141005_2242_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_10A_MB_20150331_0012_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_10A_MB_20150331_0012_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_10A_MB_20150331_0012_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_11A_MB_20150424_0008_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_11A_MB_20150424_0008_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_11A_MB_20150424_0008_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_13A_MB_20150327_0612_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_13A_MB_20150327_0612_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_13A_MB_20150327_0612_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_12A_MB_20150407_1802_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_12A_MB_20150407_1802_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_12A_MB_20150407_1802_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_11A_MB_20150330_0012_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_11A_MB_20150330_0012_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_11A_MB_20150330_0012_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_12A_MB_20150319_0916_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_12A_MB_20150319_0916_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_12A_MB_20150319_0916_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_10A_MB_20150426_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_10A_MB_20150426_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_10A_MB_20150426_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_12A_MB_20150528_0003_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_12A_MB_20150528_0003_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_12A_MB_20150528_0003_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_12A_MB_20150617_1605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_12A_MB_20150617_1605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_12A_MB_20150617_1605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_11A_MB_20150618_1805_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_11A_MB_20150618_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_11A_MB_20150618_1805_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_10A_MB_20150511_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_10A_MB_20150511_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_10A_MB_20150511_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_11A_MB_20150527_0003_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_11A_MB_20150527_0003_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_11A_MB_20150527_0003_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_11A_MB_20150320_1219_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_11A_MB_20150320_1219_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_11A_MB_20150320_1219_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_10A_MB_20150321_1219_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_10A_MB_20150321_1219_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_10A_MB_20150321_1219_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_10A_MB_20150425_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_10A_MB_20150425_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_10A_MB_20150425_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_13A_MB_20150303_1900_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_13A_MB_20150303_1900_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_13A_MB_20150303_1900_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_12A_MB_20150617_1805_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_12A_MB_20150617_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_12A_MB_20150617_1805_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_10A_MB_20150331_0612_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_10A_MB_20150331_0612_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_10A_MB_20150331_0612_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L18N_13A_MB_20150222_1836_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L18N_13A_MB_20150222_1836_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L18N_13A_MB_20150222_1836_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_12A_MB_20150423_1308_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_12A_MB_20150423_1308_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_12A_MB_20150423_1308_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_11A_MB_20150330_0612_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_11A_MB_20150330_0612_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_11A_MB_20150330_0612_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_11A_MB_20150424_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_11A_MB_20150424_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_11A_MB_20150424_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_12A_MB_20150527_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_12A_MB_20150527_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_12A_MB_20150527_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_13A_MB_20150327_1212_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_13A_MB_20150327_1212_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_13A_MB_20150327_1212_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_12A_MB_20150304_1300_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_12A_MB_20150304_1300_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_12A_MB_20150304_1300_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_11A_MB_20150619_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_11A_MB_20150619_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_11A_MB_20150619_0005_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_13A_MB_20150528_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_13A_MB_20150528_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_13A_MB_20150528_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_10A_MB_20150427_0021_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_10A_MB_20150427_0021_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_10A_MB_20150427_0021_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_10A_MB_20150321_1819_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_10A_MB_20150321_1819_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_10A_MB_20150321_1819_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_13A_MB_20150304_0000_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_13A_MB_20150304_0000_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_13A_MB_20150304_0000_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_10A_MB_20150511_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_10A_MB_20150511_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_10A_MB_20150511_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_12A_MB_20150328_0012_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_12A_MB_20150328_0012_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_12A_MB_20150328_0012_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_13A_MB_20150406_0202_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_13A_MB_20150406_0202_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_13A_MB_20150406_0202_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_10A_MB_20150331_1212_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_10A_MB_20150331_1212_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_10A_MB_20150331_1212_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_10A_MB_20150425_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_10A_MB_20150425_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_10A_MB_20150425_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_12A_MB_20150618_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_12A_MB_20150618_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_12A_MB_20150618_0005_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_11A_MB_20150424_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_11A_MB_20150424_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_11A_MB_20150424_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_11A_MB_20150428_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_11A_MB_20150428_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_11A_MB_20150428_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_12A_MB_20150304_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_12A_MB_20150304_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_12A_MB_20150304_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_11A_MB_20150319_1219_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_11A_MB_20150319_1219_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_11A_MB_20150319_1219_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_11A_MB_20150619_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_11A_MB_20150619_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_11A_MB_20150619_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_12A_MB_20150527_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_12A_MB_20150527_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_12A_MB_20150527_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_11A_MB_20150329_0612_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_11A_MB_20150329_0612_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_11A_MB_20150329_0612_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_10A_MB_20150427_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_10A_MB_20150427_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_10A_MB_20150427_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_13A_MB_20150327_1812_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_13A_MB_20150327_1812_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_13A_MB_20150327_1812_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_13A_MB_20150406_0602_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_13A_MB_20150406_0602_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_13A_MB_20150406_0602_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_13A_MB_20150529_0607_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_13A_MB_20150529_0607_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_13A_MB_20150529_0607_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_12A_MB_20150328_0612_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_12A_MB_20150328_0612_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_12A_MB_20150328_0612_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_10A_MB_20150511_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_10A_MB_20150511_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_10A_MB_20150511_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_13A_MB_20150528_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_13A_MB_20150528_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_13A_MB_20150528_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_10A_MB_20150425_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_10A_MB_20150425_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_10A_MB_20150425_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_13A_MB_20150304_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_13A_MB_20150304_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_13A_MB_20150304_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_11A_MB_20150424_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_11A_MB_20150424_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_11A_MB_20150424_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_12A_MB_20150530_0007_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_12A_MB_20150530_0007_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_12A_MB_20150530_0007_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L20N_12A_MB_20150305_0000_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L20N_12A_MB_20150305_0000_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L20N_12A_MB_20150305_0000_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_11A_MB_20150428_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_11A_MB_20150428_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_11A_MB_20150428_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_13A_MB_20150430_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_13A_MB_20150430_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_13A_MB_20150430_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_10A_MB_20150427_1200_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_10A_MB_20150427_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_10A_MB_20150427_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28N_13A_MB_20150501_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28N_13A_MB_20150501_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28N_13A_MB_20150501_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_11A_MB_20150329_1212_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_11A_MB_20150329_1212_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_11A_MB_20150329_1212_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_13A_MB_20150529_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_13A_MB_20150529_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_13A_MB_20150529_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_11A_MB_20150512_0006_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_11A_MB_20150512_0006_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_11A_MB_20150512_0006_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_12A_MB_20150407_0002_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_12A_MB_20150407_0002_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_12A_MB_20150407_0002_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_10A_MB_20150619_1205_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_10A_MB_20150619_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_10A_MB_20150619_1205_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_12A_MB_20150328_1212_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_12A_MB_20150328_1212_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_12A_MB_20150328_1212_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_13A_MB_20150406_1202_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_13A_MB_20150406_1202_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_13A_MB_20150406_1202_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_10A_MB_20150505_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_10A_MB_20150505_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_10A_MB_20150505_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_10A_MB_20150426_0008_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_10A_MB_20150426_0008_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_10A_MB_20150426_0008_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_13A_MB_20150528_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_13A_MB_20150528_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_13A_MB_20150528_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_10A_MB_20150427_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_10A_MB_20150427_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_10A_MB_20150427_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_10A_MB_20150510_1706_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_10A_MB_20150510_1706_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_10A_MB_20150510_1706_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_12A_MB_20150530_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_12A_MB_20150530_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_12A_MB_20150530_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_11A_MB_20150506_1524_GoPhoenix_4427_Replay.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_11A_MB_20150506_1524_GoPhoenix_4427_Replay.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_11A_MB_20150506_1524_GoPhoenix_4427_Replay.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_11A_MB_20150618_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_11A_MB_20150618_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_11A_MB_20150618_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_11A_MB_20150429_0021_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_11A_MB_20150429_0021_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_11A_MB_20150429_0021_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_11A_MB_20150423_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_11A_MB_20150423_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_11A_MB_20150423_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_11A_MB_20150506_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_11A_MB_20150506_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_11A_MB_20150506_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28N_13A_MB_20150501_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28N_13A_MB_20150501_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28N_13A_MB_20150501_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_13A_MB_20150430_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_13A_MB_20150430_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_13A_MB_20150430_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_10A_MB_20150113_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_10A_MB_20150113_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_10A_MB_20150113_0005_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L22N_12A_MB_20150328_1812_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L22N_12A_MB_20150328_1812_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L22N_12A_MB_20150328_1812_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L21S_11A_MB_20150512_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L21S_11A_MB_20150512_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L21S_11A_MB_20150512_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_11A_NAV_20150113_1510-1552.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_11A_NAV_20150113_1510-1552.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_11A_NAV_20150113_1510-1552.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_12A_MB_20150114_1905_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_12A_MB_20150114_1905_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_12A_MB_20150114_1905_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_13A_MB_20150529_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_13A_MB_20150529_1800_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_13A_MB_20150529_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_10A_MB_20150505_1724_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_10A_MB_20150505_1724_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_10A_MB_20150505_1724_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_12A_MB_20150407_0602_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_12A_MB_20150407_0602_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_12A_MB_20150407_0602_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_11A_MB_20150428_0021_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_11A_MB_20150428_0021_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_11A_MB_20150428_0021_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_10A_MB_20150505_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_10A_MB_20150505_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_10A_MB_20150505_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L3N_13A_MB_20141012_0615_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L3N_13A_MB_20141012_0615_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L3N_13A_MB_20141012_0615_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L23N_12A_MB_20150530_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L23N_12A_MB_20150530_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L23N_12A_MB_20150530_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_13A_MB_20150406_1802_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_13A_MB_20150406_1802_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_13A_MB_20150406_1802_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_12A_MB_20150429_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_12A_MB_20150429_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_12A_MB_20150429_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_10A_MB_20141103_0031_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_10A_MB_20141103_0031_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_10A_MB_20141103_0031_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_10A_MB_20150113_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_10A_MB_20150113_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_10A_MB_20150113_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_11A_MB_20141104_1210_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_11A_MB_20141104_1210_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_11A_MB_20141104_1210_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L3N_11A_MB_20141014_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L3N_11A_MB_20141014_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L3N_11A_MB_20141014_0010_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L3N_12A_MB_20141012_1854_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L3N_12A_MB_20141012_1854_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L3N_12A_MB_20141012_1854_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_12A_MB_20150407_1202_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_12A_MB_20150407_1202_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_12A_MB_20150407_1202_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L3N_12A_MB_20141012_2200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L3N_12A_MB_20141012_2200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L3N_12A_MB_20141012_2200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_10A_MB_20141103_0631_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_10A_MB_20141103_0631_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_10A_MB_20141103_0631_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L24N_11A_MB_20150423_1800_GoPhoenix_4427_Replay.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L24N_11A_MB_20150423_1800_GoPhoenix_4427_Replay.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L24N_11A_MB_20150423_1800_GoPhoenix_4427_Replay.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L3N_13A_MB_20141011_2229_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L3N_13A_MB_20141011_2229_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L3N_13A_MB_20141011_2229_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_11A_MB_20150428_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_11A_MB_20150428_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_11A_MB_20150428_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L3N_13A_MB_20141012_0029_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L3N_13A_MB_20141012_0029_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L3N_13A_MB_20141012_0029_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_12A_MB_20141106_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_12A_MB_20141106_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_12A_MB_20141106_0010_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_11A_MB_20150506_0024_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_11A_MB_20150506_0024_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_11A_MB_20150506_0024_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_11A_MB_20150507_0024_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_11A_MB_20150507_0024_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_11A_MB_20150507_0024_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_13A_MB_20150430_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_13A_MB_20150430_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_13A_MB_20150430_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_11A_MB_20141104_1810_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_11A_MB_20141104_1810_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_11A_MB_20141104_1810_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_10A_MB_20150127_0023_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_10A_MB_20150127_0023_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_10A_MB_20150127_0023_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28N_13A_MB_20150502_0036_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28N_13A_MB_20150502_0036_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28N_13A_MB_20150502_0036_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_11A_MB_20150128_1823_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_11A_MB_20150128_1823_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_11A_MB_20150128_1823_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_12A_MB_20150211_1242_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_12A_MB_20150211_1242_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_12A_MB_20150211_1242_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_10A_MB_20141103_1231_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_10A_MB_20141103_1231_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_10A_MB_20141103_1231_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_10A_MB_20150426_1221_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_10A_MB_20150426_1221_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_10A_MB_20150426_1221_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_11A_MB_20150210_0342_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_11A_MB_20150210_0342_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_11A_MB_20150210_0342_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_11A_MB_20150113_1305_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_11A_MB_20150113_1305_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_11A_MB_20150113_1305_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_12A_MB_20150429_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_12A_MB_20150429_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_12A_MB_20150429_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_12A_MB_20141106_0610_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_12A_MB_20141106_0610_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_12A_MB_20141106_0610_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_10A_MB_20141114_0429_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_10A_MB_20141114_0429_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_10A_MB_20141114_0429_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_12A_MB_20141110_2019_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_12A_MB_20141110_2019_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_12A_MB_20141110_2019_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_11A_MB_20141105_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_11A_MB_20141105_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_11A_MB_20141105_0010_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_11A_MB_20141112_0029_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_11A_MB_20141112_0029_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_11A_MB_20141112_0029_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_13A_MB_20141108_0528_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_13A_MB_20141108_0528_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_13A_MB_20141108_0528_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_11A_MB_20150506_0024_GoPhoenix_4427_Replay.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_11A_MB_20150506_0024_GoPhoenix_4427_Replay.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_11A_MB_20150506_0024_GoPhoenix_4427_Replay.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_11A_MB_20150210_0642_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_11A_MB_20150210_0642_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_11A_MB_20150210_0642_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_10A_MB_20141103_1844_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_10A_MB_20141103_1844_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_10A_MB_20141103_1844_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_12A_MB_20141111_0029_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_12A_MB_20141111_0029_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_12A_MB_20141111_0029_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_12A_MB_20141106_1210_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_12A_MB_20141106_1210_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_12A_MB_20141106_1210_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28N_12A_MB_20150502_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28N_12A_MB_20150502_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28N_12A_MB_20150502_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_10A_MB_20150504_1624_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_10A_MB_20150504_1624_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_10A_MB_20150504_1624_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_11A_MB_20150113_1805_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_11A_MB_20150113_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_11A_MB_20150113_1805_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_12A_MB_20150507_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_12A_MB_20150507_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_12A_MB_20150507_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_10A_MB_20150127_0623_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_10A_MB_20150127_0623_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_10A_MB_20150127_0623_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_13A_MB_20141108_1054_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_13A_MB_20141108_1054_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_13A_MB_20141108_1054_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_10A_MB_20150216_1810_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_10A_MB_20150216_1810_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_10A_MB_20150216_1810_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_12A_MB_20141111_0629_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_12A_MB_20141111_0629_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_12A_MB_20141111_0629_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_11A_MB_20141112_0629_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_11A_MB_20141112_0629_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_11A_MB_20141112_0629_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_12A_MB_20150429_1800_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_12A_MB_20150429_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_12A_MB_20150429_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_13A_MB_20141106_1710_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_13A_MB_20141106_1710_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_13A_MB_20141106_1710_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_10A_MB_20150504_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_10A_MB_20150504_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_10A_MB_20150504_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_11A_MB_20141105_0610_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_11A_MB_20141105_0610_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_11A_MB_20141105_0610_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_11A_MB_20150506_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_11A_MB_20150506_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_11A_MB_20150506_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_13A_MB_20150211_1842_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_13A_MB_20150211_1842_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_13A_MB_20150211_1842_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_10A_MB_20141104_0023_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_10A_MB_20141104_0023_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_10A_MB_20141104_0023_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_10A_MB_20150112_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_10A_MB_20150112_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_10A_MB_20150112_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_13A_MB_20141110_1519_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_13A_MB_20141110_1519_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_13A_MB_20141110_1519_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_10A_MB_20150215_1810_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_10A_MB_20150215_1810_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_10A_MB_20150215_1810_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_12A_MB_20141111_1229_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_12A_MB_20141111_1229_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_12A_MB_20141111_1229_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_11A_MB_20141112_1229_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_11A_MB_20141112_1229_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_11A_MB_20141112_1229_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_13A_MB_20141107_0050_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_13A_MB_20141107_0050_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_13A_MB_20141107_0050_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_11A_MB_20150114_0005_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_11A_MB_20150114_0005_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_11A_MB_20150114_0005_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_10A_MB_20150127_1223_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_10A_MB_20150127_1223_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_10A_MB_20150127_1223_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_12A_MB_20150210_1242_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_12A_MB_20150210_1242_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_12A_MB_20150210_1242_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_11A_NAVCorrection_20141105_0010_GoPhoenix_4427_COMMA.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_11A_NAVCorrection_20141105_0010_GoPhoenix_4427_COMMA.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_11A_NAVCorrection_20141105_0010_GoPhoenix_4427_COMMA.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_12A_MB_20141105_1410_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_12A_MB_20141105_1410_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_12A_MB_20141105_1410_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_13A_MB_20141107_0529_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_13A_MB_20141107_0529_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_13A_MB_20141107_0529_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_11A_MB_20141104_0738_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_11A_MB_20141104_0738_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_11A_MB_20141104_0738_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28N_12A_MB_20150502_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28N_12A_MB_20150502_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28N_12A_MB_20150502_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_11A_MB_20150506_1200_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_11A_MB_20150506_1200_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_11A_MB_20150506_1200_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_12A_MB_20141111_1829_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_12A_MB_20141111_1829_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_12A_MB_20141111_1829_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_11A_MB_20141112_1829_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_11A_MB_20141112_1829_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_11A_MB_20141112_1829_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L26S_12A_MB_20150430_0021_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L26S_12A_MB_20150430_0021_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L26S_12A_MB_20150430_0021_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_10A_MB_20150217_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_10A_MB_20150217_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_10A_MB_20150217_0010_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_12A_MB_20150213_1210_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_12A_MB_20150213_1210_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_12A_MB_20150213_1210_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_10A_MB_20150505_0024_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_10A_MB_20150505_0024_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_10A_MB_20150505_0024_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_NAV_Corrected_20141107_1004_GoPhoenix_4427_COMMA.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_NAV_Corrected_20141107_1004_GoPhoenix_4427_COMMA.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_NAV_Corrected_20141107_1004_GoPhoenix_4427_COMMA.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_13A_MB_20150213_0610_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_13A_MB_20150213_0610_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_13A_MB_20150213_0610_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L5S_12A_MB_20141105_1810_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L5S_12A_MB_20141105_1810_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L5S_12A_MB_20141105_1810_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_11A_MB_20150214_1210_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_11A_MB_20150214_1210_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_11A_MB_20150214_1210_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_13A_MB_20150212_0042_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_13A_MB_20150212_0042_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_13A_MB_20150212_0042_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_11A_MB_20150114_0605_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_11A_MB_20150114_0605_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_11A_MB_20150114_0605_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_10A_MB_20150216_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_10A_MB_20150216_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_10A_MB_20150216_0010_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_10A_MB_20150112_1205_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_10A_MB_20150112_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_10A_MB_20150112_1205_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_13A_MB_20141107_2228_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_13A_MB_20141107_2228_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_13A_MB_20141107_2228_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_11A_MB_20150127_1823_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_11A_MB_20150127_1823_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_11A_MB_20150127_1823_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_11A_MB_20141113_0029_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_11A_MB_20141113_0029_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_11A_MB_20141113_0029_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_13A_MB_20141108_0028_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_13A_MB_20141108_0028_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_13A_MB_20141108_0028_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_11A_MB_20141116_0607_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_11A_MB_20141116_0607_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_11A_MB_20141116_0607_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_12A_MB_20150210_1842_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_12A_MB_20150210_1842_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_12A_MB_20150210_1842_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28N_12A_MB_20150502_1800_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28N_12A_MB_20150502_1800_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28N_12A_MB_20150502_1800_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_12A_MB_20141118_0007_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_12A_MB_20141118_0007_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_12A_MB_20141118_0007_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_11A_MB_20150114_1205_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_11A_MB_20150114_1205_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_11A_MB_20150114_1205_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_12A_MB_20141110_1619_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_12A_MB_20141110_1619_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_12A_MB_20141110_1619_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_12A_MB_20150213_1810_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_12A_MB_20150213_1810_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_12A_MB_20150213_1810_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_10A_MB_20150216_0610_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_10A_MB_20150216_0610_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_10A_MB_20150216_0610_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_11A_MB_20150128_0023_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_11A_MB_20150128_0023_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_11A_MB_20150128_0023_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_11A_MB_20141116_1207_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_11A_MB_20141116_1207_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_11A_MB_20141116_1207_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L2S_10A_MB_20150112_1805_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L2S_10A_MB_20150112_1805_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L2S_10A_MB_20150112_1805_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28S_10A_MB_20150505_0600_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28S_10A_MB_20150505_0600_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28S_10A_MB_20150505_0600_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_12A_MB_20141118_0607_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_12A_MB_20141118_0607_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_12A_MB_20141118_0607_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_11A_MB_20150214_1810_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_11A_MB_20150214_1810_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_11A_MB_20150214_1810_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_10A_MB_20141114_1707_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_10A_MB_20141114_1707_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_10A_MB_20141114_1707_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L28N_13A_MB_20150501_0736_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L28N_13A_MB_20150501_0736_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L28N_13A_MB_20150501_0736_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_10A_MB_20141113_0629_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_10A_MB_20141113_0629_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_10A_MB_20141113_0629_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_13A_MB_20141118_1207_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_13A_MB_20141118_1207_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_13A_MB_20141118_1207_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_12A_MB_20150211_0042_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_12A_MB_20150211_0042_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_12A_MB_20150211_0042_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_11A_MB_20141116_1807_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_11A_MB_20141116_1807_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_11A_MB_20141116_1807_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_10A_MB_20141115_0007_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_10A_MB_20141115_0007_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_10A_MB_20141115_0007_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_12A_MB_20150214_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_12A_MB_20150214_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_12A_MB_20150214_0010_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_13A_MB_20141118_1807_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_13A_MB_20141118_1807_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_13A_MB_20141118_1807_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_10A_MB_20141113_1229_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_10A_MB_20141113_1229_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_10A_MB_20141113_1229_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_11A_MB_20150128_0623_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_11A_MB_20150128_0623_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_11A_MB_20150128_0623_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_10A_MB_20141115_0607_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_10A_MB_20141115_0607_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_10A_MB_20141115_0607_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_11A_MB_20141117_0007_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_11A_MB_20141117_0007_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_11A_MB_20141117_0007_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_10A_MB_20150216_1210_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_10A_MB_20150216_1210_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_10A_MB_20150216_1210_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_11A_MB_20150215_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_11A_MB_20150215_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_11A_MB_20150215_0010_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_13A_MB_20141119_0007_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_13A_MB_20141119_0007_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_13A_MB_20141119_0007_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_10A_MB_20141113_1829_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_10A_MB_20141113_1829_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_10A_MB_20141113_1829_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_10A_MB_20141115_1207_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_10A_MB_20141115_1207_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_10A_MB_20141115_1207_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_12A_MB_20150211_0642_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_12A_MB_20150211_0642_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_12A_MB_20150211_0642_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L6S_11A_MB_20150128_1223_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L6S_11A_MB_20150128_1223_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L6S_11A_MB_20150128_1223_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_12A_MB_20141117_0607_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_12A_MB_20141117_0607_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_12A_MB_20141117_0607_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L7N_10A_MB_20141114_0029_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L7N_10A_MB_20141114_0029_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L7N_10A_MB_20141114_0029_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_11A_MB_20150215_0610_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_11A_MB_20150215_0610_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_11A_MB_20150215_0610_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_10A_MB_20141115_1807_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_10A_MB_20141115_1807_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_10A_MB_20141115_1807_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_12A_MB_20150214_0610_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_12A_MB_20150214_0610_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_12A_MB_20150214_0610_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_12A_MB_20141117_1207_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_12A_MB_20141117_1207_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_12A_MB_20141117_1207_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_11A_MB_20141116_0007_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_11A_MB_20141116_0007_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_11A_MB_20141116_0007_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L9S_12A_MB_20141117_1807_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L9S_12A_MB_20141117_1807_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L9S_12A_MB_20141117_1807_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_11A_MB_20150215_1210_GoPhoenix_4427.txt\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_11A_MB_20150215_1210_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_11A_MB_20150215_1210_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_13A_MB_20150212_1410_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_13A_MB_20150212_1410_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_13A_MB_20150212_1410_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_13A_MB_20150212_1810_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_13A_MB_20150212_1810_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_13A_MB_20150212_1810_GoPhoenix_4427.txt\n",
"http://dapds00.nci.org.au/thredds/fileServer/iy57/mbes/bathymetry/GoPhoenix/deeptow/raw/xyz/Z2L8N_13A_MB_20150213_0010_GoPhoenix_4427.txt\n",
"EPSG:32746\n",
"X Y Z Intensity\n",
" \n",
"1\n",
"4\n",
"Z2L8N_13A_MB_20150213_0010_GoPhoenix_4427.txt\n",
"/mnt/bigdata/mh370/phase2/GoPhoenix/Z2L8N_13A_MB_20150213_0010_GoPhoenix_4427.txt\n"
]
}
],
"source": [
"with Pool(10) as p:\n",
" p.map(processtxt, datalinks[:])\n",
" "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment